1

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.

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.