CakePHP 验证错误没有出现

发布于 2024-10-09 20:56:32 字数 261 浏览 1 评论 0原文

如果我没记错的话,CakePHP 的验证错误应该自动呈现在它们对应的输入字段下方。我的不做这个。验证错误位于 Model->validationErrors 数组中,但不会被打印。我没有这个模型的 beforeValidate 方法(我有一个 beforeSave 方法,它返回 true 无论如何)。

在其他新闻中,我也没有显示 Cake 的 SQL 日志,调试为 2。

我使用的是 Cake 版本 1.3。

有人可以帮助我吗?

谢谢。

If I'm not mistaken, CakePHP's validation errors are supposed to be rendered automatically below the input field that they correspond to. Mine aren't doing this. The validation errors are in the Model->validationErrors array, but they are not being printed. I don't have a beforeValidate method for this model (I do have a beforeSave method, which return true whatever).

In other news, Cake's SQL log isn't showing for me either, with debug on 2.

I'm using Cake version 1.3.

Can anyone help me?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小姐丶请自重 2024-10-16 20:56:32

通常这是模型中 $validate 数组中的问题。请更多代码?

Usually this is a problem in the $validate array in your model. More code pls?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文