-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to update user group #351
Comments
Facing the same issue. No validation rules for the placeholder: id SYSTEMPATH/Validation/Validation.php : 142 — CodeIgniter\Validation\Validation->fillPlaceholders ( arguments ) The issue arises on the user details tab at http://localhost:8080/index.php/admin/users/4 I believe it's due to passing the 'id' value for validation which should not be. |
The error is a result of the breaking change to CI 4.3.5 (https://codeigniter4.github.io/userguide/installation/upgrade_435.html) I have submitted a patch #385 to fix it. It will fix the issue only for new installs. You can fix the issue immediately in your existing Bonfire installation by adding 'id' => [
'rules' => 'permit_empty|is_natural_no_zero',
], to |
No validation rules for the placeholder: id
SYSTEMPATH\Validation\Validation.php at line 687
VENDORPATH\lonnieezell\bonfire\src\Users\Controllers\UserController.php : 146 — CodeIgniter\Controller->validate ( arguments )
The text was updated successfully, but these errors were encountered: