klevo/wildflower

Update user info

TeckniX opened this issue · 1 comments

If you try to update/edit any of the user information, you get the following:
Missing View

Error: The view for WildUsersController::wf_update() was not found.

Error: Confirm you have created the file: ./wildflower/app/views/themed/wildflower/wild_users/admin_edit.ctp

Notice: If you want to customize this error message, create app/views/errors/missing_view.ctp

Guess it's back to some debugging for me :\

blah - I fixed it..
in the wild_users_controller.php - in the wf_update() function, change:
$this->render('admin_edit');

to

$this->render('wf_edit');