Caccessrule.us Error

CException

Property "CAccessRule.us ers" is not defined.

E:\ganesh\xampp\htdocs\yii\framework\web\auth\CAccessControlFilter.php(115)

103 {

104 foreach($rules as $rule)

105 {

106 if(is_array($rule) && isset($rule[0]))

107 {

108 $r=new CAccessRule;

109 $r->allow=$rule[0]===‘allow’;

110 foreach(array_slice($rule,1) as $name=>$value)

111 {

112 if($name===‘expression’ || $name===‘roles’ || $name===‘message’ || $name===‘deniedCallback’)

113 $r->$name=$value;

114 else

115 $r->$name=array_map(‘strtolower’,$value);

116 }

117 $this->_rules[]=$r;

118 }

119 }

120 }

121

122 /**

123 * Performs the pre-action filtering.

124 * @param CFilterChain $filterChain the filter chain that the filter is on.

125 * @return boolean whether the filtering process should continue and the action

126 * should be executed.

127 */

Stack Trace

#0 +– E:\ganesh\xampp\htdocs\yii\framework\web\auth\CAccessControlFilter.php(115): CComponent->__set("us ers", array("hr1"))

110 foreach(array_slice($rule,1) as $name=>$value)

111 {

112 if($name===‘expression’ || $name===‘roles’ || $name===‘message’ || $name===‘deniedCallback’)

113 $r->$name=$value;

114 else

115 $r->$name=array_map(‘strtolower’,$value);

116 }

117 $this->_rules[]=$r;

118 }

119 }

120 }

#1 +– E:\ganesh\xampp\htdocs\yii\framework\web\CController.php(1144): CAccessControlFilter->setRules(array(array(0 => "allow", "actions" => array("index", "view"), "users" => array("")), array(0 => "allow", "actions" => array("create", "update"), "users" => array("hr1")), array(0 => "allow", "actions" => array("admin", "delete"), "us ers" => array("hr1")), array(0 => "deny", "users" => array(""))))

1139 * @param CFilterChain $filterChain the filter chain that the filter is on.

1140 */

1141 public function filterAccessControl($filterChain)

1142 {

1143 $filter=new CAccessControlFilter;

1144 $filter->setRules($this->accessRules());

1145 $filter->filter($filterChain);

1146 }

1147

1148 /**

1149 * Returns a persistent page state value.

#2 +– E:\ganesh\xampp\htdocs\yii\framework\web\filters\CInlineFilter.php(58): CController->filterAccessControl(CFilterChain)

53 * @param CFilterChain $filterChain the filter chain that the filter is on.

54 */

55 public function filter($filterChain)

56 {

57 $method=‘filter’.$this->name;

58 $filterChain->controller->$method($filterChain);

59 }

60 }

#3 +– E:\ganesh\xampp\htdocs\yii\framework\web\filters\CFilterChain.php(130): CInlineFilter->filter(CFilterChain)

125 {

126 if($this->offsetExists($this->filterIndex))

127 {

128 $filter=$this->itemAt($this->filterIndex++);

129 Yii::trace(‘Running filter ‘.($filter instanceof CInlineFilter ? get_class($this->controller).’.filter’.$filter->name.’()’:get_class($filter).’.filter()’),‘system.web.filters.CFilterChain’);

130 $filter->filter($this);

131 }

132 else

133 $this->controller->runAction($this->action);

134 }

135 }

#4 +– E:\ganesh\xampp\htdocs\yii\framework\web\CController.php(291): CFilterChain->run()

286 $this->runAction($action);

287 else

288 {

289 $priorAction=$this->_action;

290 $this->_action=$action;

291 CFilterChain::create($this,$action,$filters)->run();

292 $this->_action=$priorAction;

293 }

294 }

295

296 /**

#5 +– E:\ganesh\xampp\htdocs\yii\framework\web\CController.php(265): CController->runActionWithFilters(CInlineAction, array("accessControl", "postOnly + delete"))

260 {

261 if(($parent=$this->getModule())===null)

262 $parent=Yii::app();

263 if($parent->beforeControllerAction($this,$action))

264 {

265 $this->runActionWithFilters($action,$this->filters());

266 $parent->afterControllerAction($this,$action);

267 }

268 }

269 else

270 $this->missingAction($actionID);

#6 +– E:\ganesh\xampp\htdocs\yii\framework\web\CWebApplication.php(282): CController->run("")

277 {

278 list($controller,$actionID)=$ca;

279 $oldController=$this->_controller;

280 $this->_controller=$controller;

281 $controller->init();

282 $controller->run($actionID);

283 $this->_controller=$oldController;

284 }

285 else

286 throw new CHttpException(404,Yii::t(‘yii’,‘Unable to resolve the request “{route}”.’,

287 array(’{route}’=>$route===’’?$this->defaultController:$route)));

#7 +– E:\ganesh\xampp\htdocs\yii\framework\web\CWebApplication.php(141): CWebApplication->runController("mstleave")

136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value)

137 $_GET[$name]=$value;

138 }

139 else

140 $route=$this->getUrlManager()->parseUrl($this->getRequest());

141 $this->runController($route);

142 }

143

144 /**

145 * Registers the core application components.

146 * This method overrides the parent implementation by registering additional core components.

#8 +– E:\ganesh\xampp\htdocs\yii\framework\base\CApplication.php(180): CWebApplication->processRequest()

175 public function run()

176 {

177 if($this->hasEventHandler(‘onBeginRequest’))

178 $this->onBeginRequest(new CEvent($this));

179 register_shutdown_function(array($this,‘end’),0,false);

180 $this->processRequest();

181 if($this->hasEventHandler(‘onEndRequest’))

182 $this->onEndRequest(new CEvent($this));

183 }

184

185 /**

#9 +– E:\ganesh\xampp\htdocs\hrms\index.php(13): CApplication->run()

08 defined(‘YII_DEBUG’) or define(‘YII_DEBUG’,true);

09 // specify how many levels of call stack should be shown in each log message

10 defined(‘YII_TRACE_LEVEL’) or define(‘YII_TRACE_LEVEL’,3);

11

12 require_once($yii);

13 Yii::createWebApplication($config)->run();

14

2014-05-03 08:00:18 Apache/2.4.4 (Win32) OpenSSL/0.9.8y PHP/5.4.19 Yii Framework/1.1.14

Please can any1 give me solution for this error…

Thank You…