Error Error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Error

Started by trackman, February 11, 2006, 11:17:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

trackman

I'm getting the folloing error when setting up coppermine on my new server

mySQL Error: Table 'cpg135_albums' already existson query ' CREATE TABLE cpg135_albums ( aid int(11) NOT NULL auto_increment, title varchar(255) NOT NULL default '', description text NOT NULL, visibility int(11) NOT NULL default '0', uploads enum('YES','NO') NOT NULL default 'NO', comments enum('YES','NO') NOT NULL default 'YES', votes enum('YES','NO') NOT NULL default 'YES', pos int(11) NOT NULL default '0', category int(11) NOT NULL default '0', pic_count int(11) NOT NULL default '0', thumb int(11) NOT NULL default '0', last_addition datetime NOT NULL default '0000-00-00 00:00:00', stat_uptodate enum('YES','NO') NOT NULL default 'NO', keyword VARCHAR( 50 ), PRIMARY KEY (aid), KEY alb_category (category) ) TYPE=MyISAM'

Please help  ???

Nibbler

You already installed Coppermine into that database with that prefix. Change either one or the other.

trackman

how do i change this  ???

Nibbler

Type different information into the little boxes on the install page.

trackman

sorted, changed the prefix to 143 instead of 135 thanks  ;D