Quote:
Originally Posted by Tulsa
Code:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/mysite/public_html/forums/includes/adminfunctions_template.php(3537) : eval()'d code on line 274
After making the edits in the postbit legacy template, the system stopped me during the save with this. Seeing the eval code in there, I'm assuming it's because I'm using php5.
Any thoughts?
|
This most of the time means a typo eg forgotten ; or " or something like that.