How to Turn on Error Reporting in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell 0 Minutes, 57 Seconds to Read When developing your store, there may be times when you run into problems and need to see the error messages. By default, error reporting is turned off. This prevents error messages from being displayed in the browser. Enabling the error reporting will allow the message to display in the browser to give you an idea of there the problem may lie. This is a very handy tool when debugging or troubleshooting any odd store behavior. Turning on error reporting in PrestaShop 1.5 is fairly simple and is described below. Enabling error reporting in PrestaShop 1.5 Log into your hosting admin dashboard, control panel, SSH, or FTP client. Navigate to the PrestaShop 1.5 root folder. From there, navigate to the location: /config/ Open the config.inc.php file in your preferred text editor. Find the line of code that reads “@ini_set(‘display_errors’, ‘off’)“Â This is line 39 by default as of PrestaShop 1.5.6 Change it to read “@ini_set(‘display_errors’, ‘on’)“ Save the config.inc.php file back to the path, overwriting the existing file if needed. NOTE: Be sure to turn it back off once you do not need it, this is for troubleshooting only! Share this Article Related Articles Fix 404 Error When Logging into PrestaShop 1.5 How to reset your admin password in PrestaShop 1.5 Working with the product SEO tab in PrestaShop 1.6 Adding Shipping Details to Products in PrestaShop Install a Theme in PrestaShop 1.6 How to enable/disable the new customer notification in PrestaShop 1.5 How to install and set up the UPS Carrier module in PrestaShop 1.5 Product Descriptions in PrestaShop 1.6 How to change the side images in PrestShop 1.6 Setting catalog mode in PrestaShop 1.6