Recently i got this error in my log
Cron run exceeded the time limit and was aborted.
apparently it was because i have added a redirect page to keep an old path and avoid 404 error
so i have added a page with php code with a simple drupal_goto()
I have found that this breaks cron.php
I have found here is a simple solution , and here it is
Recently i got this error in my log
Cron run exceeded the time limit and was aborted.
apparently it was because i have added a redirect page to keep an old path and avoid 404 error
so i have added a page with php code with a simple drupal_goto()
I have found that this breaks cron.php
I have found here is a simple solution , and here it is
{syntaxhighlighter brush: php}
<?php
// redirect only if this is not cron script










