Answers for "fatal error: maximum execution time of 120 seconds exceeded xampp"

PHP
1

Fatal error: Maximum execution time of 120 seconds exceeded in

//change this in php.ini 
max_execution_time = 500
Posted by: Guest on April-02-2020
0

maximum execution time of 120 seconds exceeded xampp

And Change xampp\php\php.ini to max_execution_time = 1000; or higher value
Posted by: Guest on December-21-2020

Code answers related to "fatal error: maximum execution time of 120 seconds exceeded xampp"

Browse Popular Code Answers by Language