Quote:
Originally Posted by cnprint
hi,Delphiprogrammi
I used your fixed,but when I kill warn in cron ,it send me fix.
PHP Code:
Fatal error: Call to a member function query_first() on a non-object in E:/Apache Group/www/includes/functions_warning.php on line 31
and functions_warning.php line 31 and 32 is
PHP Code:
$to=$db->query_first("select * from ".TABLE_PREFIX."user where userid='{$to}'"); // Grab Member Its Going TO
$from=$db->query_first("select * from ".TABLE_PREFIX."user where userid='{$from}'"); // Grab Member Its Coming FROM
why?could you help me?
thanks in advance
|
that code is absolutely correct ......
the only thing i can think of is that you are not using vbulletin 3.5.x which this system is designed for ?
try to describe exactely what you are doing when the error appaers