Quote:
Originally Posted by RasMasta
Using 3.5.4 I get this error when saving the template
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/*********/public_html/forum/includes/adminfunctions_template.php(3537) : eval()'d code on line 80
|
You have an opened conditional somewhere in your code, thats what usually produces that.
You need to go through the HTML and make sure all the <if> </else> statesments have ending tags and are closed.