Are there any known module conflicts that would keep the scheduler module from (un)publishing? I have one test site where it works like a charm.

Other test site, that is a copy of my public site, nothing fires. Published items remain unpublished after time elapses, and unpublished items are not published. I am using poormanscron module on both sites. On the site where scheduler isn't working, I have tried deactivating poormanscron and running the cron.php file manually, but that doesn't work.

The first test site where it works is D5.7, and the one where it doesn't work id D5.14.

mrweaver

Comments

eric-alexander schaefer’s picture

I have no knowledge of any incompatible modules. Did you check /admin/logs/watchdog after running cron.php? Cron should log if if ran successfully. Maybe cron does not run at all? I had a problem once with a site that had thousands of nodes and a high number of nodes for search indexing. The cron run would take too long and scheduler would not get a chance to run.

mattrweaver’s picture

My last cron run was completed.

Cron run completed (via poormanscron).

I looked at my search settings and 100% of my site has been indexed, if that matters.

eric-alexander schaefer’s picture

Status: Active » Postponed (maintainer needs more info)

If cron is running, but scheduler does not what it is supposed to do, then there could be a time problem:

- Is the time on your test server correct?
- Correct Time zone?

mattrweaver’s picture

Ah crap, my time was off. I got it to work with regular cron. I think it wasn't working with poormanscron on the one system because of how I had poormanscron configured. It's working now. Sorry to bug you. Great module, it'll be really useful.

mrweaver

mattrweaver’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)