I'm new to php and getting this error with phpbb afer installing a mod. I know what the error means, but the line number referred to doesn't look like the right one.
on line 126-128 of template.php, this code looks like the culprit but can't see where the error is.
Would be very grateful for any help with this, thanks
Parse error: syntax error, unexpected '}' in /usr/local/psa/home/vhosts/domain.com/httpdocs/forums/includes/template.php(127) : eval()'d code on line 42
on line 126-128 of template.php, this code looks like the culprit but can't see where the error is.
Code:
// Run the compiled code.
eval ($this->compiled_code[$handle]);
return true;
}
Would be very grateful for any help with this, thanks