Please could anyone help on the following error? 'PostController cannot find the requested view "searchResult"'.
In the protected/controllers path, i have:
SiteController
PostController
While the siteController executes successfully the code in the actionSearch method:
$this->render('searchResult',array( 'result'=>$items,'items_feedbacks_count'=>$item_feedbacks_count,'stars'=>$feedback_images,'txtSearchLabel'=>$txtSearchLabel,'model'=>$model,));
The same code generates the error 'PostController cannot find the requested view "searchResult" when executed in the actionSearch method of the PostController.
Any ideas?
Thanks!

Help

This topic is locked












