Fatalerror: Maximumexecutiontimeof30 error solution. The Fatalerror: Maximumexecutiontimeof30 error occurs during program development. it indicates that the execution time of your program exceeds 30 seconds, but why is the 30-second page not 50, 10, or 20 seconds, this 30 is the Fatal error: Maximum execution time of 30 error in ph program development. it indicates that the execution time of your program exceeds 30 seconds, but why is the 30 s page not 50, 10, 20 seconds later, this 30 is the default php script running time. if you want to modify it easily, let's take a look at some solutions to the problem.
Error message
Php Fatal error: Maximum execution time of 30 seconds exceeded in D: xxuserlogin. class. php on line 10 solution:
Modify php. ini:
Max_execution_time = 300 time, and then restart the service iis
Or write
Set_time_limit (time); // 0 is unrestricted.
Max_execution_time = 30; Maximum execution time of each script, in seconds
Set it to the required value. If it is set to 0, it never expires.
Phpmyadmin Fatal error: Maximum execution time of 300
The location may be different. Under mylocalhostphpMyAdminlibraries
Find: $ cfg ['exectimelimit '] = 300;
Change to $ cfg ['exectimelimmit '] = 3000;
Fatal error: Maximum execution time of 30 indicates that the execution time of your program exceeds 30 seconds. why is the 30-second page not 50, 10, or 20 seconds, this 30 is ph...