Can't get Coppermine Photo Gallery working Can't get Coppermine Photo Gallery working
 

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

Can't get Coppermine Photo Gallery working

Started by 27media, June 01, 2004, 08:30:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

27media

I went over myconfig.inc.php file and all of my settings seem correct(see below)

<?php
// Coppermine configuration file
// MySQL configuration
$CONFIG['dbserver'] =       "localhost";   // Your databaseserver
$CONFIG['dbuser'] =          "weather";   // Your mysql username
$CONFIG['dbpass'] =          "*****";   // Password omitted but correct in my file
$CONFIG['dbname'] =          "photoalbum";// Your mysql database name
// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] =      "cpg11d_";
?>


but I keep getting this error:

Notice: Undefined index: debug_mode in /usr/home/twi/new-ksnt-com/public_html/cpg/include/functions.inc.php on line 101
Fatal error :
There was an error while processing a database query

Joachim Müller

enable debug mode in coppermine config (at the botto of the screen) and post the ouput (which query failed).

GauGau