I have a small problem with this one I do the sql query and I get this during the install
Quote:
Query number 1:
The query "ALTER TABLE usergroup ADD moderatethread SMALLINT(6) UNSIGNED DEFAULT "0"
NOT NULL, ADD moderatepost SMALLINT(6) UNSIGNED DEFAULT "0" NOT NULL" was not executed due to database errors.
|
I got this trying to do the same thing in phpmyadmin
Quote:
Error
SQL-query :
ALTER TABLE usergroup ADD moderatethread SMALLINT(6) UNSIGNED DEFAULT "0" NOT NULL, ADD moderatepost SMALLINT(6) UNSIGNED DEFAULT "0" NOT NULL
MySQL said:
Duplicate column name 'moderatethread'
|
I do have several mods installed so I am thinking it is having a conflict with something I had to do in another mod.
Thanks