2.13.8.11. Enabling debug mode in PrestaShop
- Find the line with the parameter
_PS_MODE_DEV_
:define('_PS_MODE_DEV_', false);
- Save your changes.
- Reproduce the error on the site.
After identifying the source of errors on the site and eliminating their causes, it is recommended to disable debug mode.