Error [ 0 ]: Unknown named parameter $id

SYSPATH/classes/kohana/request.php [ 1046 ]

1041 
1042 			// Determine the action to use
1043 			$action = empty($this->action) ? Route::$default_action : $this->action;
1044 
1045 			// Execute the main action with the parameters
1046 			$class->getMethod('action_'.$action)->invokeArgs($controller, $this->_params);
1047 
1048 			// Execute the "after action" method
1049 			$class->getMethod('after')->invoke($controller);
1050 		}
1051 		catch (Exception $e)
  1. SYSPATH/classes/kohana/request.php [ 1046 ] » ReflectionMethod->invokeArgs()

  2. APPPATH/bootstrap.php [ 138 ] » Kohana_Request->execute()

  3. DOCROOT/index.php [ 102 ] » require(arguments)

Environment