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

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

60         if (!$type->loaded()) throw HTTP_Exception::factory(404,'A keresett oldal nem található!');
61 
62         $event = $type->events->findBySlug(array(
63             'ev_slug'=>$this->request->param('slug')
64         ),I18n::$lang);
65         if (!$event->loaded()) throw HTTP_Exception::factory(404,'A keresett oldal nem található!');
66 
67         $this->context->title = $event->ev_name;
68 
69         $this->context->breadcumbs = array(
70             array(
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Events->action_details()

  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