View Full Version : Problem
Shawn Yue
03-13-2008, 10:52 AM
Fatal error: Call to a member function query_read() on a non-object in /home/shawnyue/public_html/forum/includes/class_dm_user.php(2490) : eval()'d code on line 9
This PROBLEM Appear Please Help What Is This Problem
Can SOMEONE Help Me Fix It
Dismounted
03-13-2008, 11:25 AM
This is caused by a plugin. Disable all your plugins and the problem should disappear.
Shawn Yue
03-13-2008, 12:00 PM
After Disabling It Can Enable It Again Will The Problem Coem Back???
Disable It Still the Same
Pls Help Do I Have To Remove The
class_dm_user.php
It Affect the Activation Of Account......
Pls Help Can I Reformated It And How
Lynne
03-13-2008, 01:51 PM
Line 2490 of class_dm.php is:
($hook = vBulletinHook::fetch_hook('private_insertpm_comple te')) ? eval($hook) : false;
This means that the error is caused by a modification you have installed that is using the 'private_insertpm_complete' hook. So, you need to find that modification and disable it.
Shawn Yue
03-13-2008, 02:18 PM
How To Find
--------------- Added 1205421540 at 1205421540 ---------------
/home/shawnyue/public_html/forum/includes/class_dm_user.php(2490) : eval()'d code on line 9
tHIS eRROR COME WITH THE class_dm.php
Opserty
03-13-2008, 02:56 PM
Find the plugin in the plugin manager (AdminCP > Plugin & Products > Plugin Manager) that uses the "Hook Location" private_insertpm_complete and set "Is Active?" to No.
Shawn Yue
03-13-2008, 03:02 PM
cant find ...
--------------- Added 1205424525 at 1205424525 ---------------
found it thank you for your support
Boofo
03-13-2008, 03:09 PM
Look for any private message hacks you have installed and disable them. Better yet, add this line to the bottom of your config.php (before the ?>) and then check for the error.
define('DISABLE_HOOKS', true);
Shawn Yue
03-13-2008, 03:11 PM
This Error Coem Welcome Pm
Could not find phrase 'welcomepm'.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.