Running 6.1.1 - My SITE has stopped growing due to this error.
Running 6.1.1 - My SITE has stopped growing due to this error.
Error
Database query error
This happens on the join.php, so no NEW users can register. Any help would be appreciate! My last back-up restore did NOT fix this problem.
Dolaugh
|
Enable error-showing inc\db.inc.php define( 'DB_FULL_DEBUG_MODE', true ); and repeat your problem (you must get more detailed description) |
If you go by the above solution you have to go back to normal after fixing the error. Otherwise that will cause a security problem. Post the database error that you received through email. That will be helpful to give a solution. ---- |
I'm running 6.14 and having exactly the same problem after i imported a database import with phpmyadmin. I dropped the old dolphin database before importing. I tried editing that inc\db.inc.php file as described, but i don't get any extra info at all. just "database query error" when i try to make a new user account. Is this debug mode still supposed to be working on 6.14? |
I solved the problem. for one i added the whole debug command, while there was a line turning it off2 lines above (i'm blind ). After removing the second line and editing the original to true i got the extra error info. It turned out that i run into a little bug of dolphin's fields. In short, if you make a field of the type "selector" and in advanced as type "radio button" thats not mandatory and the user does not select anything you get my problem. |