zgkhoo Posted November 23, 2007 Share Posted November 23, 2007 already change the maximum execute time in php.ini ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 60000 ; Maximum execution time of each script, in seconds max_input_time = 600000 ; Maximum amount of time each script may spend parsing request data memory_limit = 16M ; Maximum amount of memory a script may consume (16MB) but still come out this error msg Fatal error: Maximum execution time of 60 seconds exceeded in D:\xampplite\htdocs\testing6.php on line 745 Quote Link to comment https://forums.phpfreaks.com/topic/78536-solved-max-execute-time/ Share on other sites More sharing options...
~n[EO]n~ Posted November 23, 2007 Share Posted November 23, 2007 Did you restart Apache Server after that... If you keep 0 it will be unlimited, don't have to keep 60,000 seconds Quote Link to comment https://forums.phpfreaks.com/topic/78536-solved-max-execute-time/#findComment-397432 Share on other sites More sharing options...
zgkhoo Posted November 23, 2007 Author Share Posted November 23, 2007 still the same ... ??? ??? ??? is it need to change this too? ; Maximum time (in secondes) for connect timeout. -1 means no limit mysql.connect_timeout = 0 Quote Link to comment https://forums.phpfreaks.com/topic/78536-solved-max-execute-time/#findComment-397437 Share on other sites More sharing options...
~n[EO]n~ Posted November 23, 2007 Share Posted November 23, 2007 No Restart your pc and check. It should work. max_execution_time = 0 ; Maximum execution time of each script, in seconds max_input_time = 300 ; Maximum amount of time each script may spend parsing request data memory_limit = 16M ; Maximum amount of memory a script may consume (16MB) Quote Link to comment https://forums.phpfreaks.com/topic/78536-solved-max-execute-time/#findComment-397438 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.