Skip to main content

How to investigate Fatal error

Comments

3 comments

  • cPanelMichael
    Hello, Did you check both the Apache error log (/usr/local/apache/logs/error_log) and any error_log files within the document root of the website when this happens? Also, which PHP handler are you using? Thank you.
    0
  • Onklmaps
    Found nothing in /usr/local/apache/logs/error_log, and nothing in the local error_log about this particular error. I'm using PHP 5.6 cgi Thank you
    0
  • cPanelMichael
    Hello, You could try modifying Prestashop's defines.inc.php in the config directory to change the display errors option to:
    "@ini_set('display_errors', 'on')"
    Then, check to see if the PHP errors appear on the page when this happens. Thank you.
    0

Please sign in to leave a comment.