shoppingflux / shoppingfluxexport

7 stars 7 forks source link

Notice in debug.php on PS 1.7 is blocking display of the page #336

Closed ghost closed 6 years ago

ghost commented 6 years ago

Expected behaviour

Access to debug.php should be possible regardless of PrestaShop version.

Actual behaviour

In PrestaShop 1.7 a ContextErrorException (Notice: Undefined variable: outOfStock) is blocking the display of the page in debug.php

Steps to reproduce the behaviour

Reproduced in In PrestaShop 1.7 define('_PS_MODE_DEV_', true); is set in debug.php.