Restored ProcessMaker ErrorHandler. Fixed Soap class.
This commit is contained in:
David Callizaya
2017-08-31 15:26:44 -04:00
parent 6bd23225c6
commit 350d6874ce
8 changed files with 9 additions and 6 deletions

View File

@@ -92,6 +92,7 @@ try {
app()->useStoragePath(realpath(PATH_DATA));
app()->make(Kernel::class)->bootstrap();
restore_error_handler();
//Do not change any of these settings directly, use env.ini instead
ini_set('display_errors', $arraySystemConfiguration['debug']);
ini_set('error_reporting', $e_all);