Closed (fixed)
Project:
Scheduler
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 10:36 UTC
Updated:
24 Dec 2009 at 18:21 UTC
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
Comment #1
eric-alexander schaefer commentedPlease 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.
Comment #2
eric-alexander schaefer commentedNo response for more than two weeks. Reopen if it is still relevant.
Comment #4
darthf1 commentedSorry 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.