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.