Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2006
    Location
    Pasadena, CA
    Posts
    17
    Plugin Contributions
    0

    Default Errors do NOT display

    I've seen similar posts elsewhere, but none of the responses have been helpful.
    I'm spending HOURS trying to track down why the main product page in zencart will not display. I get the category heading and then nothing.
    But the biggest issue for me is that I do NOT understand why PHP does not report whatever error is causing the fatal ending.

    Current Settings in php.ini
    error_reporting = E_ALL
    display_errors = On
    display_startup_errors = On
    log_errors = On
    log_errors_max_len = 1024

    Current Setting in Apache httpd.conf
    LoadModule php5_module "c:/wamp/bin/php/php5.3.5/php5apache2_2.dll"

    <IfModule php5_module>
    php_admin_value error_reporting 2047
    </IfModule>

    Software
    PHP 5.3.5
    Apache server 2.2.17
    Zen Cart 1.3.9h

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Errors do NOT display

    ... because displaying them on screen could make yoursite vulnerable to hackers. So instead they're trapped put in a debug file - there's info about this in this tutorial article >> https://www.zen-cart.com/tutorials/index.php?article=82

    If you're site is on a LAMP account, then you'll probably find errors in the apache log file too.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Nov 2006
    Location
    Pasadena, CA
    Posts
    17
    Plugin Contributions
    0

    Default Re: Errors do NOT display

    Thanks! I had never heard of the error reporting in /cache/ before. That really helps.

    However, since I am running all this on my laptop, it would be wonderful to see the errors on the screen. I tried following the instructions to create the following file, but still nothing on the screen.

    /includes/local/configure.php

    <?php
    define('STRICT_ERROR_REPORTING', true);
    ?>

    any ideas?

 

 

Similar Threads

  1. v151 email display errors.
    By Scott Benton in forum General Questions
    Replies: 7
    Last Post: 2 Aug 2013, 04:18 AM
  2. Firefox display errors in Win7
    By Soniccc in forum General Questions
    Replies: 6
    Last Post: 27 Jun 2010, 09:39 PM
  3. Admin errors on fresh installation - module errors and language definition errors
    By etrader in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 5 Oct 2007, 09:05 AM
  4. Linkpoint Does Not Display Errors
    By gcleehusker in forum Addon Payment Modules
    Replies: 2
    Last Post: 23 Feb 2007, 03:59 AM
  5. Odd errors on products display - upgrade to 1.3.5
    By Shara in forum General Questions
    Replies: 6
    Last Post: 21 Nov 2006, 06:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg