by baxterrj » Mon Apr 09, 2007 10:52 pm
Ok, after uploading the mod, and renaming the gatherer folder; to reflect the cap G for "Gatherer" in the update.php:
// Create the Gatherer input field if addon exists
if(file_exists(ROSTER_ADDONS.'Gatherer'))
I am now receiving the following errors when I upload to the roster. On an intresting note, these errors ONLY show up when I upload the gatherer.lua file, and not when I just upload the charprofiler.lua or the pvplog.lua
Notice: Undefined index: PvpLogData in /home/thinjoh5/public_html/reclamation/roster/update.php on line 195
and
Notice: Undefined variable: updatePvPMessages in /home/thinjoh5/public_html/reclamation/roster/update.php on line 595
Notice: Undefined variable: rosterUpdateMessages in /home/thinjoh5/public_html/reclamation/roster/update.php on line 596
and
Notice: Undefined variable: updatePvPMessages in /home/thinjoh5/public_html/reclamation/roster/update.php on line 603
Notice: Undefined variable: rosterUpdateMessages in /home/thinjoh5/public_html/reclamation/roster/update.php on line 603
Those errors lie outside of the update box, as notices around different areas of the screen. However, inside the update box I am getting the following errors under the gatherer section.
Notice: Undefined index: DESOLACE in /home/thinjoh5/public_html/reclamation/roster/addons/Gatherer/functions.php on line 61
Notice: Undefined index: BLOODMYST_ISLE in /home/thinjoh5/public_html/reclamation/roster/addons/Gatherer/functions.php on line 61
Notice: Undefined index: DARKSHORE in /home/thinjoh5/public_html/reclamation/roster/addons/Gatherer/functions.php on line 61
Notice: Undefined index: MULGORE in /home/thinjoh5/public_html/reclamation/roster/addons/Gatherer/functions.php on line 61
Notice: Undefined index: FERALAS in /home/thinjoh5/public_html/reclamation/roster/addons/Gatherer/functions.php on line 61
Notice: Undefined index: ASHENVALE in /home/thinjoh5/public_html/reclamation/roster/addons/Gatherer/functions.php on line 61
Notice: Undefined index: DUN_MOROGH in /home/thinjoh5/public_html/reclamation/roster/addons/Gatherer/functions.php on line 61
Notice: Undefined index: TIRISFAL_GLADES in /home/thinjoh5/public_html/reclamation/roster/addons/Gatherer/functions.php on line 61
Notice: Undefined index: SWAMP_OF_SORROWS in /home/thinjoh5/public_html/reclamation/roster/addons/Gatherer/functions.php on line 61
Notice: Undefined index: GHOSTLANDS in /home/thinjoh5/public_html/reclamation/roster/addons/Gatherer/functions.php on line 61
Notice: Undefined index: EVERSONG_WOODS in /home/thinjoh5/public_html/reclamation/roster/addons/Gatherer/functions.php on line 61
Notice: Constant SIGGEN_DIR already defined in /home/thinjoh5/public_html/reclamation/roster/addons/siggen/conf.php on line 52
Notice: Constant SIGCONFIG_CONF already defined in /home/thinjoh5/public_html/reclamation/roster/addons/siggen/conf.php on line 87
There are MULTIPLE repeats of the ones listed above (save the last two for siggen)
any ideas?
Last edited by
baxterrj on Mon Apr 09, 2007 11:06 pm, edited 1 time in total.