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