sasairaq
Wed 21st May '08, 9:11am
i'm using vb 3.7 and when i add someone it gives me this error message
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in ......./vb/profile.php(660) : eval()'d code on line 1
Steve Machol
Wed 21st May '08, 12:53pm
This error is from a plugin you've installed. You need to disable each of your plugins then turn one at a time to see which one is causing this.
If you cannot log into the Admin CP then to disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
This will disable all hooks and allow you to log in properly with no hooks running.
http://www.vbulletin.com/docs/html/disable_plugins
Powered by vBulletin™ Version 4.0.2 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.