After installing the scheduler module, I'm getting the following error when trying to create any newsletter:
Fatal error: Call to undefined function date_getdate() in /home/MYSITE/public_html/sites/all/modules/simplenews_scheduler/simplenews_scheduler.module on line 96
Can you help?
Thanks
Comments
Comment #1
fax8 commentedSeems that the code of simplenews_scheduler incorrectly call date_getdate (php 4 wrapper for getdate available on date_php4.inc) even under a PHP 5.2 Drupal install generating a Fatal Error.
Marking this as critical because, under the above conditions, the module is unusable and the site broken.
Seems that simply changing the call to date_getdate() to getdate() (under PHP 5.2) fixed the problem. Obviously this will not work on PHP 4.
Hope this helps,
Fabio Varesano
Comment #2
dgtlmoon commentedheya, sorry for the delay, have fixed this in current dev
Comment #3
amogiz commentedHi i downloaded the last version but now i had a fatal error, then i uninstall and now i can't install it anymore … it is impossible to active the module … i can't understand …