我烘焙我的表 user_routes 和 CakePHP 创建名为UserRoutesController.php的类控制器,但是,我调用链接 'http://[server]/userroutes' 和以下向我显示的错误:
Error: UserroutesController could not be found.
Error: Create the class UserroutesController below in file: app/Controller/UserroutesController.php
<?php
class UserroutesController extends AppController {
}
Notice: If you want to customize this error message, create app/View/Errors/missing_controller.ctp
我检查了所有约定名称和 .htaccess ,一切正常。
最好的问候, 马科斯