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


Thread Closed 
Phpmyadmin "/pma/import.php 500 error"
Author Message
vall Offline
Newbie
*

Posts: 5
Joined: Aug 2009
Reputation: 0
Post: #1
Phpmyadmin "/pma/import.php 500 error"
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
08-27-2009 12:39 AM
Find all posts by this user
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
vall Offline
Newbie
*

Posts: 5
Joined: Aug 2009
Reputation: 0
Post: #3
RE: Phpmyadmin "/pma/import.php 500 error"
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
08-27-2009 07:05 AM
Find all posts by this user
brianffm Offline
Newbie
*

Posts: 6
Joined: Nov 2010
Reputation: 0
Post: #4
RE: Phpmyadmin "/pma/import.php 500 error"
same problem --. but the link to the solution are down .. can someone help ?
03-20-2011 02:39 AM
Find all posts by this user
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #5
RE: Phpmyadmin "/pma/import.php 500 error"
Have you tried raising the busytimeout in the config file mentioned above (restart apache afterwards)?
03-20-2011 03:57 AM
Visit this user's website Find all posts by this user
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #6
RE: Phpmyadmin "/pma/import.php 500 error"
Try to update your PMA, there was an import-error in ispCP 1.0.6
03-20-2011 05:10 AM
Visit this user's website Find all posts by this user
w4rh0und Offline
Newbie
*

Posts: 7
Joined: Mar 2011
Reputation: 0
Post: #7
RE: Phpmyadmin "/pma/import.php 500 error"
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
03-23-2011 04:45 AM
Find all posts by this user
Thread Closed 


Forum Jump:


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