Jump to content

John Heenan

Members
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
  2. Like
    John Heenan reacted to Amit Kumar Mishra in Fix for unusable PHP debug in Blesta 5.6.0 with PHP 8.1   
    Hi @johnhe
    i like your passion
    even without any response from the community, you could resolve it
    not only that you contributed to the community by answering to its fix
    keep up the good work
  3. Thanks
    John Heenan got a reaction from Amit Kumar Mishra in Fix for unusable PHP debug in Blesta 5.6.0 with PHP 8.1   
    Some more information about error reporting with Blesta. This clears up confusion for me.
    Errors are reported to screen, even with display_errors set to off, as errors are trapped by file app/views/errors/error.pdt The boolean internal variable System.Debug decides whether error.pdt includes a stack trace or not To make sure no errors are visible error_reporting must be set to 0, such as by using Configure::errorReporting(0); Errrors are also logged to various files in logs_blesta directory  
×
×
  • Create New...