WoWRosterDF 1.7.3.0 wowdb hotfix

Dragonfly integration forum

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby robojerk » Thu Mar 01, 2007 9:02 am

hmmmm..

First back up your Database.

Try deleting any tables that have anything to do with wowroster.. Re-download the wowrosterdf package, don't do any of the updates/fixes. Confirm no roster tables are lingering.
Pray
Try to install again.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby TearSong » Thu Mar 01, 2007 11:02 am

Done..at first I couldn't install cause it acted like it was installed already in the modules section (asif it was int\stalled already..but there were no database tables). Got a DB error ofc :P Deleted an entry in the modules table and after that I could press install. Prayed and prayed but still got the db error :P Database tables have been created.
TearSong
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Thu Jul 13, 2006 2:55 pm

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby robojerk » Thu Mar 01, 2007 5:58 pm

Try deleting the wowroster tables again.

open the cms_modules table and delete the wowrosterdf and/or roster lines.

The installer works, something in your set up is preventing it.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby Devlinm » Sat Mar 10, 2007 11:37 pm

getting Fatal error: Call to a member function on a non-object in /home/regultors/public_html/modules/WoWRosterDF/lib/wowdb.php on line 383 when i do an update as an admin, the other users can update as users, but i can not update full guild info, this just started to happen after i changed the calls to reflect the changes in name to member for siggen, but im sure that is not related
Devlinm
WR.net Apprentice
WR.net Apprentice
 
Posts: 29
Joined: Mon Mar 05, 2007 8:52 pm

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby Daizan » Sun Mar 11, 2007 12:41 am

I get the same error:


Fatal error: Call to a member function on a non-object in /customers/vogonpoets.dk/vogonpoets.dk/httpd.www/modules/WoWRosterDF/lib/wowdb.php on line 383


Could it be because of the new patch released this wednesday?
Daizan
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sat Feb 24, 2007 2:28 pm

Re: WoWRosterDF 1.7.3.0 wowdb hotfix

Postby Karavirs » Sun Mar 11, 2007 12:48 am

Try this change to WoWRosterDF/lib/wowdb.php

I ran into this during a mod port.

Code: Select all
   function affected_rows()
   {
      return $db->sql_affected_rows($this->db);
   }



should be
Code: Select all
   function affected_rows()
   {
      global $db;
      return $db->sql_affected_rows($this->db);
   }
Last edited by Karavirs on Sun Mar 11, 2007 12:49 am, edited 1 time in total.
Image

Image
User avatar
Karavirs
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Mon Feb 26, 2007 6:33 pm
Location: Chicago

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby Devlinm » Sun Mar 11, 2007 1:21 pm

Well, they got me working OT this fine morning, i started at 5 am, and my job is 45mins away from home, i changed that from here (lockheed support desk is great, i can do anything while waiting for a call lol) and will test it when i get home. thanks a ton for replying so fast though
Devlinm
WR.net Apprentice
WR.net Apprentice
 
Posts: 29
Joined: Mon Mar 05, 2007 8:52 pm

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby Daizan » Mon Mar 12, 2007 1:09 pm

does the code change work?
Daizan
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Sat Feb 24, 2007 2:28 pm

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby Devlinm » Mon Mar 12, 2007 2:37 pm

It did not work for me, I tried it, but no go. I am going through now and making sure that i added it correctly, just to be sure i did not nubify it.
Devlinm
WR.net Apprentice
WR.net Apprentice
 
Posts: 29
Joined: Mon Mar 05, 2007 8:52 pm

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby creep303 » Mon Mar 12, 2007 5:54 pm

Nothing has worked for me yet.

I reinstalled and still the same thing. I can upload as normal user, but admin, no dice.
creep303
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Tue Mar 06, 2007 8:01 am

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby Devlinm » Tue Mar 13, 2007 12:14 am

to clarify, i use the df port of roster
Devlinm
WR.net Apprentice
WR.net Apprentice
 
Posts: 29
Joined: Mon Mar 05, 2007 8:52 pm

Re: WoWRosterDF 1.7.3.0 wowdb hotfix

Postby Karavirs » Tue Mar 13, 2007 5:17 am

Here is my patched, hotfixed, etc working wowdb.php file for WoWRosterDF. Maybe that will help.
Attachments
wowdb.zip
(13.23 KiB) Downloaded 286 times
Last edited by Karavirs on Tue Mar 13, 2007 4:07 pm, edited 2 times in total.
Image

Image
User avatar
Karavirs
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Mon Feb 26, 2007 6:33 pm
Location: Chicago

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby Devlinm » Tue Mar 13, 2007 2:18 pm

I will upload this now and have an officer try it out today while im at work to see if its fixed, thank you
Devlinm
WR.net Apprentice
WR.net Apprentice
 
Posts: 29
Joined: Mon Mar 05, 2007 8:52 pm

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby JROCK2004 » Tue Mar 13, 2007 2:28 pm

I used your patch now getting error

Fatal error: Call to undefined function: sql_affected_rows() in /home/jrock/public_html/modules/WoWRosterDF/lib/wowdb.php on line 384


Also regular users still logged in
Last edited by JROCK2004 on Tue Mar 13, 2007 2:29 pm, edited 1 time in total.
Image
User avatar
JROCK2004
WR.net Apprentice
WR.net Apprentice
 
Posts: 52
Joined: Wed Feb 21, 2007 6:54 pm
Location: PA

WoWRosterDF 1.7.3.0 wowdb hotfix

Postby Karavirs » Tue Mar 13, 2007 4:08 pm

Sorry typo.... I put up correct one now
Image

Image
User avatar
Karavirs
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Mon Feb 26, 2007 6:33 pm
Location: Chicago

PreviousNext

Return to Dragonfly

Who is online

Users browsing this forum: No registered users and 1 guest

cron