PDA

View Full Version : Delete User - User Profile


Gersfan
Sun 18th May '08, 4:05pm
Parse error: syntax error, unexpected T_STRING in /mounted-storage//'domain''//Forum/includes/class_dm_user.php(2147) : eval()'d code on line 22

The User still gets deleted and the process works but this Error appears in the header.

Thanks,:rolleyes:

Steve Machol
Sun 18th May '08, 4:10pm
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