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

fax8’s picture

Category: support » bug
Priority: Normal » Critical

Seems 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

dgtlmoon’s picture

Status: Active » Fixed

heya, sorry for the delay, have fixed this in current dev

amogiz’s picture

Hi 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 …

Status: Fixed » Closed (fixed)

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