PDA

View Full Version : User problem in vbulletin 4: layout is messed up


AF_staff
12-04-2010, 01:22 PM
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

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.