Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To enable error reporting, edit /config/blesta.php and change Configure::errorReporting(0); to Configure::errorReporting(-1); You may also wish to enable System Debug (Version 4.0+). To do so, change Configure::set("System.debug", false); to Configure::set("System.debug", true);

Note
titleDisable System.debug

When you're done, be sure to disable System.debug. If left enabled, it may cause licensing issues.


You should It's a good idea to change these settings back when you are done.

...