Log in

View Full Version : Parse Error ?


JAYEMULE
03-12-2005, 08:02 PM
I looked for a trouble shooting section but did not dee it. Please forgive me if I posted this in the wrong place.
I have been working on adding some hacks to my board and recently attempted a bigger hack, VB Commbull, vbadnavced or vbIndex I think, but could not get it to work so I removed it. I followed each step backwards and thought I did well. Except that now I get this error code when trying to get to my test board.

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/muleskin/public_html/forum/index.php(505) : eval()'d code on line 21

I have looked at the area this error suggests but I just don't see it. If anyone has a suggestion as to where I may locate or troubleshoot this cause I would be thankful.

Paul M
03-12-2005, 09:33 PM
The error is on line 505 of index.php - which by the look of it is then an eval statement - probably calling a template.

JAYEMULE
03-12-2005, 11:06 PM
Thank you Paul. I will go back and look again. I think I was stuck on looking at line 21


Update; Yes sir that was it. I can't believe I didn't see that. It was related to one of the portal type programs template.
Ya'll are just wonderful around here :)

Jaye

Paul M
03-13-2005, 12:39 PM
Glad it's fixed.