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
Comment #1
eric-alexander schaefer commentedI 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.
Comment #2
mattrweaver commentedMy last cron run was completed.
I looked at my search settings and 100% of my site has been indexed, if that matters.
Comment #3
eric-alexander schaefer commentedIf 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?
Comment #4
mattrweaver commentedAh 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
Comment #5
mattrweaver commented