Quote:
Originally Posted by squidsk
This problem is caused by en error in the upgrade script when upgrading from YAAS 3.8.4, which has already added the column. In order to fix it you need to open the xml file find the part of the code that upgrades for version 3.8.3 (approximately line 160) and delete that section.
|
so i did that and now i get
Database error in vBulletin 4.1.7:
Invalid SQL:
CREATE TABLE award_requests (
award_req_id int(8) unsigned NOT NULL auto_increment,
award_req_timestamp timestamp NOT NULL default CURRENT_TIMESTAMP,
award_req_uid int(8) NULL,
award_rec_uid int(8) NULL,
award_req_aid int(8) NULL,
award_req_reason varchar(512) NOT NULL,
PRIMARY KEY (award_req_id)
);
MySQL Error : Table 'award_requests' already exists
Error Number : 1050
Request Date : Friday, November 18th 2011 @ 09:58:53 AM
Error Date : Friday, November 18th 2011 @ 09:58:54 AM
Script :
http://www.**********.com/admincp/pl...=productimport
Referrer :
http://www.***************.com/admin...?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.92-community-log