DF_AltMonitor

Addons for WoWRosterDF

Re: DF_AltMonitor

Postby avatar_bc » Fri Jul 06, 2007 11:38 am

Ok I changed the lines in the WoWDB.php hotfix- and I'm still getting this:

Fatal error: Call to a member function on a non-object in /homepages/40/*******/htdocs/bloodpact/modules/WoWRosterDF/lib/wowdb.php on line 383

Here is what the file looked like before this recent edit. Lines 380-386:
Code: Select all
//wowrosterdf version
   function affected_rows()
   {
      global $db;
      //return $db->sql_affected_rows($this->db);
      return $db->sql_affectedrows($this->db);
   }


And here is how it looks after the edit. Lines 380-386:
Code: Select all
//wowrosterdf version
   function affected_rows()
        {
                global $db;
                return $db->sql_affectedrows($this->db);
        }


Could it be something in the way I have the add-on configured? :?:
Image
User avatar
avatar_bc
WR.net Apprentice
WR.net Apprentice
 
Posts: 11
Joined: Fri Jun 29, 2007 4:03 am

Previous

Return to WoWRosterDF Addons

Who is online

Users browsing this forum: No registered users and 0 guests

cron