Quote:
Originally Posted by sebil
Whenever i m trying to pm any memebrs in my forum it showing data base error
Could any one tell me what is the problem
|
You may try this trick
just disable it
please open file ../includes/class_dm_user.php
find on line 2900
this below code:
Quote:
($hook = vBulletinHook::fetch_hook("private_insertpm_comple te")) ? eval($hook) : false;
|
and add
// befor that code like this:
Quote:
// ($hook = vBulletinHook::fetch_hook("private_insertpm_comple te")) ? eval($hook) : false;
|
Save and please try again.