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

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

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ó!');
114 
115         $this->context->title = $program->pr_name;
116         $this->context->type = $type;
117         $this->context->program = $program;
118 
  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