Closed juppwerner closed 6 years ago
In order to make the CMS admin pages work, it is required to have these changes in config/main.php:
'modules' => [ 'cms' => [ 'class' => 'yii2mod\cms\Module', ], 'admin' => [ 'class' => 'app\modules\admin\Module', 'controllerMap' => [ 'cms' => 'yii2mod\cms\controllers\ManageController', // Instead of CmsController !
Regards Joachim
Please see my response in this issue
In order to make the CMS admin pages work, it is required to have these changes in config/main.php:
'modules' => [ 'cms' => [ 'class' => 'yii2mod\cms\Module', ], 'admin' => [ 'class' => 'app\modules\admin\Module', 'controllerMap' => [ 'cms' => 'yii2mod\cms\controllers\ManageController', // Instead of CmsController !
Regards Joachim