Fix for WD cron: Attempting to re-run cron while it is already running

Last modified: 
Tuesday, October 20th, 2015
Topics: 
Drupal7

The following queries should fix a Drupal WD cron: Attempting to re-run cron while it is already running error.

DELETE FROM variable WHERE name="cron_semaphore";
DELETE FROM variable WHERE name="cron_last";


The operator of this site makes no claims, promises, or guarantees of the accuracy, completeness, originality, uniqueness, or even general adequacy of the contents herein and expressly disclaims liability for errors and omissions in the contents of this website.