Gossamer Forum
Home : Products : DBMan : Installation :

Win NT Configuration - Where is the error in debug

Quote Reply
Win NT Configuration - Where is the error in debug
Many thanks to Astroboy for posting his helpful guide to configuring DBMan for Windows. Unfortunately, I am getting an error message when viewing the database (http://www.fairus.org/cgi-bin/db.pl. I have debugging enabled, but am unable to locate the error. I tried using the debug script at http://webmagic.hypermart.net/dbman/trouble1.txt, but I was unable to configure the path correctly. I have placed my quotes.cfg online at http://www.fairus.org/quotes.cfg.txt.

Could someone take a look? I get the "Internal error" message, but I am able to add, view, modify, etc records and users normally.

-Karl

Quote Reply
Re: Win NT Configuration - Where is the error in debug In reply to
Hi Karl, are you able to login to your database? If so, simply disable debugging by changing the following line in your default.cfg file:

$db_debug = 1;

Change to:
$db_debug = 0;

Your scripts are displaying the default info provided when debugging is activated. If there were an actual error, you would see another line in there describing the error, something like this:

CGI ERROR
ERROR: Unable to locate file name.pl
==========================================
Error Message : Debug Information

Karen

Quote Reply
Re: Win NT Configuration - Where is the error in debug In reply to
D'oh!! Thanks Karen. That was the one thing I considered switching but didn't.