vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Parse error on forum... (https://vborg.vbsupport.ru/showthread.php?t=266563)

Ash Ketchum 07-10-2011 07:04 AM

Parse error on forum...
 
Receiving this error and my forums don't show up....

PHP Code:

Parse errorsyntax errorunexpected 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

PHP Code:

define('DISABLE_HOOKS'true); 


kh99 07-10-2011 05:11 PM

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.

Ash Ketchum 07-10-2011 10:19 PM

Quote:

Originally Posted by Lynne (Post 2218981)
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

PHP Code:

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

Quote:

Originally Posted by Ash Ketchum (Post 2219092)
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

Quote:

Originally Posted by Ash Ketchum (Post 2219092)
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.


All times are GMT. The time now is 07:45 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02271 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete