Error 404 Unable To Resolve The Request "user/create".

Error 404

Unable to resolve the request "user/create".

Guidelines.

in your controller check the create is there in access rule or not.

I mean…




public function accessRules()

	{

		return array(

			array('allow',  // allow all users to perform 'index' and 'view' actions

				'actions'=>array('index','create'),

				'users' => array('*'),

			),

}



try this if again problem let us (yii community ) know