Pugro wrote:Odd, can you try saving it, it may be putting extra chars on the request for the php file so it may be trying to access:
addon.phpmode=xxx or something?
What's the URL from IE when you get a cannot be displayed error?
I just ran it again in FIREFOX to try to re-produce the error and got this:
2013: Lost connection to MySQL server during query
SQL:
SELECT * FROM `roster_guild` WHERE `guild_name` = 'Omertà' AND `server` = 'Lightninghoof'
File: wowdb.php
Function: get_guild_info
Line: 1841
----- This is the standard error that I have been getting, not sure if I should worry about it or not, I think it is whats causing the updating not to completely get everyone in the roster, and we only have 50 people.
The end URL From IE:
roster/addon.php?roster_addon_name=ArmorySynch
----- I could never update using IE, it always times out.
Here is what I have changed to the files config.php and index.php
config.php:
$addon_conf['ArmorySync']['MemberSorting'] = "members.update_time DESC";
index.php:
Nothing, only thing that isn't commented out is.
synchPlayers(null, $players);
---------------------------------------------------------
After typing this, I decided to run it again, and was able to re-produce the error.
After waiting for around 30 seconds, it prompts me to save a file called addon.php. So, I did, and then opened it in dreamweaver, its an empty file.
Could it be the loss of connection for mysql database thats causing this?