Yii error (The "dataProvider" property cannot be empty.)
Tried to use http://www.yiiframework.com/doc/api/1.1/CListView in modules
$da=new CActiveDataProvider('Page'); $this->widget('zii.widgets.CListView', array( 'dataProvider'=>$da, 'itemView'=>'_post', ));
lies in
/protected/modules/page/views/admin/page.php
The Page model lies in
/protected/modules/page/models/Page.php
and just in case put here))
/protected/models
did not help
Question: (Ale_x) and where is your code? in the controller or in the view ???
Answer: in the submission