The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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. |
#2
|
||||
|
||||
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:
|
#3
|
|||
|
|||
Oh Thanks Lynne! My problem is solved by disabling the plugin system.
Yes, she's under the admin group. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|