Bug Report 1.4 (5/16/05 CVS) Error during installation Bug Report 1.4 (5/16/05 CVS) Error during installation
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Bug Report 1.4 (5/16/05 CVS) Error during installation

Started by Guvner, May 17, 2005, 07:25:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Guvner

The lastest 1.4 CVS 5/16/05 have an error during the install.php installtion ..   

The following errors were encountered and need to be corrected first:

mySQL Error: Column count doesn't match value count at row 1 on query ' INSERT INTO cpg140_categories VALUES (1, 0, 'User galleries', 'This category contains albums that belong to Coppermine users.', 0, 0, 0, 0, 0, 0, 'NO')'



This is clean install and I had install 1.4 CVS several time before over the versions .. this error came from the latest update 5/16/05..



Nibbler

Thankyou, corrected in CVS

basic.sql

change

INSERT INTO CPG_categories VALUES (1, 0, 'User galleries', 'This category contains albums that belong to Coppermine users.', 0, 0, 0, 0, 0, 0, 'NO');


to

INSERT INTO CPG_categories (cid, name, description) VALUES (1, 'User galleries', 'This category contains albums that belong to Coppermine users.');