getTrace(); $framework = false; foreach ($trace as $i => $frame) { if (!isset($frame['file'])) { continue; } if (strpos($frame['file'], ISSO) !== false || substr($frame['class'], 0, 2) == 'BS') { $framework = true; break; } } ?>
An exception was encountered during the exection of this program. Because the program could not recover from this error it terminated prematurely. Please contact a system administrator if this problem persists.
Time:
Context:
Class:
Message: getMessage() ?>
Stack Trace:
getTraceAsString(); echo (BSApp::get_debug() ? $trace : str_replace(getcwd(), '', $trace)); ?>