Die and show ugly internal error page - it's just blank?

Discussion in 'Troubleshooting' started by simplyr, Jul 30, 2011.

  1. simplyr

    simplyr Member

    Joined:
    Jul 25, 2010
    Messages:
    75
    Any reasons why this occurs? Instead of seeing some ugly error page a blank page opens? :(
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    It depends on whether it is a handled exception or not as well as what your PHP settings are configured to. You can check your /amember directory for an error.log file and see if there are any clues.
  3. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    display_errors php setting could be turned Off.
    Also check error_reporting setting in php.ini as well.
  4. simplyr

    simplyr Member

    Joined:
    Jul 25, 2010
    Messages:
    75
    Where is displays_errors? Is that in php.ini?
  5. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    A couple of places can effect this.

    1) error_reporting is the PHP value you are looking for defining level of errors that are displayed. For production (non debug) E_ERROR is probably best

    2) display_errors allows you to disable displaying of the errors.

Share This Page