CPG 1.3.4 + mySql 5.x + Php 5.0.5 + Apache 2.0.55 CPG 1.3.4 + mySql 5.x + Php 5.0.5 + Apache 2.0.55
 

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

CPG 1.3.4 + mySql 5.x + Php 5.0.5 + Apache 2.0.55

Started by rmcgonegal, November 12, 2005, 03:49:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rmcgonegal

Installed CPG for the first time, had some problems and had to do two fairly major hacks - which I hope were due to installing incorrectly but ...

#1 The Description field of the albums table is specified as NOT NULL, but the script which adds a new album does not allow you to enter the description when you create a new album - so the script was failing when it tried to insert the row into the album table. Edited database to allow description to be null

#2 When a picture was inserted into the picture database, the cpg php script picmgmt.inc.php was trying to set pid in the INSERT INTO sql command - commented out pid as it is an auto-increment field

With these two hacks it installed - but what did I do wrong to require doing this?

thx
rick

Stramm

you're using MySQL 5.x
Coppermine is not yet 100% compatible with it

OmegaGOD

Please do not PM me with support questions. Please read the manual and then if posting questions please place them in the proper sub-boards.