framework出现Application error,怎么回事???
//查看这个ip是否被禁用
$filterModel = new Filter();
$filters = $filterModel->fetchAll("ip='$ip'")->toArray();
if (count($filters)>=1)
{
$this->view->info = '你被禁用了';
$this->_forward('error','global');
return ;
}
加上return就出现Application error错误,不加就正常,如果加exit()连消息框也不提示,求解,怎么回事???
------解决方案--------------------
index未配好啊.
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号