I got this error while upgrading my store
Database error in vBulletin 3.0.3:
Invalid SQL: CREATE TABLE utt_store_asvs ( `asvsid` INT( 20 ) NOT NULL AUTO_INCREMENT ,
`actionid` INT( 20 ) NOT NULL ,
`varname` VARCHAR( 255 ) NOT NULL ,
`title` VARCHAR( 255 ) NOT NULL ,
`description` TEXT NOT NULL ,
`optioncode` VARCHAR( 255 ) NOT NULL ,
`value` TEXT NOT NULL ,
PRIMARY KEY ( `asvsid` )
)
mysql error: Table 'utt_store_asvs' already exists
mysql error number: 1050
Now when ever I click donate to user or anything like that I get no actions found.
When I try to run the installer again it says you already have the newest version installed. I could uninstall it but that would cause all my 4,000 plus members to loss all there points and I don't know if I want to do that to them. Any suggestions as to what I can do to fix this?
|