CakePHP プロジェクトの管理部分を作成しています。login-logout モジュールの作成に成功しました。現在、さまざまなユーザー グループを一覧表示する「ユーザー グループ」という名前のモジュールを作成しています。そのために、GroupsController.php
ファイルを作成しました。しかし、URL を localhost/testblog/groups としてロードすると、次のエラーが発生します。
Error: GroupsController could not be found.
Error: Create the class GroupsController below in file:
admin\Controller\GroupsController.php
<?php
class GroupsController extends AppController {
}
Notice: If you want to customize this error message, create admin\View\Errors\missing_controller.ctp
誰か解決策を教えてください。いろいろ探しましたが出てきませんでした。