MyBB Community Forums

Full Version: 500 Internal Server Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:Cpanel Raw Logs:
[Mon Apr 30 20:41:41 2012] [error] [client ****] File does not exist: /home/bakedgn/public_html/forum/dbtech
[Mon Apr 30 20:39:38 2012] [error] [client ****] File does not exist: /home/bakedgn/public_html/500.shtml, referer: http://bakedgn.com/?page_id=91
[Mon Apr 30 20:39:38 2012] [error] [client ****] SoftException in Application.cpp:256: File "/home/bakedgn/public_html/forum/index.php" is writeable by group, referer: http://bakedgn.com/?page_id=91
[Mon Apr 30 20:41:41 2012] [error] [client ****] File does not exist: /home/bakedgn/public_html/forum/dbtech
[Mon Apr 30 20:41:41 2012] [error] [client ****] File does not exist: /home/bakedgn/public_html/forum/dbtech

Quote:Forum directory error log:
[30-Apr-2012 08:44:08] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/bakedgn/public_html/forum/inc/class_session.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bakedgn/public_html/forum/xmlhttp.php on line 50


Forum Board URL: http://www.bakedgn.com/forum/


Any assistance with resolving this error will be greatly appreciated.
Whats in your .htaccess file ?
Replace the ./inc/class_session.php file with a copy from a fresh download and ensure it has the correct CHMOD permissions.
I did just that downloaded a new clean version, and i made the permissions 777. The same error is still coming up.
Well, the error is definitely saying that it can't open the class_session file. Could you possibly post some FTP details in the Private Inquiries forum?
The problem was that the permissions were 777. The server considered this a security issue. After changing the permissions to 644 it worked fine.