我正在使用 Cakephp 2.x .. 我遇到的问题是每当我的 webapp 出现错误时..这些错误总是显示在页面顶部,然后实际错误来了..
AuthComponent::identify() 必须是 CakeRequest 的实例,给定 null,在 C:\xampp\htdocs\allsecure\lib\Cake\Controller\Component\AuthComponent.php 中调用,第 547 行并定义 [CORE\Cake\Controller\组件\AuthComponent.php
传递给 AuthComponent::identify() 的参数 2 必须是 CakeResponse 的一个实例,给定空值,在 C:\xampp\htdocs\allsecure\lib\Cake\Controller\Component\AuthComponent.php 的第 547 行调用并定义 [CORE\ Cake\Controller\Component\AuthComponent.php,第 690 行]
警告 (4096):传递给 FormAuthenticate::authenticate() 的参数 1 必须是 CakeRequest 的实例,给定 null,在第 695 行的 C:\xampp\htdocs\allsecure\lib\Cake\Controller\Component\AuthComponent.php 中调用并定义 [CORE\Cake\Controller\Component\Auth\FormAuthenticate.php,第 70 行]
然后实际的错误来了,例如
缺少控制器动作..
我怎样才能删除这些上面的身份验证错误