Zen Cart debugmode – how to show errors on screen

To show the PHP errors on screen for debugging Zen-Cart follow these steps –

1. In folder /includes/local/ , create file configure.php

2. On it write – define(‘STRICT_ERROR_REPORTING’, true);

That would show you the PHP errors on screen. To turn it off simple replace the true with false.

Leave a comment

Your email address will not be published. Required fields are marked *