PrestaShop - Enable Debugging

Karl Falconer ยท Updated

To capture as much detail as possible when an error occurs, enable debugging in PrestaShop.

Enable debugging in PrestaShop

  1. In your PrestaShop files, open Config > defines.inc.php in a text editor (such as Notepad).
  2. Change the line:

    define('_PS_MODE_DEV_', false);

    to:

    define('_PS_MODE_DEV_', true);

  3. Save and close the file.

When debugging is enabled, your integration will capture additional debugging data. Should errors occur, this data can assist DropStream support in resolving the issue.

If you have any questions, contact us at support@getdropstream.com.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.