When I click on "Drafts|Edit" on one of the drafts, or Edit on one of the Sent newsletters, I get a white screen showing this error:
Parse error: parse error, unexpected T_OBJECT_OPERATOR in /home/www/mysite.com/sites/all/modules/simplenews_template/simplenews_template.inc on line 79
Any ideas anyone?
Comments
Comment #1
AppleBag commentedAnyone have any ideas?
Comment #2
AppleBag commentedI fixed it. Had to change line 79 from:
to
And replace every instance of $newsletter_name after that, to $newsletter_name->name (2 instances).
Comment #3
teknocat commentedI posted a simple patch for this here: #525342: PHP4 Compatibility issue
Comment #4
ngaur commented