Phpmyadmin "/pma/import.php 500 error" - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Phpmyadmin "/pma/import.php 500 error" (/thread-7648.html) |
Phpmyadmin "/pma/import.php 500 error" - vall - 08-27-2009 12:39 AM Hello, i have a strange error with phpmyadmin, i have replaced after the initial pma that camed with ispCP was only for php 5.2+ and the correct version is working fine untill i start to inport a sql file...after 40 seconds of uploading i get this error: Error 500! /pma/import.php Internal Server Error! I have looked into the default error log but still cant find the cause...if someone else can throw a helping hand please do so. Thank you RE: Phpmyadmin "/pma/import.php 500 error" - kilburn - 08-27-2009 03:26 AM 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 RE: Phpmyadmin "/pma/import.php 500 error" - vall - 08-27-2009 07:05 AM Thank you for the reply, it is fcgid that is causing the problem, but it cant be fixed the way you suggested (or i couldn't succeed the way you related.) It seems that it needs to be included into every VirtualHost that you want to increase the timeout time. I found a good reference and it works at the following link Here -> Thank you for your help. Regards RE: Phpmyadmin "/pma/import.php 500 error" - brianffm - 03-20-2011 02:39 AM same problem --. but the link to the solution are down .. can someone help ? RE: Phpmyadmin "/pma/import.php 500 error" - kilburn - 03-20-2011 03:57 AM Have you tried raising the busytimeout in the config file mentioned above (restart apache afterwards)? RE: Phpmyadmin "/pma/import.php 500 error" - RatS - 03-20-2011 05:10 AM Try to update your PMA, there was an import-error in ispCP 1.0.6 RE: Phpmyadmin "/pma/import.php 500 error" - w4rh0und - 03-23-2011 04:45 AM Since i struggled with this problem as well i found this: http://isp-control.net/forum/thread-12857.html And the FcgidMaxRequestLen 10485760 fixed my problem ... i think you can increase the size more if you need to. Best of luck |