Quote:
Originally Posted by Vizionz
i cant even uninstall it now either
Invalid SQL:
ALTER TABLE usergroup DROP userratingday, DROP userratingperm;
MySQL Error : Can't DROP 'userratingday'. Check that column/key exists
then if i overwrite it again it says installed same errors try to uninstall and go through the same thing ovr and over
|
Go to Maintenance -> Execute SQL Query, then run following queries (1 query a time).
Code:
ALTER TABLE usergroup ADD userratingday SMALLINT(4) NOT NULL DEFAULT '0'
Code:
ALTER TABLE usergroup ADD userratingperm INT(10) NOT NULL DEFAULT '0'
Code:
CREATE TABLE IF NOT EXISTS userrating (voteid) int(10) NOT NULL DEFAULT '0'
Code:
ALTER TABLE user ADD karma SMALLINT(1) NOT NULL DEFAULT '1'
Then uninstall the product.