GG-Xtreme
New Member
- Messages
- 430
- Reaction score
- 0
- Points
- 0
I have a simple sitemap generator script that does not use a lot of resources and is supposed to be run by cron jobs every hour or two. The problem is, this script takes a very long time to complete, and if it times out, you must click a certain link in the script output so that it may complete successfully . Of course, cron jobs is unable to do this, and the script never completes a successful run. Is it possible to allow set_time_limit() for PHP Advanced? Are sitemap generators not allowed? Is there another sitemap generator that can successfully complete without using this function?