vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   User problem in vbulletin 4: layout is messed up (https://vborg.vbsupport.ru/showthread.php?t=254656)

AF_staff 12-04-2010 01:22 PM

User problem in vbulletin 4: layout is messed up
 
Hi everyone,

One user is currently having problems with our forum. Upon logging in, she cannot view the forum properly. Divs and texts are misplaced/mis-configured as if the .css is not loaded correctly. Even the redirect pages have white background. And she's having this error (located at the top of the forum):

Parse error: syntax error, unexpected '<' in [path]/includes/class_core.php(4411) : eval()'d code on line 117

which I have no idea why it's popping out. Checking the said file (class_core.php) line 117 would lead me to:

/**
* The vBulletin registry object
*
* @var vB_Registry
*/
var $registry = null;

/**

I don't know what's really wrong. Right now, only one user is having this problem. She already cleared her cookies, cache and whatnot and even tried different browsers but to no avail. Version is Vbulletin 4 Patch Level 1. Any help is greatly appreciated! Thanks in advance! :)

Edit: she also tried a default template/style with no parent but it is still the same.

Lynne 12-04-2010 02:02 PM

You don't look at line 117, but at line 4411. On line 4411 something is being evaled (usually a hook) and it is on line 117 of that that you are having problems.

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); 

Does she belong to any usergroups that most other users do not?

AF_staff 12-05-2010 12:19 AM

Oh Thanks Lynne! :) My problem is solved by disabling the plugin system.

Yes, she's under the admin group.


All times are GMT. The time now is 05:04 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.01141 seconds
  • Memory Usage 1,710KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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