Hi,
I am getting this notice in my log every time cron runs and tries to send out the emails.
Notice: Undefined variable: max_execution_time in simplenews_mail_spool() (Zeile 308 von /home/httpd/vhosts/***ttpdocs/drupal/sites/all/modules/simplenews/includes/simplenews.mail.inc).
Do I have to set the var max_execution_time somewhere myself?
cheers
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | simplenews_1123298_ini_get_max_execution_time.patch | 976 bytes | simon georges |
Comments
Comment #1
simon georges commentedQuick patch.
Apparently, there was a bug in 6.x version regarding max_execution_time core handling... I should test / ask further, but that should fix the bug for now.
Comment #2
einzelkind commentedThanks for the super quick help!
The patch works for me.
Comment #3
simon georges commentedThanks for your feedback.
Comment #4
simon georges commentedCommitted.