moved the site to the local openserver hosting. DB is connected, the path.
It turns out such an error
Fatal error: Call to a member function asCMenuArray () in D: \ OpenServer \ domains \ azimut_dev \ themes \ utasan \ views \ layouts \ main.php on line 246
There are no errors in the file itself.
Lines of the code where he swears
<?php Yii::import('application.modules.store.models.StoreCategory'); $items = StoreCategory::model()->findByPk(1)->asCMenuArray(); if(isset($items['items'])) { $this->widget('application.extensions.mbmenu.MbMenu',array( 'htmlOptions'=>array('class'=>'catalog-menu', 'id'=>'nav'), 'items'=>$items['items']) ); } ?> 
var_dump()will help with this. - VenZell