Skip to content
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

Issue with Laravel 11 and laravel-oci8: Database Engine Error - cache and session #899

Open
learn05 opened this issue Jan 29, 2025 · 1 comment

Comments

@learn05
Copy link

learn05 commented Jan 29, 2025

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:

  • 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.

Repository owner deleted a comment from obyajra Jan 31, 2025
@yajra
Copy link
Owner

yajra commented Jan 31, 2025

Hi @learn05,

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.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants