Jump to content

[SOLVED] max execute time


zgkhoo

Recommended Posts

 

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

Link to comment
https://forums.phpfreaks.com/topic/78536-solved-max-execute-time/
Share on other sites

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)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.