No entries are being written to the scheduler table.

I've tried Scheduler 5.x-1.11 and 5.x-1.12 with Drupal 5.7. I've used both the blog and page content types. I also tried entering timestamps with(out) the timezone.

I should mention that Scheduler was originally installed in the /modules directory, but is now in /sites/all/modules. Could there be something nasty in one of Drupal's caches?

Any ideas? Thanks in advance.

Comments

skiminki’s picture

Well, try select name, filename from system where name='scheduler'; in your sql prompt and see whether it says /sites/all/modules/scheduler/scheduler.module. If not, you could try

  • Deleting that row and dropping table 'scheduler'
  • Re-enabling scheduler-module

That should do the trick.

If this does not help, please try scheduler-5.x-1.13-rc1.

Leeteq’s picture

Category: bug » support
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.