cronomyth Posted April 27, 2007 Share Posted April 27, 2007 I have a phpbb2 forum that recently installed. I am having a parse error on only one page which is the posting page that I can not get rid of. Is there anyone good with these kind of issues that could maybe give me assistance. "Parse error: parse error, unexpected $ in /blah/blah/blah/blah/blah/myserver/html/community/includes/template.php(151) : eval()'d code on line 356" I can't seem to figure this out....I viewed my source and can't find the $. Also is there a program that I can get to scan files for possible tag errors and locate them for me? Thanks! John! ??? Link to comment https://forums.phpfreaks.com/topic/48889-parse-error-help-needed/ Share on other sites More sharing options...
genericnumber1 Posted April 27, 2007 Share Posted April 27, 2007 ??? phpbb uses eval() ??? -sigh- even worse than I expected! you wont see the $ on that line, you'll have to track back the variable that was passed to eval() to find where it was set. Link to comment https://forums.phpfreaks.com/topic/48889-parse-error-help-needed/#findComment-239615 Share on other sites More sharing options...
cronomyth Posted April 27, 2007 Author Share Posted April 27, 2007 Thanks I will check the template.php again and see what I find. Link to comment https://forums.phpfreaks.com/topic/48889-parse-error-help-needed/#findComment-240069 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.