Gossamer Forum
Home : Products : DBMan : Discussions :

Error

Quote Reply
Error
Hello all!! This is my first posting to the forum and I just wanted to thank everybody in advance!!

I attempted to install dbman on my website but keep getting an debugging error. Is there anyone somebody could take a look at what is taking place?

The URL is www.idproductions.com/cgi-stuff/dbman/db.cgi

Thanks for any and all help!!

Jeff Graves

Quote Reply
Re: Error In reply to
In Reply To:
I attempted to install dbman on my website but keep getting an debugging error.
As mentioned quite a few times in the DBMAN Installation Forum, you need to TURN OFF the de_bug option when you are ready to take your DBMAN site live.

Look in the default.cfg file and change the following codes:

Code:

$db_debug = 1;


to the following;

Code:

$db_debug = 0;


0 = OFF, NO
1 = ON, YES

Regards,

Eliot Lee