drupal ubuntu

Your Drupal cron might be currently failing simply because your server time is ahead or behind

Per instructions on http://drupal.org/cron I've added the the following line to server's cron job:

# crontab -e

44 * * * * /usr/bin/lynx -source http://akyl.net/cron.php

The time on the upper right corner of my MacPro's display was showing exactly 1.43 pm. After one minute passed I checked the status of cron on http://akyl.net/admin/reports/status and, alas, cron didn't yet run. Googling gave lot's of long discussions like one on http://drupal.org/node/143519 just quickly glancing on which gets you confused with lot's of possible reasons for the failure.

Subscribe to RSS - drupal ubuntu