Hello everyone,
I'm very new to PrestaShop and I can't seem to activate debug mode (I'm running version 1.7.5).
I run PrestaShop locally on xampp.
I've tried this already:
- Turn on "Debug mode" in the back office under "Performances"
- Changing the '_PS_MODE_DEV_' putting it to true manually in the defines.inc.php file
- Running an older version of php (currently on 7.3.1) in xampp
- ...
Once debug mode is enabled, I always get this error:
ContextErrorException
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
I'm sorry if this is an obvious mistake but I just can't find what I'm doing wrong.
Thanks in advance for your responses !