Hi.

First, i configured the node to be scheduled at a certain time. So, im filling in the form of Scheduler and i press "save". When i go back to the node, the scheduler form input field is empty. So, it didnt save my scheduled time.

Also, when i go to admin/content/node/scheduler it says:
There are nog scheduled nodes.

So, the big issue here: it doesnt save the scheduler time i saved.

Comments

eric-alexander schaefer’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Please provide more information about the environment, like software versions (php, drupal), platform, installed modules, database type etc. "Doesn't work" is not enough, because scheduler happens to work for several thousand sites.

eric-alexander schaefer’s picture

Status: Postponed (maintainer needs more info) » Fixed

No response for more than two weeks. Reopen if it is still relevant.

Status: Fixed » Closed (fixed)

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

darthf1’s picture

Sorry for my late response but this issue is fixed. The problem was a self-made module which had hook_save in the code, which was executed before this module. So i changed the weight of my own module to 100 in the system table and everything works fine now.