-
### CodeIgniter4 Version
dev
### What happened?
If you specify a custom error message for a field with an asterisk, the default error text will be used.
This is due to the fact that a field …
-
### PHP Version
7.4
### CodeIgniter4 Version
4.2.4
### CodeIgniter4 Installation Method
Manual (zip or tar.gz)
### Which operating systems have you tested for this bug?
Linux
#…
-
### PHP Version
7.4
### CodeIgniter4 Version
4.2.1
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for thi…
-
When trying to find user by id with identities return error "Attempt to read property \"id\" on int" in "vendor/codeigniter4/shield/src/Models/UserModel.php" on line 92
`$profile = (new \CodeIgnit…
-
The query statement “select... for update”, how do I do that? Is there a method?
-
### PHP Version
8.0
### CodeIgniter4 Version
4.2.3
### CodeIgniter4 Installation Method
Composer (as dependency to an existing project)
### Which operating systems have you tested fo…
-
When updating User's email/password, `parent::save($data)` may returns DataException (no data to update),
in that case, email/password is not updated.
https://github.com/codeigniter4/shield/blob/4…
-
pg_query(): Query failed: ERROR: null value in column "id" violates not-null constraint DETAIL: Failing row contains (null, xxxxxxx, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit…
-
After calling `parate::save()`, `UserModel::save()` tries to save Email identity.
But when inserting User, `$this->find($this->db->insertID())` returns the User without email/passsword.
https://gi…
-
getMethod() is marked as deprecated when only the bool $upper parameter is deprecated, not the "getMethod" method.
The below code is also showing as error even when no $upper parameter is used which …