Gossamer Forum
Home : Products : DBMan : Discussions :

Running fine but...

Quote Reply
Running fine but...
It's possible that this belongs in Installation, but I don't think so.

I was having some issues with the sample db, so I turned on debugging and fixed it. Now the sample appears to be running fine, but I'm still getting a DBMan Internal Error (but no actual errors reported in the following report). If I turn off debugging, everything appears to be okay.

Is this something I should be unnecessarily worried about?
Quote Reply
Re: [mpgalvin] Running fine but... In reply to
Yes, this question would go in the installation forum :)

Unless you move the line in your .cfg file:

$db_debug = 1;

before:

# File and URL's

then it is possible you have an error within the .cfg file that is not being reported. If no errors show you can then set this to

$db_debug = 0;

to avoid having the messages appear. You may also want to look at the update for sub cgierr in the FAQ noted below under "Troubleshooting". I noticed when helping someone else that the messages were not appearing although there were problems. The fix for that sub then displayed the errors.



Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] Running fine but... In reply to
Thanks, not sure I have the right cgierr update (from the FAQ). Is it the top on at http://webmagic.hypermart.net/dbman/db/text/troubl13.txt?
Quote Reply
Re: [mpgalvin] Running fine but... In reply to
There are 2 displayed within that .txt file.

I would use the one after this comment:

==========================
another version of the fix to not show enviroment - only the error and also to email webmaster of error.
===========================

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/