08-05-2008, 11:37 AM
I believe that upgrade process has some mistaken usage of field_exists function:
upgrade8.php,ln34
table_perfix should be cleaned from first line
PHP Code:
if($db->field_exists('oldadditionalgroups', TABLE_PREFIX."banned"))
{
$db->write_query("ALTER TABLE ".TABLE_PREFIX."banned DROP oldadditionalgroups;");
}
$db->write_query("ALTER TABLE ".TABLE_PREFIX."banned ADD oldadditionalgroups TEXT NOT NULL AFTER oldgroup");
table_perfix should be cleaned from first line

