HTTP_Exception_404 [ 404 ]:

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

211     $protocol = Kohana::$config->load('site.protocol');
212     $this->template->id = $id;
213     $lastEvents = $EventsModel->getLast3Event();	
214 
215     if (!$event) {
216         throw new HTTP_Exception_404;
217     }
218 
219     $this->isExhibition = $event['type_v_'] == 1;
220 
221     $type_e = $this->isExhibition ? 'exhibitions' : 'events';
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Events->action_event()

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

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

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

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

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

Environment