Unlocking files cause Server Error [message #34482] |
Sun, 05 November 2006 03:35 |
andre75
Messages: 10 Registered: November 2006
Karma: 0
|
Junior Member |
|
|
I have just installed FUDF and everything looked good. I went ahead trying to install a Newsgroup.
In order to do so, I unlocked the files (through the admin panel). After I clicked somewhere else, I got a 500 internal server error.
Please contact the server administrator, webmaster@******.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I would highly appreciate your help.
Thanks
Andre
|
|
|
|
Re: Unlocking files cause Server Error [message #34496 is a reply to message #34483] |
Sun, 05 November 2006 17:27 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to make sure that all files inside the messages/ directory can be written by user script runs on a command line and make sure that all files inside the include/ directory (and all of its sub-directories) are readable by that same user.
FUDforum Core Developer
|
|
|
|
Re: Unlocking files cause Server Error [message #34726 is a reply to message #34722] |
Thu, 16 November 2006 15:22 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The error is that PHP is failing to connect to mysql via the specified unix domain socket. You can try changing the mysql host to "localhost" or find out where the actual mysql unixdomain socket is located at.
FUDforum Core Developer
|
|
|
|
|
Re: Unlocking files cause Server Error [message #34754 is a reply to message #34732] |
Fri, 17 November 2006 00:07 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It uses the exact same settings as it fetches them from GLOBALS.php as does the main forum. The value of localhost is generally translated by PHP into the unix domain socket, perhaps the default socket value set for CLI is invalid. You can try specifying 127.0.0.1 as a host...
FUDforum Core Developer
|
|
|
|