mlavoraperry
Member
Posted 9 months ago #
When I try to scan neighborhood-voice.com I get this message and the scan fails to execute:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/neighborhoodvoic/neighborhood-voice.com/wp-content/plugins/gotmls/index.php on line 78
How can I stop this so that the scan completes?
Thanks.
http://wordpress.org/extend/plugins/gotmls/
Try changing
set_time_limit(30);
to
set_time_limit(60);
on lines 229 and 259 of plugins/gotmls/index.php.
Let me know if that doe not work. I have a new upgrade that may help but it's not finished so I have not released it yet. I could test it out on your site if you would like.
Aloha, Eli