Quote:
Originally Posted by SN1PERCITY
cypher i got this problem- can you help me with this
Quote:
Database error in vBulletin 4.1.7:
Invalid SQL:
ALTER TABLE award ADD award_allowrecommend TINYINT( 1 ) DEFAULT 1 NOT NULL,ADD award_pointvalue TINYINT( 3 ) DEFAULT 0 NOT NULL;
MySQL Error : Duplicate column name 'award_allowrecommend'
Error Number : 1060
Request Date : Sunday, November 13th 2011 @ 06:57:36 PM
Error Date : Sunday, November 13th 2011 @ 06:57:36 PM
Script : http://www.*************.com/admincp...=productimport
Referrer : http://www.****************.com/admi...?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.92-community-log
|
|
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.