View Full Version : Parse error on forum...
Ash Ketchum
07-10-2011, 07:04 AM
Receiving this error and my forums don't show up....
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
Disasterpiece
07-10-2011, 07:08 AM
Do you have any mods? Try to disable them one by one and find out which mod is causing the trouble.
Lynne
07-10-2011, 03:41 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
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
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.
Ash Ketchum
07-10-2011, 10:19 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
I did that and my forums showed up....but like this:
http://fusube.com/forum/
Lynne
07-11-2011, 03:34 PM
I did that and my forums showed up....but like this:
http://fusube.com/forum/
I'm not sure what I was supposed to see, but you definitely still have your modifications on right now.
borbole
07-11-2011, 03:47 PM
I did that and my forums showed up....but like this:
http://fusube.com/forum/
What is wrong with the forum? To me it looks fine.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.