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

Drave Robber’s picture

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).

djan’s picture

Thanks, i deleted "cron_semaphore". It works now. Is it a problem the row "cron_semaphore" is now missing?

Drave Robber’s picture

No, it exists only while cron is running.

Aple’s picture

This worked perfectly. Apache crashed while running cron which is what caused mine to start failing. Glad this is common and an easy fix. ;)

Drave Robber’s picture

Recently, someone even wrote a module to do this.

djan’s picture

thanks