![]() |
|
FastCGI Error - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: FastCGI Error (/thread-9626.html) |
FastCGI Error - LiamF1 - 2012-02-12 Hi guys, hoping you'll be able to help me with this. My gallery occasionally lags a little when you click a link to it, and sometimes that lag actually results in an error page coming up (as below): ` Error Details:
HTTP Error 500 - Server Error. Any idea of the cause and how to solve this? Many thanks! FastCGI Error - LiamF1 - 2012-02-12 Also, I've been getting this message at the same time:
FastCGI Error - acrylian - 2012-02-12 That basically means your server was not able to do what you asked. Best you post some info about the size of your site (also what ZP version) and your server config. FastCGI Error - sbillard - 2012-02-12 The error about too many connections for MySQL surely must be a configuration problem with your server. Basically each time a script ends the connection to the database should be severed. Zenphoto does try to insure this happens, but even if it does not the server should be disconnecting. The timeout error is probably the script waiting for a connection to become available, so related to the above. The database close is done when the root index.php script exits, so if there are errors that might not happen. Check for PHP errors in your logs. |