Get the following errors with PHP5 which is preventing output on the screen (text sent before headers error):

Warning: Invalid argument supplied for foreach() in \drupal\modules\simplenews.module on line 222

Warning: array_intersect() [function.array-intersect]: Argument #2 is not an array in \drupal\modules\simplenews.module on line 225

Warning: array_values() [function.array-values]: The argument should be an array in\drupal\modules\simplenews.module on line 266

Comments

DriesK’s picture

I can't test on PHP5. Some modifications were made in simplenews head (version 1.11). Can you test this?

m3avrck’s picture

Status: Active » Fixed

Appears to be working, no PHP5 errors over here. I'd say it is fixed!

Anonymous’s picture

Status: Fixed » Closed (fixed)