Error Error
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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