Recently i got this error in my log
Cron run exceeded the time limit and was aborted.
so why does cron, shouted this ?
I have found nice snipet to track the source of the error
<?php
// redirect only if this is not cron script
if ($_SERVER['SCRIPT_NAME'] != '/cron.php') {
drupal_goto('<front>');
}
?>
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()
having this problem ?
wants us to help you build drupal website ?
contact us and let's fix your Drupal website









