Page 1 of 1

Max Execution time not working!

Posted: Fri Sep 25, 2015 3:29 am
by rainh
Hello

I have edit /etc/php.ini and set max execution time to 35000, max input time 35000, also increased all timing value in /etc/nginx/nginx.conf file. But still my bulk posting in wordpress site stopping after 300 mean 5 minutes!! How can I get max execution time set as 'forever' ?

Re: Max Execution time not working!

Posted: Fri Sep 25, 2015 6:13 am
by tjebbeke
add set_time_limit(0); to you php file.

http://lmgtfy.com/?q=php%20set_time_limit%20unlimited