*

pietkei

  • ***
  • 69 posts
After activating debug mode errors home screen
« on: February 05, 2021, 08:30:50 PM »
For the first time i activated the debug mode, when i opened my website underneath the homepage all kind of errors appeared.
(check the image i added)

PHP error log: Activated
PHP errors output to file: Activated
Database debug mode: Activated

After deactivating the debug mode all errors were gone and the website was fine again.

All help is appreciated to find out what happened.

Thanks!


Marked as best answer by pietkei on February 06, 2021, 09:04:13 AM
*

cartagena68

  • ***
  • 73 posts
Re: After activating debug mode errors home screen
« Reply #1 on: February 06, 2021, 04:08:47 AM »
Those are not errors, they are the database queries and appears when you activated the Database debug mode. It is for testing purpose and should not be used in a live website.
The php errors log is located in oc-content folder, or you can find it in admin panel under tools -> Debug/Error log

*

pietkei

  • ***
  • 69 posts
Re: After activating debug mode errors home screen
« Reply #2 on: February 06, 2021, 09:04:01 AM »
Those are not errors, they are the database queries and appears when you activated the Database debug mode. It is for testing purpose and should not be used in a live website.
The php errors log is located in oc-content folder, or you can find it in admin panel under tools -> Debug/Error log

Thanks for explaining!

Pieter