News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Error message

Started by cherub64, October 12, 2003, 07:38:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cherub64

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

yrret

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)