Index: branches/5.1.x/core/kernel/utility/debugger.php =================================================================== diff -u -r12453 -r12657 --- branches/5.1.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 12453) +++ branches/5.1.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 12657) @@ -1,6 +1,6 @@ baseURL = PROTOCOL.SERVER_NAME.rtrim(BASE_PATH, '/').$kernel_path.'/utility/debugger'; // save debug output in this folder - $this->tempFolder = defined('WRITEABLE') ? WRITEABLE.'/cache' : FULL_PATH.'/kernel/cache'; + $this->tempFolder = WRITEABLE . '/cache'; } function mapLongError($msg) @@ -433,7 +436,7 @@ else { $ret .= 'Runtime: '.$runtime.'s
'; }*/ - + $ret .= ''; $ret .= '
'; @@ -470,7 +473,7 @@ defined('APPLICATION_CLASS') ? APPLICATION_CLASS : 'kApplication', 'kFactory', 'kUnitConfigReader', - 'TemplateParser', + 'NParser', ); foreach ($skip_classes as $class_name) { @@ -999,7 +1002,7 @@ // since PHP 5.3 $error_map['PHP5 Depricated'] = Array(E_DEPRECATED, E_USER_DEPRECATED); } - + foreach ($error_map as $error_name => $error_codes) { if (in_array($error_code, $error_codes)) { return $error_name; @@ -1429,6 +1432,7 @@ + @@ -1476,5 +1480,4 @@ if (Debugger::constOn('DBG_USE_SHUTDOWN_FUNC')) { register_shutdown_function( Array(&$debugger, 'printReport') ); } - } -?> \ No newline at end of file + } \ No newline at end of file