phpmyadmin error
Posted by: redcoder (---.hers.cable.ntl.com)
Date: June 15, 2008 11:31AM

I got this error when run phpMyAdmin.

Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\apps\phpmyadmin2.10.1\libraries\dbi\mysqli.dbi.lib.php on line 181

I tried change the max_exec_time in php.ini from 30 to 180, but it always display the same error even after I restarted all service many times.



when I go to that folder on C:\wamp\apps\phpmyadmin2.10.1\libraries\dbi , there are 2 files with name mysqli.dbi.lib.php .

I use WAMP ver2.0

Options: ReplyQuote
Re: phpmyadmin error
Posted by: stevenmartin99 (---.34-85-b.business.telecomitalia.it)
Date: June 15, 2008 12:09PM

your probably changing the wrong php.ini file

its in
C:\wamp\bin\apache\apache2.2.8\bin



also you can always change the max executin time in your script-

set_time_limit(180);

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: phpmyadmin error
Posted by: redcoder (---.hers.cable.ntl.com)
Date: June 15, 2008 12:18PM

i changed the correct one. i open the php.ini in the folder you gave me and its is changed to 180.

Options: ReplyQuote
Re: phpmyadmin error
Posted by: stevenmartin99 (---.34-85-b.business.telecomitalia.it)
Date: June 15, 2008 12:25PM

maybe your code is wrong? 180 is not so long either


set it to 0 to test


this will have no limit

if it never stops then u have an infinite loop in ur code. u will need to end the browser using task manager maybe

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: phpmyadmin error
Posted by: redcoder (---.hers.cable.ntl.com)
Date: June 15, 2008 12:38PM

I changed to 0, and restart all services , but the page display the error immediately when I click on the phpMyAdmin from WAMP menu.

Options: ReplyQuote


Sorry, only registered users may post in this forum.