maximum execution time of 30 seconds exceeded
-
Hi Everyone,
Im currrently developing a plugin and currently encounter a problem maximum execution time of 30 seconds exceeded…. during my program execution. I searched on how to fix it and found solutions which says that I need to put set_time_limit(0) in the config.php or in the .htaccess insert php_value max_execution_time 60, but I want it to be included in my plugin.
Is there anybody knows how to programmatically insert those line of code I’ve mentioned above.Thanks in advance…
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘maximum execution time of 30 seconds exceeded’ is closed to new replies.