svn[1267] PHP-Bug in update.lib.php: Undefined index: Rank

Posts from previous Beta sessions

svn[1267] PHP-Bug in update.lib.php: Undefined index: Rank

Postby protonus » Thu Aug 23, 2007 6:06 pm

After a fresh install and during the first upload of characterprofiler.lua
I got the following PHP-Error (only once after new installation !!):

lib/update.lib.php
Notice line 2543: Undefined index: Rank

The problem exists over all beta-versions.
Last edited by protonus on Fri Aug 24, 2007 12:54 am, edited 1 time in total.
protonus
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Jul 04, 2007 7:52 pm

svn[1267] PHP-Bug in update.lib.php: Undefined index: Rank

Postby zanix » Fri Aug 24, 2007 12:53 am

lib/update.lib.php
Find
Code: Select all
if( isset($guildRanks[$char['Rank']]['Title']) )


Replace with
Code: Select all
if( isset($char['Rank']) && isset($guildRanks[$char['Rank']]['Title']) )


Fixed svn[1270]
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US


Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron