Quote:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/jonm842/public_html/forum/includes/functions_forumlist.php(395) : eval()d code on line 9
|
Looking at the source for vb3.8.3 (which could be different from your version), functions_forumlist.php line 395 is
Code:
eval('$forumbits .= "' . fetch_template("forumhome_forumbit_level$depth$tempext") . '";');
so if you've changed any of the forumhome_forumbit_level templates recently you might want to check them for errors.