Hi,
I'm currently developping a module with Dolphin 7 and I have the error "Database query error", without any information on the query, no backtrace, nothing...
How to display it?
Thanks
Hi,
I'm currently developping a module with Dolphin 7 and I have the error "Database query error", without any information on the query, no backtrace, nothing...
How to display it?
Thanks
Look in inc/db.inc.php
You will see where you can enable visual error reporting (to the page)...
And in any case, on db error, you will be sent an email to your inc/header.inc.php $BUG_REPORT email, assuming you have configured this correctly, the email account exists, and you, of course, checked it's contents.
Smoge
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
Thanks I'll look into that!
Actually it's the BxDolDb module.
Find
And replace false by true.Code:define( 'DB_FULL_DEBUG_MODE', false );
I had another SQL error and wanted to activate it so that's why I'm completing this post.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks