Kohana_HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Webshop.php [ 74 ]

69             $this->context->current_menu = "webshop";
70 
71             $this->context->product = $product;
72             $this->context->leftMain = ORM::factory('maincategory')->find_all();
73 
74         } else throw new Kohana_HTTP_Exception_404;
75     }
76 
77     public function action_newproducts()
78     {
79         $this->context->title = 'Új temékeink';
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Webshop->action_products()

  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. DOCROOT/index.php [ 119 ] » Kohana_Request->execute()

Environment