By djan on
Hi, im running Drupal 6.19.
Today, when i click "run cron manually" in "Status report", i get the following red message "Cron run failed." In "Recent log entries" i see a warning "Attempting to re-run cron while it is already running." How can i solve this? Thanks in advance.
Comments
This topic has been discussed
This topic has been discussed over and over...
Found 24405 results containing the words: Cron run failed.
Basically, you have to delete cron_semaphore from the variables table to allow it to run; if the problem repeats, investigate which module is causing it (search indexing or sitemap generation settings may need to be lowered).
Thanks, i deleted
Thanks, i deleted "cron_semaphore". It works now. Is it a problem the row "cron_semaphore" is now missing?
No, it exists only while cron
No, it exists only while cron is running.
Thanks
This worked perfectly. Apache crashed while running cron which is what caused mine to start failing. Glad this is common and an easy fix. ;)
"Semiclean"
Recently, someone even wrote a module to do this.
thanks
thanks