Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I get an error "CodeIgniter\Database\MySQLi\Connection::_escapeString(): Argument #1 ($str) must be of type string, CodeIgniter\I18n\Time given" which is from line 77 in VENDORPATH/codeigniter4/shield/src/Models/LoginModel.php : 77
77 $return = $this->insert([
78 'ip_address' => $ipAddress,
79 'user_agent' => $userAgent,
80 'id_type' => $idType,
81 'identifier' => $identifier,
82 'user_id' => $userId,
83 'date' => Time::now(),
84 'success' => (int) $success,
Any assistance would be appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions