When I edit an entry, it generates the following error:
Deprecated (16384): Using key
action
is deprecated, useurl
directly instead. [CORE \ Cake \ View \ Helper \ FormHelper.php, line 383]
When editing and giving it save post or update I get this:
Deprecated (16384): Validation :: notEmpty () is deprecated. Use Validation :: notBlank () instead. [CORE \ Cake \ Utility \ Validation.php, line 60]
Deprecated (16384): Validation :: notEmpty () is deprecated. Use Validation :: notBlank () instead. [CORE \ Cake \ Utility \ Validation.php, line 60]
I have already made the corrections that were indicated to me, but when executing the CRUD, in the edit, it does not save the editing of the post, it generates the following error:
Error: The requested address '/ cakephp2 / posts / edit' was not found on this server.
SOLUTION:
change 'action' to 'id' and not 'url'