Index: branches/5.2.x/core/kernel/utility/debugger.php =================================================================== diff -u -N -r14699 -r14706 --- branches/5.2.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 14699) +++ branches/5.2.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 14706) @@ -1,6 +1,6 @@ rowSeparator = '@' . (is_object($application->Factory) ? $application->GetSID() : 0) . '@'; + $this->rowSeparator = '@' . (is_object($application->Factory) && $application->InitDone ? $application->GetSID() : 0) . '@'; // $this->rowSeparator = '@'.rand(0,100000).'@'; // include debugger files from this url @@ -1313,7 +1313,7 @@ $Debugger.DOMViewerURL = ''; $Debugger.EditorPath = ''; $Debugger.DebugURL = 'baseURL.'/debugger_responce.php?sid='.$this->rowSeparator.'&path='.urlencode($dbg_path); ?>'; - $Debugger.EventURL = 'Factory) ? $application->HREF('dummy', '', Array ('pass' => 'm', '__NO_REWRITE__' => 1)) : ''; ?>'; + $Debugger.EventURL = 'Factory) && $application->InitDone ? $application->HREF('dummy', '', Array ('pass' => 'm', '__NO_REWRITE__' => 1)) : ''; ?>';