May 2007
1 post
2 tags
How to make your drupal cron run longer
No, that is not a dodgy innuendo - this is infact a quick hint on how to extend the running time of your cron script for drupal - particularly handy if you keep getting “script execution time exceeded” type errors (i.e.”Fatal error: Maximum execution time of 30 seconds exceeded”) try the following
1. Edit cron.php - stick the following at the top of the script ...