PDA

View Full Version : Parse Error: only on one member


nukinfuts29
08-04-2012, 06:29 AM
Parse error: syntax error, unexpected T_STRING in /homepages/33/d386895808/htdocs/glockboard/includes/class_core.php(4633) : eval()'d code on line 398

I'm getting this error when clicking on one of my member's names to look at their profile. This is not a new member, and it is the only place that the issue occurs, and only on this member.

Line 4633:

if (strpos($template_code, '$final_rendered') !== false)
{
eval($template_code);
}

Not sure why this is happening.

nukinfuts29
08-05-2012, 02:48 PM
bump

ForceHSS
08-05-2012, 02:53 PM
This is because of a custom plugin you have disable them all then turn each one on and check link

kh99
08-05-2012, 02:59 PM
That line is rendering a template, so it's a problem in one of your templates. It could be part of a plugin, so disabling plugins may or may not help you narrow it down.