MyBB Community Forums

Full Version: Fedora 16 Apache
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
/etc/php.ini
Or if you're running wamp on windows it will be C:\Wamp\bin\PHP (I think)
I edited it to display_errors but nothing appears as it seems it won't even connect to it.
Are you still getting the 500?
Yes.

"HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request."
Did you set it to E_ALL?

Quote:; error_reporting
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED

You want:
error_reporting = E_ALL | E_STRICT

Just in case Wink
I'll take a look now.

Jump on Skype, Dylan.
Can't, only on for a quick minute to check my auctions, then going to bed Toungue
Damnit, been a while since we talked. Anyway, this was the output:
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required '/home/shannon/public_html/Forum/index.php' (include_path='.:/usr/share/pear:/usr/share/php') in Unknown on line 0

Solved it, had to CHMOD the folder to 755.
Pages: 1 2