CakePHP 中缺少方法
我的 CakePHP 遇到这个恼人的问题
Missing Method in GamesReviewsController
错误:动作 deadspace2.html 未在控制器 GamesReviewsController 中定义 错误:在文件 app/controllers/games_reviews_controller.php 中创建 GamesReviewsController::deadspace2.html()。
可能有什么问题?
Have this annoying problem with my CakePHP
Missing Method in GamesReviewsController
Error: The action deadspace2.html is not defined in controller GamesReviewsController
Error: Create GamesReviewsController::deadspace2.html() in file: app/controllers/games_reviews_controller.php.
What could be a problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保 cake 路由配置中的 Router::parseExtensions 允许 html 扩展。所以你必须有以下字符串:
在 /app/config/routes.php 中
Make sure Router::parseExtensions in cake routes config allows html extension. So you must have following string:
in your /app/config/routes.php