Page 1 of 1

Maximum Time execution Exceded

PostPosted: 21. February 2012 21:24
by Jdar2
Hello, Phpmyadmin Takes sometime to load, An just now, I got this
Fatal Error Maximum Execution Time of 30 seconds exceeded is there anyway i can change the execution time?

Re: Maximum Time execution Exceded

PostPosted: 21. February 2012 21:31
by Bonzo
You can change it in the php.ini file which is in the php folder:
Code: Select all
; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 3000