Maximum execution time error problem
« on: March 29, 2013, 09:52:33 PM »
I get this error at the end of the process when the Generator is finished running:

Quote
Links depth: -
Current page: -
Pages added to sitemap: -
Pages scanned: - (- KB)
Pages left: - (+ - queued for the next depth level)
Time passed: -
Time left: -
Memory usage: -
Completed

Total pages indexed: 11683
Creating sitemaps...
78%

Fatal error: Maximum execution time of 30 seconds exceeded in /home/generator/pages/class.templates.inc.php on line 102

Thoughts?
Re: Maximum execution time error problem
« Reply #1 on: March 31, 2013, 07:52:33 AM »
Hello,

it looks like your server configuration doesn't allow to run the script long enough to create full sitemap. Please try to increase memory_limit and max_execution_time settings in php configuration at your host (php.ini file) or contact hosting support regarding this.
 
Re: Maximum execution time error problem
« Reply #2 on: March 31, 2013, 07:24:40 PM »
Increased to:

memory_limit=128M
max_execution_time = 12000

Did not solve the issue.
Re: Maximum execution time error problem
« Reply #3 on: April 02, 2013, 05:49:32 PM »
Hello,

please let me know your generator URL/login in private message to check this.