Yii: Как я могу пойти на Humhub в Gii

Я не могу пойти в Гии

а это мой main.php в yii (хамхаб)

'modules'=>array(
// uncomment the following to enable the Gii tool

'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'gii',
// If removed, Gii defaults to localhost only. Edit carefully to taste.
'ipFilters'=>array('127.0.0.1','::1'),
),

),

Какие изменения необходимы?

0

Решение

Вы не должны изменять main.php файл для включения gii, Пожалуйста, измените _defaults.php и добавить gii модуль в массиве модулей:

// Modules
'modules' => array(
'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'gii',
// If removed, Gii defaults to localhost only. Edit carefully to taste.
'ipFilters'=>array('127.0.0.1','::1'),
),
// All HumHub Modules will automatically loaded via
// /modules/*/autostart.php
//   or
// /modules_core/*/autostart.php
2

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]