Gossamer Forum
Home : Products : DBMan : Customization :

DBMan encountered an internal error. Please enable debugging to view.

Quote Reply
DBMan encountered an internal error. Please enable debugging to view.
Got the error when using the configurator;
DBMan encountered an internal error. Please enable debugging to view.

The error was in line 150 of the default.cfg;
foreach (sort { $db_def{$a}[0] <=> $db_def{$b}[0] } keys %db_def) {

but should be;
foreach (sort { $db_def{$a}[0] <=> $db_def{$b}[0] } keys %db_def) {

Good luck!

Last edited by:

Foton: Jan 4, 2006, 8:41 AM
Quote Reply
Re: [Foton] DBMan encountered an internal error. Please enable debugging to view. In reply to
There must have been some sort of problem between the file created by the configurator as displayed in your browser and the file you uploaded. The configurator creates the file correctly, at least in Internet Explorer. It could be that the editor you used changed the < to &lt;.


JPD
----------------------------------------------------
JPDeni's DBMan-ual
How to ask questions the smart way.
Quote Reply
Re: [JPDeni] DBMan encountered an internal error. Please enable debugging to view. In reply to
Hi JPDeni, no offence to you.....
I used Netscape (specially installed for getting the results from your configurator).
Just searched for a hour of 2 to find the error.
Just to let you all know who is also searching for errors.
Nice to see you are still around, alive and kicking (must be 3 years ago I was on this forum to read your helping hands)

Happy newyear for you!
Quote Reply
Re: [Foton] DBMan encountered an internal error. Please enable debugging to view. In reply to
It is good to know that might happen, in case anyone else comes up with a problem they can't find. I was just really surprised, since it hasn't been mentioned before. There's always new things to learn. :-)


JPD
----------------------------------------------------
JPDeni's DBMan-ual
How to ask questions the smart way.