Did a search and haven't found this particular error in any thread, at least not using the various possible keywords I used.
Anyhow, the problem I am having is that the notes field is not being updated to reflect what is done in game or in the CP.lua for all members. Only some. If someone had a note and it changed to something new, as in, their note had ALT: Ikurus and then changed to ALT: Ik, the note will get updated when the guild list is updated.
If however, I wanted to totally remove someones not, as in, their note was RV: 7/26 and later totally deleted so there is no note at all, the previous note will remain there and will note remove itself.
I double checked the CP.lua file and sure enough, CP.lua reflects all the changes and the guild roster information as it exists in game, but when uploaded/parsed, it just doesn't like taking a player note and turning it blank.
Below is a snippet from my CP.lua for the player Darm. You will see that the note field is in fact empty, however, looking at my site as linked below for the same player shows his player note as "Dharm"
- Code: Select all
["Darm"] = {
["Note"] = "",
["Zone"] = "Eastern Plaguelands",
["Group"] = "no",
["Class"] = "Warlock",
["Online"] = 1,
["RankIndex"] = 5,
["Status"] = "",
["OfficerNote"] = "",
["Level"] = 60,
["Name"] = "Darm",
["Rank"] = "Raid Member",
},
My roster not imbedded: http://manic-guild.com/roster/
I usually use UniUploader to keep my site updated and have that set to upload on file changes. I also have used the manual upload using the roster upload page with my password to no avail.
Some info about my site/config:
Roster Diag shows there are no issues at all. Everything else works great. You will notice obviously that the site colours, backgrounds, etc...have change emensly to reflect the theme of my site http://manic-guild.com.
Addons:
rpgo-CharacterProfiler v1.5.4a
rpgo-GuildProfiler v1.5.1
Server/DB Info
PHP Version 4.4.2
PHP API Type apache
safe_mode Off
open_basedir Off
allow_url_fopen On
file_uploads On
upload_max_filesize 10M
OS Linux
Server Software Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.8a
MySQL Version 4.0.27-standard
I hope I have provided you with the information needed to diagnose my problem.
Finally, awesome work on this project. If only could force all my members to upload their profiles, I would be a happy man. Any project in the works to turn lazy noobs into profile updating maniacs?