• Welcome to Sitemap Generator Forum.
 

time that scripts run, error excuting time

Started by wouter, April 16, 2006, 10:10:25 AM

Previous topic - Next topic

wouter

Hi,

I have the problem whit the exucuting time that the script has. When the sitemap index my site he needs about 5 hours. But is it possible  to use somewhere  set_time_limit() in the script. Will thit fix the problem whit the excuting time ?

XML-Sitemaps Support

Hello,

in fact, the script uses set_time_limit() function to try to increase the execution time, but in some PHP configurations this command is not allowed and has no effect, unfortunately.
That's why it's required to change max_execution_time in php.ini or execute sitemap generator from the shell command line instead of browser-based execution.