Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.9.12. Enable debug mode in PrestaShop
- Find the line with the parameter
_PS_MODE_DEV_:define('_PS_MODE_DEV_', false); - In the line you found, replace
falsewithtrueand save your changes:define('_PS_MODE_DEV_', true); - Reproduce the error on your site.
After finding the source of errors on your site and fixing them, you should disable debug mode.