View Single Post
Old 11-28-2004, 01:47 PM   #1 (permalink)
CrossMediaGroup
Registered User
 
CrossMediaGroup's Avatar
 
Join Date: Sep 2004
Location: Northeast Ohio, USA
Posts: 7
CrossMediaGroup is on a distinguished road
Send a message via ICQ to CrossMediaGroup Send a message via Yahoo to CrossMediaGroup
Question Fatal error: Call to a member function on a non-object

Can anyone help me with the following error:

Fatal error: Call to a member function on a non-object
in /home/username/public_html/business/admin/modules/topics.php on line 22

I think it occurs here:

Code:
20: global $prefix, $db;
21: $aid = substr("$aid", 0,25);
22: $row = $db->sql_fetchrow($db->sql_query("SELECT radmintopic, 
      radminsuper FROM ".$prefix . "_authors WHERE aid='$aid'"));
23: if (($row['radmintopic'] == 1) OR ($row['radminsuper'] == 1)) {
CrossMediaGroup is offline   Reply With Quote