PDA

View Full Version : WHo's Online Problem AGAIN


ZiRu$
09-10-2002, 12:35 PM
this time it's on line 172

i get this

Fatal error: Call to a member function on a non-object in /home/blazing/public_html/online.php on line 172



here's line 172


$pm = $DB_site->query_first("SELECT fromuserid FROM privatemessage WHERE privatemessageid = ".intval($array2[1]));

Velocd
09-10-2002, 04:09 PM
97% chance this wont work, but try anyway ;)


$pm = $DB_site->query("SELECT fromuserid FROM privatemessage WHERE privatemessageid = ".intval($array2[1]));


I'll look into it later when I'm on my PC..if it's not solved by then..

g-force2k2
09-10-2002, 06:16 PM
Zirus try adding the

global $DB_site;

above that line as well ;) i know there's at least two different functions in the online.php regards :)

g-force2k2

ZiRu$
09-12-2002, 03:28 AM
Velocd: Thx for trying but it never worked :)

g-force2k2: since it only happens every once and a while i gotta wait and test it out.....I'll holla back wit a reply

ZiRu$
09-13-2002, 11:28 PM
looks like it worked

nice work again g-force2k2