HI
I am trying to install coppermine to Nuke7 but on running the SQL i get this error any Ideas?
Error
SQL-query :
ALTER TABLE `nuke_users` ADD `user_group_cp` INT( 11 ) DEFAULT '2' NOT NULL ,
ADD `user_active_cp` ENUM( 'YES', 'NO' ) DEFAULT 'YES' NOT NULL
MySQL said:
Duplicate column name 'user_active_cp'
Back
Please can someone help
Tracey
MySQL is saying you already have the column in your table, so you cant add it. You must have installed a version of Coppermine before.
You can just delete the ALTER TABLE line for the nuke install and it should be ok. Please note that the line should end with a ";" (no quotes)