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

APPPATH/classes/Controller/Offers.php [ 85 ]

80             ),I18n::$lang);
81         } else {
82             $type = ORM::factory('Programtype')->setAllOrder()->limit(1)->find(I18n::$lang);
83         }
84 
85         if (!$type->loaded()) throw HTTP_Exception::factory(404,'A keresett oldal nem található!');
86 
87         $this->context->title = $type->pt_name;
88         $this->context->type = $type;
89 
90         $this->context->breadcumbs = array(
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Offers->action_programs()

  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