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.
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.