Re: CakePHP 1.3.8 - Editing user info causes 404

2016-05-03 Thread Steven Ybarra
Do you have validation when adding a user? If so, it's probably not adding on an update because it's checking for the validation. Turn off validation on the update and see if it works. i'm not sure the cake1.8 way, but it's something like $this->MODEL->save($data, $params =>

Re: CakePHP 1.3.8 - Editing user info causes 404

2016-05-03 Thread Josh R
Hi Reuben, Thanks for your quick response yesterday. The URL I am getting is with the user ID. For example: When I am logged in as an administrator and go view all users (/admin/admin/view_all_users) and I click to edit user ID="305880" ( /admin/admin/user_edit/305880), after making changes

Re: CakePHP Forum launched!

2016-05-03 Thread euromark
This forum should be closed and switched to read only. The other one should now be the only one in use. See the PRs to change the links on the CakePHP sites and documentation etc. Mark Am Dienstag, 3. Mai 2016 03:01:20 UTC+2 schrieb Reuben: > > Maybe this post should get stickied / pinned, so