Current time: 06-16-2024, 04:05 PM Hello There, Guest! (LoginRegister)


Thread Closed 
Phpmyadmin "/pma/import.php 500 error"
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #2
RE: Phpmyadmin "/pma/import.php 500 error"
There are three possibilities:

1. The script is exceeding the domain's "max_execution_time" (max php script execution time, in seconds) as configured in /var/www/fcgi/master/php5/php.ini

2. You are using fcgid and the script is exceeding the "BusyTimeout" or "IdleTimeout" (max fcgi request serving time, in seconds too) as defined in /etc/apache2/mods-enabled/fcgid_ispcp.conf

3. You are using fastcgi and the script is exceeding the "idle-timeout" parameter (docs), which can be configured in /etc/apache2/mods-enabled/fastcgi_ispcp.conf
08-27-2009 03:26 AM
Visit this user's website Find all posts by this user
Thread Closed 


Messages In This Thread
RE: Phpmyadmin "/pma/import.php 500 error" - kilburn - 08-27-2009 03:26 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)