by Splash » Mon Dec 04, 2006 7:24 pm
Another one with
"WoW Roster -> phpRaid Guild/Character Synchronization
Attempting to synchronize guilds...
Guild synchronization complete...
Attempting to synchronize characters...
Character synchronization complete...
Data synchronization complete! phpRaid characters and guilds are now synchronized with WoW Roster "
Nothing odd in the SQL debug that I can see and max.resists (latest version) has been installed. Do guildies need to re-upload the data for it to be seen in phpRaid?
Ok, looked like the problem might have been that roster and phpraid were using different databases, so I changed the config and reinstalled so that they share the same database - now I get
"WoW Roster -> phpRaid Guild/Character Synchronization<br>
<!-- SELECT * FROM roster_guild -->
Attempting to synchronize guilds...<br>
<!-- SELECT * FROM phpraid_guilds WHERE guild_name='Seeds of Glory' -->
<!-- INSERT INTO phpraid_guilds VALUES('0','None','Seeds of Glory','See') -->
Guild synchronization complete...<br>
<!-- SELECT * FROM phpraid_chars -->
Attempting to synchronize characters...<br>Character synchronization complete...<br>Data synchronization complete! phpRaid characters and guilds are now synchronized with WoW Roster
<!-- Begin Roster Footer -->"
So it now looks in the right place and finds the guild name, but then seems to be looking in the phpraid_guilds table for data - isn't this the table we're trying to populate?
Last edited by
Splash on Tue Dec 05, 2006 12:52 am, edited 1 time in total.