画像ギャラリーを作成するためにgaleymanager拡張機能を使用しています。ディレクトリ構造は以下のようなもので、
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".
助けてください