You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for maintaining this package. I've been using it for around four years and appreciate your efforts.
Recently, I worked on a project using Laravel 11 with Oracle, and while using laravel-oci8, I encountered several issues:
Problems with verifying email for registered users.
Issues when resending verification codes.
Incorrect behavior when users attempt to log in with a wrong password.
These issues seem related to caching or using a session database. The main error message returned is: "This database engine does not support inserting while ignoring errors."
Could you please let me know if there's a solution or plan to address this bug?
Thanks again for your efforts and support.
The text was updated successfully, but these errors were encountered:
What version are you using? Were you able to upgrade to the latest version of the package?
If I recall correctly, I think I recently made a patch to support database drivers for session and cache. I rarely use oracle cache on my projects but was able to use it in session and seems to work fine.
Hello,
Thank you for maintaining this package. I've been using it for around four years and appreciate your efforts.
Recently, I worked on a project using Laravel 11 with Oracle, and while using laravel-oci8, I encountered several issues:
These issues seem related to caching or using a session database. The main error message returned is:
"This database engine does not support inserting while ignoring errors."
Could you please let me know if there's a solution or plan to address this bug?
Thanks again for your efforts and support.
The text was updated successfully, but these errors were encountered: