redirect happens.
what?
(try to mouseover class name)
where?
(try clicking)
Controller::redirect()app/lib/HttpErrorsController.php : 12
0009:     public function actionError404()
0010:     {
0011:         g()->addInfo(null, 'notice', $this->trans('Page does not exist!'));
0012:         $this->redirect();
0013:     }
0014: 
0015: }
HttpErrorsController::actionError404(array(0))mus/hg/lib/HologramCore.php : 1490
1487:             if (method_exists($this,"onAction"))
1488:                 if (false === $this->onAction($curr, $params))
1489:                     return(true);
1490:             $this->$action($params);
1491:             return(true);
1492:         }        
1493:         return(false);
Controller::__handle(object BoxedRequest, "Error404", false)mus/hg/lib/PagesController.php : 44
0041:             if ($req->dive(true)) // nie schodzi poziom nizej
0042:                 $this->process($req);
0043: 
0044:             $this->__handle($req, $current, false);
0045:         }
0046:         $req->emerge();
0047:     }
PagesController::process(object BoxedRequest)mus/hg/lib/LibraryController.php : 45
0042:                 $this->redirect('HttpErrors/Error404');
0043:             }
0044:             $this->addChild($child);
0045:             $child->process($req);
0046:         }
0047:         $req->emerge();
0048:     }
LibraryController::process(object BoxedRequest)mus/hg/lib/HologramCore.php : 1821
1818:     
1819:     public function process(Request $req)
1820:     {
1821:         $this->_child->process($req);
1822:     }
1823:     
1824:     public function render()
TrunkController::process(object BoxedRequest)mus/hg/lib/DebugController.php : 72
0069:             $this->redirect($new_url,false);
0070:         }
0071: 
0072:         parent::process($req);
0073:     }
0074:     
0075:     
DebugController::process(object BoxedRequest)mus/hg/lib/HologramCore.php : 740
0737:                 )
0738:             );
0739:             define('BASE', $this->req->getBaseUri());
0740:             $this->first_controller->process($this->req);
0741:             if (!$this->view) // could have been set in progress
0742:             {
0743:                 if ($this->req->isAjax())
Kernel::run()app/htdocs/index.php : 84
0081: require_once(HG_DIR.'lib/HologramCore.php');
0082: $kernel = new Kernel();
0083: $forest = & $kernel;
0084: /* run, */ $forest->run();
0085: 
redirecting to /