I'm trying to upgrade the data base by running the altertable-6.0-6.1.php script but when I do I get this error:
Alterting the Users table to add an index on Approved users, an admin email opt in/opt out selection, and an email format.
SQL ERROR: Unable to do_query: ALTER TABLE w3t_Users ADD U_LoginName VARCHAR(64) NOT NULL, ADD INDEX Login_ndx (U_LoginName), ADD INDEX App_ndx (U_Approved), ADD U_AdminEmails VARCHAR(3) DEFAULT 'On', ADD U_EmailFormat VARCHAR(10) DEFAULT 'plaintext'
Duplicate key name 'App_ndx'SQL ERROR: Unable to do_query: UPDATE w3t_Users SET U_LoginName = U_Username
Unknown column 'U_LoginName' in 'field list'Alterting the w3t_Last table to add an index
SQL ERROR: Unable to do_query: ALTER TABLE w3t_Last ADD INDEX userlast_ndx (L_Username)
Duplicate key name 'userlast_ndx'Alterting the w3t_Boards table to add an index
SQL ERROR: Unable to do_query: ALTER TABLE w3t_Boards ADD INDEX Cat_ndx (Bo_Cat)
Duplicate key name 'Cat_ndx'Altering the w3t_Posts table to add a field to track the number of times a download has been downloaded
SQL ERROR: Unable to do_query: ALTER TABLE w3t_Posts CHANGE B_ParentUser B_ParentUser VARCHAR(64) NOT NULL, CHANGE B_Username B_Username VARCHAR(64) NOT NULL, CHANGE B_Icon B_Icon VARCHAR(30) NOT NULL, ADD INDEX Icon_ndx(B_Icon)
Duplicate key name 'Icon_ndx'Altering every users signature, converting markup in the database to reduce calls to do_markup on display.
Done...
Can anyone help me with this?