HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Events.php [ 52 ]

47       )
48     ));
49     $events = $EventsModel->getEvents($this->page, $type);
50 
51     if(!$events && $this->page != 1) {
52         throw new HTTP_Exception_404;
53     } elseif(!$events) {
54         $noEvents = true;
55     }
56 
57     if (!empty($events)) {
  1. APPPATH/classes/Controller/Events.php [ 99 ] » Controller_Events->action_index(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Events->action_actfut()

  3. {PHP internal call} » Kohana_Controller->execute()

  4. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  5. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  6. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute(arguments)

  7. DOCROOT/index.php [ 121 ] » Kohana_Request->execute()

Environment