I get the following messages in my Uniploader log when uploading CharacterProfiler, PvpLog and Gatherer:
- Code: Select all
<br />
<b>Notice</b>: Undefined index: ignored in <b>/var/www/htmlxyzzy/roster/update.php</b> on line <b>295</b><br />
<br />
<b>Notice</b>: Undefined index: ignored in <b>/var/www/htmlxyzzy/roster/update.php</b> on line <b>295</b><br />
<br />
<b>Notice</b>: Undefined variable: output in <b>/var/www/htmlxyzzy/roster/update.php</b> on line <b>215</b><br />
followed by 70 instances of the following message
- Code: Select all
<b>Notice</b>: Undefined index: realm in <b>/var/www/htmlxyzzy/roster/lib/wowdb.php</b> on line <b>2099</b><br />
<br />
line 215 of update.php is
- Code: Select all
$output .= "<strong>Updating PvP Data for [<span class=\"orange\">$char_name</span>]</strong>\n";
line 295 of update.php is
- Code: Select all
$output .= 'Realm: '.$realm_name.' '.$wordings[$roster_conf['roster_lang']]['ignored']."<br />\n";
If I only upload CharacterProfiler and PvPLog I get
- Code: Select all
<br />
<b>Notice</b>: Undefined index: ignored in <b>/var/www/htmlxyzzy/roster/update.php</b> on line <b>295</b><br />
<br />
<b>Notice</b>: Undefined index: ignored in <b>/var/www/htmlxyzzy/roster/update.php</b> on line <b>295</b><br />
<br />
<b>Notice</b>: Undefined index: PvpLogData in <b>/var/www/htmlxyzzy/roster/update.php</b> on line <b>191</b><br />
<br />
<b>Notice</b>: Undefined variable: updatePvPMessages in <b>/var/www/htmlxyzzy/roster/update.php</b> on line <b>623</b><br />
If I just upload CharacterProfiler then I get no errors at all.
My update.php file is available from here and the four different combinations of uploding log files are here, here, here and here
Any ideas? As you'll see from the above log files, I only get these errors, including some AltMonitor errors (towards the end of the log files) when I include Gatherer in my upload, without Gatherer there are no errors reported.
Thanks for any assistance you can give me on this - I've torn out quite a bit of hair trying to work out what's going wrong without any success.
Arc.