Categories

Featured templates

How to enable Debug mode (display errors) in PrestaShop 1.7

Carey Burns July 3, 2018
Rating: 5.0/5. From 2 votes.
Please wait...

Hello, our support team is ready to present you a new tutorial that shows how to enable Debug mode (display errors) in PrestaShop 1.7.

You might need to enable debug mode if you have:

  • Blank screen on the website;

  • Error 500;

  • Untypical shop behavior

Enabling Debug Mode Automatically

  1. Navigate to Advanced Parameters > Performance section in your PrestaShop admin panel

  2. In Debug Mode section, set the Debug mode option to Yes and save the changes

Enabling Debug Mode Manually

  1. Connect to server via FTP or via hosting cpanel. Open your PrestaShop installation directory, navigate to config director and opendefines.inc.phpfile.

  2. Find the following code (line 29 approximately):

    define('_PS_MODE_DEV_', false);
  3. Edit the code:

    define('_PS_MODE_DEV_', true);
  4. Save the changes and refresh the site.

Now you need to navigate to a frontend/backend page you had issues on, press F5 to refresh the page and see the error(s) that occur.

Browse our new PrestaShop Themes and learn more about their usability.

Prestashop Themes Download
This entry was posted in PrestaShop Tutorials and tagged Debug mode, error reporting, errors. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket