Internal Server Error [message #28051] |
Sun, 09 October 2005 09:53 |
patrick
Messages: 103 Registered: September 2002
Karma: 0
|
Senior Member |
|
|
Hi,
I've tried to upgrade my forum to the latest stable release but am experiencing some problems.
When trying to run the upgrade.php schript I'm getting the following error message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
After performing this action, the forum does not function anymore. When staring the forum (or forum administrator) I'm getting the same message.
When checking the files, I've noticed that the GLOBALS.php file has been changed as the modification date was changed.
I remember a similar situation a while ago, when also trying to upgrade. Somehow, after a number of days, the forum was suddenly functioning again.
I appreciate your help, many thanks.
Regards,
Patrick
|
|
|
Re: Internal Server Error [message #28080 is a reply to message #28051] |
Mon, 10 October 2005 15:10 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
How are you running your PHP and what version of PHP are you using?
FUDforum Core Developer
|
|
|
|
Re: Internal Server Error [message #28110 is a reply to message #28083] |
Tue, 11 October 2005 15:22 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Try raising the memory limit or downloading the zlib compressed upgrade script.
FUDforum Core Developer
|
|
|
|
|
|
Re: Internal Server Error [message #28134 is a reply to message #28125] |
Wed, 12 October 2005 10:16 |
patrick
Messages: 103 Registered: September 2002
Karma: 0
|
Senior Member |
|
|
Ilia,
I've checked error_log files in the the /var/log/httpd directory.
Here I find the error:
Premature end of script headers: php-script
I'm not able to start any PHP app from this directory. I've placed a small info.php app, which basically returns the PHP settings. This gives the same error????
I remember a similar situation a while ago, when also trying to upgrade. Somehow, after a number of days, the forum was suddenly functioning again.
Does it have anutging to do with the GLOBALS.PHP file???
Patrick
[Updated on: Wed, 12 October 2005 10:34] Report message to a moderator
|
|
|
Re: Internal Server Error [message #28138 is a reply to message #28134] |
Wed, 12 October 2005 13:26 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It looks like your PHP is crashing, which is usually indicative of this type of error. What PHP are you running?
FUDforum Core Developer
|
|
|
|
Re: Internal Server Error [message #28158 is a reply to message #28154] |
Wed, 12 October 2005 16:22 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I think I see the problem. Remove the .htaccess file inside the forum's web root dir.
FUDforum Core Developer
|
|
|
|
|
|
Re: Internal Server Error [message #28196 is a reply to message #28186] |
Thu, 13 October 2005 15:55 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
And the error still persists? Have you check permissions of the forum's main dir?
FUDforum Core Developer
|
|
|
|
|
Re: Internal Server Error [message #28287 is a reply to message #28259] |
Sat, 15 October 2005 18:42 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Any .htaccess files in the parent dir?
Have you tried chmoding the dir 755?
FUDforum Core Developer
|
|
|
|
Re: Internal Server Error [message #28310 is a reply to message #28291] |
Mon, 17 October 2005 14:45 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It seems like your virtual host is setup in such a way that 777 dirs are made non-web browseable, hence the error you were seeing. As far as the body content, check the messages/ directory and make sure it is readable by the forum and so are its contents.
FUDforum Core Developer
|
|
|
|
Re: Internal Server Error [message #28336 is a reply to message #28335] |
Tue, 18 October 2005 17:31 |
patrick
Messages: 103 Registered: September 2002
Karma: 0
|
Senior Member |
|
|
I did notice that when 'unlocking' the forum, the Internal Server Error appears again.
I had to do a chmod 755 on the forum dir/files in order run the forum again. After 'locking' again all seems fine again.
|
|
|