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

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

103     public function action_programdetails()
104     {
105         $type = ORM::factory('Programtype')->findBySlug(array(
106             'pt_slug'=>$this->request->param('type')
107         ),I18n::$lang);
108         if (!$type->loaded()) throw HTTP_Exception::factory(404,'A keresett oldal nem található!');
109 
110         $program = $type->programs->findBySlug(array(
111             'pr_slug'=>$this->request->param('slug')
112         ),I18n::$lang);
113         if (!$program->loaded()) throw HTTP_Exception::factory(404,'A keresett oldal nem található!');
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Offers->action_programdetails()

  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