[Only required if you installed before 12AM 28th July GMT]
Open lib/wowdb.php
Find, Line 1513
- Code: Select all
$this->closeQuery($result);
After, Add
- Code: Select all
return $oldmembers;
Open admin/update.php
Find, Line 262
- Code: Select all
$output .= "<ul>\n";
After, Add
- Code: Select all
$i = 0;
Find, Line 274 - 276
- Code: Select all
{
$output .= start_update_trigger($char_name,'guild');
}
After, Add
- Code: Select all
$i++;
Find, Line 290
- Code: Select all
$output .= "<strong>Update [<span class=\"orange\">Memeber Log</span>]</strong>\n<ul>\n";
Replace With
- Code: Select all
$output .= "<strong>Updating [<span class=\"orange\">Memeber Log</span>]</strong>\n<ul>\n";
Find, Line 294
- Code: Select all
require '../addons/memberlog/install_db.php';
Replace With
- Code: Select all
require ROSTER_BASE.'addons'.DIR_SEP.'memberlog/install_db.php';