Quote:
Originally Posted by jaycob
ok, i had to drop all these 1 by 1 then the product re-installed.
ALTER TABLE `thread` DROP `tweeted`
ALTER TABLE `forum` DROP `twitterenabled`
ALTER TABLE `thread` DROP `tweet_screen_name`
ALTER TABLE `usergroup` DROP `twitterposter`
go to phpmyadmin and chose your database, then click SQL: Run SQL query/queries on database.
run the above separate.
then re-upload the product.
|
I have done that and I still get this error on instal the product.
PHP Code:
Database error in vBulletin 3.8.7:
Invalid SQL:
ALTER TABLE `thread` ADD `tweeted` BOOL NOT NULL DEFAULT '0';;
MySQL Error : Duplicate column name 'tweeted'
Error Number : 1060