HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Objects.php [ 90 ]

85 				->where('title_'.$this->request->param('lang'), '!=', '')
86 		   	 	->where('link_'.$this->request->param('lang'), '=', $this->request->param('id'))
87 		    	->where('status', '!=', ORM::STATUS_DRAFT)
88 		    	->find();
89 
90 		if(!$item->id) throw new HTTP_Exception_404();
91 
92 		$query =
93 			DB::select('options.title_'.$this->request->param('lang'))
94 				->from('options')->join('objects_options')
95 				->on('options.id', '=', 'objects_options.option_id')
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Objects->action_item()

  2. {PHP internal call} » Kohana_Controller->execute()

  3. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)

  6. APPPATH/classes/Controller/Decode.php [ 29 ] » Kohana_Request->execute()

  7. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Decode->action_item()

  8. {PHP internal call} » Kohana_Controller->execute()

  9. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)

  10. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  11. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)

  12. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment