PDA

View Full Version : Having this Problem


Jagsman
01-25-2006, 09:07 PM
we get this when trying to edit the templates to fit in our hacks.:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /hsphere/local/home/jagsmanu/soccertainment.net/forum/includes/adminfunctions_template.php(3537) : eval()'d code on line 72

S@NL - BlackBik
01-25-2006, 09:35 PM
Can't really help you if not seeing the edited template, but you might just have an <if> statement in your edited template that doesn't nest well or isn't closed.

Tony G
01-25-2006, 11:44 PM
What did you edit before this error occured? More info is needed.

harmor19
01-26-2006, 12:08 AM
A common mistake I try not to make is putting the single quotes within the brackets.

This is a bad $var['boo'] (notice the single quotes around "boo"
This is good $var[boo] (No single quotes)

Jagsman
01-26-2006, 06:18 PM
its when trying to edit the navbar template to add the links to vbookie into it but it seems to be a script and its not woking.