在我的项目中,一切正常,当我添加 Auth 组件时,它在 localhost 上完美运行,但找不到错误 index()。我已经尝试了所有方法,最后放弃了。可能是什么问题..这是一个 mod 重写的东西或我在其他方面犯了错误。在将我的应用程序添加到实时服务器之前,我是否需要进行其他设置。
我将非常感谢任何帮助。
我的页眉和页脚从布局中正确加载,但我试图调用的不同视图无法正常工作,这是在添加身份验证组件后发生的,这是我对项目所做的唯一重大更改。
错误如下:- 缺少视图
Error: The view for HomesController::index() was not found.
Error: Confirm you have created the file: /hermes/bosoraweb180/b2111/sl.appatronicscom/public_html/appatronics/app/View/homes/index.>ctp
Notice: If you want to customize this error message, create >app/View/Errors/missing_view.ctp
Stack Trace
CORE/Cake/View/View.php line 468 → View->_getViewFileName(null)
CORE/Cake/Controller/Controller.php line 948 → View->render(null, null)
CORE/Cake/Routing/Dispatcher.php line 194 → Controller->render()
CORE/Cake/Routing/Dispatcher.php line 162 → Dispatcher->_invoke(HomesController, CakeRequest, CakeResponse)
APP/webroot/index.php line 109 → Dispatcher->dispatch(CakeRequest, CakeResponse)