Fatal error while accessing phpMyAdmin
Posted by: jayateerth (115.242.144.---)
Date: November 04, 2013 10:48AM

Hi All,

Iam getting following error while accessing phpmyadmin

Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\apps\phpmyadmin3.5.1\libraries\logging.lib.php on line 14
Call Stack
# Time Memory Function Location
1 0.8118 166744 {main}( ) ..\index.php:0
2 1.8430 271144 require_once( 'C:\wamp\apps\phpmyadmin3.5.1\libraries\common.inc.php' ) ..\index.php:13
3 29.4222 2408616 include_once( 'C:\wamp\apps\phpmyadmin3.5.1\libraries\database_interface.lib.php' ) ..\common.inc.php:827
4 30.0941 2468392 require_once( 'C:\wamp\apps\phpmyadmin3.5.1\libraries\dbi\mysqli.dbi.lib.php' ) ..\database_interface.lib.php:88
5 30.4695 2470352 require_once( 'C:\wamp\apps\phpmyadmin3.5.1\libraries\logging.lib.php' ) ..\mysqli.dbi.lib.php:12

I tried increasing the max time to 1000 in php.in, restarted all servers, but no luck. Its in local host and I need to host it today. Thanks in advance..

Options: ReplyQuote
Re: Fatal error while accessing phpMyAdmin
Posted by: Otomatic (Moderator)
Date: November 04, 2013 03:49PM

Hi,

If you want to increase the maximum time allocated to phpMyAdmin : in the alias file wamp\alias\phpmyadmin.conf, just before </Directory>, you add :
php_admin_value max_execution_time 360
php_admin_value max_input_time 360

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.