Kohana_HTTP_Exception [ 404 ]: A keresett oldal nem található!

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

31     public function action_list()
32     {
33         $type = ORM::factory('Eventtype')->findBySlug(array(
34             'evt_slug'=>$this->request->param('slug')
35         ),I18n::$lang);
36         if (!$type->loaded()) throw HTTP_Exception::factory(404,'A keresett oldal nem található!');
37 
38         $this->context->title = $type->evt_name;
39         $this->context->type = $type;
40 
41         $this->context->breadcumbs = array(
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Events->action_list()

  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 [ 990 ] » Kohana_Request_Client->execute(arguments)

  6. MODPATH/var/www/hegypasztor_hu/web/frontend/index.php [ 121 ] » Kohana_Request->execute()

Environment