hi
i do want see the DB error log.
Because I know I have some problems with the site And it sure is error from the DB of the site when i do upgert from 7.0 to .7.0.1
How can I create or to see the errors on the DB?
Thanks
hi i do want see the DB error log. Because I know I have some problems with the site And it sure is error from the DB of the site when i do upgert from 7.0 to .7.0.1
How can I create or to see the errors on the DB? Thanks |
the profiler module will collect slow queries and you can read logs /modules/boonex/profiler/log you can also use something like monyog to get detailed realtime data otherwise all bad sql queries are simply sent to your email addy...check your spam box if you didnt get any but saw a red MYSQL error page I have video tutorials to help you mrpowless.com |
the profiler module will collect slow queries and you can read logs /modules/boonex/profiler/log you can also use something like monyog to get detailed realtime data otherwise all bad sql queries are simply sent to your email addy...check your spam box if you didnt get any but saw a red MYSQL error page
Thanks mrpowless |
MP where you been all my life.... Also to set to full debug mode look for this line around line number 28: define( 'DB_FULL_DEBUG_MODE', false ); and change false to true. make sure to set this back to false after your done with it. https://dolphin-techs.com - Skype: Dolphin Techs |
MP where you been all my life.... Also to set to full debug mode look for this line around line number 28: define( 'DB_FULL_DEBUG_MODE', false ); and change false to true. make sure to set this back to false after your done with it.
I did not understand you exactly Can you explain a little more accurate? |
MP where you been all my life.... Also to set to full debug mode look for this line around line number 28: define( 'DB_FULL_DEBUG_MODE', false ); and change false to true. make sure to set this back to false after your done with it.
I did not understand you exactly Can you explain a little more accurate? Sorry for got the file location.. inc/classes/BxDolDb.php https://dolphin-techs.com - Skype: Dolphin Techs |
MP where you been all my life.... Also to set to full debug mode look for this line around line number 28: define( 'DB_FULL_DEBUG_MODE', false ); and change false to true. make sure to set this back to false after your done with it.
I did not understand you exactly Can you explain a little more accurate? Sorry for got the file location.. inc/classes/BxDolDb.php
Done! Now where do I download the log of errors? |
Hi Jay...just working away...having a lil break answering some q's I have video tutorials to help you mrpowless.com |
my method you dont download any logs. when i a database error happens its displayed right on the page in the browser. https://dolphin-techs.com - Skype: Dolphin Techs |
my method you dont download any logs. when i a database error happens its displayed right on the page in the browser.
DONE! BUT DID NOT GET ANY ERROR ON ANY PAGE ON THE SITE. BUT I KNOW I HAVE ERROR ON MY SITE BECAUSE IN FIREFOX MY SITE LOOK NOT GOOD AND IN E8 TOO.
|
If a site works right but doesn't look right, chances are it's not a DB problem but something in the css or html controlling the page. Php can do that too but would probably also affect how it works. Firefox is for me the best browser to view and work on Dolphin. IE and Chrome are problematic. To help track down issues get the Firebug plugin for Firefox. For more help from members, give more information, like if a template is involved. Best of luck. Someday, Someway. |
Well if its a css problem then undo what i told you to do then as all members can and will see the errors if they appear. https://dolphin-techs.com - Skype: Dolphin Techs |
i will sow you how my site look on firefox:
that what i mean, all the Members area is massy.
|