Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Bug Report 1.4 (5/16/05 CVS) Error during installation  (Read 3762 times)

0 Members and 1 Guest are viewing this topic.

Guvner

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Bug Report 1.4 (5/16/05 CVS) Error during installation
« on: May 17, 2005, 07:25:07 pm »

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..


« Last Edit: July 31, 2005, 12:25:03 pm by GauGau »
Logged

Nibbler

  • Guest
Re: Bug Report 1.4 (5/16/05 CVS) Error during installation
« Reply #1 on: May 17, 2005, 08:18:43 pm »

Thankyou, corrected in CVS

basic.sql

change

Code: [Select]
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

Code: [Select]
INSERT INTO CPG_categories (cid, name, description) VALUES (1, 'User galleries', 'This category contains albums that belong to Coppermine users.');
Logged
Pages: [1]   Go Up
 

Page created in 0.014 seconds with 20 queries.