Quote:
Originally Posted by qpurser
I did this and got the message:
Fatal error: Call to a member function query_first() on a non-object in /home/tcmasorg/public_html/forums/includes/cron/microclassifieds_cron.php on line 345
Line 345 in my cron.php says:
$sqluser = $db->query_first("SELECT username FROM ".TABLE_PREFIX."user WHERE userid=$userid LIMIT 1");
|
Please use the attached file. In some cases I let $db-> while in cronjobs needs the full $vbulletin->db
Chris