Gossamer Forum
Home : Products : DBMan : Installation :

A second set of eyes please ...

Quote Reply
A second set of eyes please ...
Hi Everyone.
I am my wits end.
The program fails to run and claims there is an internal error in DBMan. Even though I have **turned on** the $db_debug flag, all I get is the cryptic "DBMan encountered an internal error. Please enable debugging to view".

I am inclined to believe that the error is somewhere
in the html.pl file.
Please help ... :-(
Here are links to the files:
http://www.presec-legon.com/odadee.cfg.txt
http://www.presec-legon.com/odadee_html.txt

Kwabena


Quote Reply
Re: A second set of eyes please ... In reply to
Have you modified anything?
Did you upload in ascii?
Did you chmod the scripts correctly?
Did you edit the necessary variables?
Did you check your error log?
Have you tried running db.cgi from telnet to detect errors?


Some ideas for you.....

Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Quote Reply
Re: A second set of eyes please ... In reply to
In Reply To:
The program fails to run and claims there is an internal error in DBMan. Even though I have **turned on** the $db_debug flag, all I get is the cryptic "DBMan encountered an internal error. Please enable debugging to view".
The best thing to do in this situation is to open up db.cgi and underneath the $db_script_path variable line add $db_debug = 1;

That should enable the debuggin message and you'll be able to get a better idea of what the problem is.

- Mark

Astro-Boy!!
http://www.zip.com.au/~astroboy/
Quote Reply
Re: A second set of eyes .WORK. In reply to
Hi Paul and Astro Boy,
Thanks very much.
After setting the flag directly in db.cgi, the specific errors are now visible. Looks like I set my $mail path wrong.
Thanks :-)
Kwabena