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 ** to Configure::errorReporting(-1);** You  You may also wish to enable System Debug (Version 4.0+). To do so, change **Configure::set("System.debug", false);** to ** to Configure::set("System.debug", true);**

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

...