Newbie having trouble with existing setup Newbie having trouble with existing setup
 

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

Newbie having trouble with existing setup

Started by pursuit2000, March 24, 2006, 12:45:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pursuit2000

Hi, I'm hosting a site for someone, and moved the DB and site and now get this error:


Notice: Undefined index: debug_mode in C:\Domains\crusaderyouthcamp.com\wwwroot\gallery\include\functions.inc.php on line 96
Fatal error :
There was an error while processing a database query

I try to repair the DB but it says can't open file.  Is there anything I am doing wrong?

Thanks,

-JS


Joachim Müller

enable debug mode: use phpMyAdmin to browse the database, edit coppermine's config table, set "debug_mode" to "1". You should then get a detailed error message that tells you what exactly is wrong - post the error message you get here (do not post the debug_output).