Quote:
Originally Posted by Joe Gronlund
KK , I still can not install this since I un-installedl it when it had very few features..
Is there some tables I can drop manually to get this installed???
Code:
Invalid SQL:
ALTER TABLE `user` ADD (`twitter_username` VARCHAR( 255 ) NOT NULL ,`twitter_password` VARCHAR( 255 ) NOT NULL);
See Screenshot
Thank you...
|
This was on the last page. Guess you missed it, but I don't mind.
Be sure to
add your prefix before user.
[sql]ALTER TABLE `user` DROP COLUMN `twitter_password`, DROP COLUMN `twitter_username`[/sql]