我正在使用galleymanager 扩展来创建图片库。目录结构如下,
protected
...
modules
...
imgManager
在 config/main.php 文件中定义模块如下,
'imgManager' => array(
'import'=>array('imgManager.*','imgManager.components.*'),
'layout'=>'application.views.layouts.column1',
'upload_directory'=>'gallery_images',
'max_file_number' => '10',//max number of files for bulk upload.
'max_file_size' => '1mb',
),
当我尝试访问“localhost/site/imgManager”之类的模块时。我收到以下错误,
Error 404 Unable to resolve the request "<controller>/imgManager".
请帮忙