News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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)