-
Notifications
You must be signed in to change notification settings - Fork 27
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
TheCodingMachine\TDBM\TDBMService issues from php 7.4 #195
Comments
Hello, could you give us an example of code which create the issue? |
I cannot explain the example completely, I think you have access of https://git.thecodingmachine.com/tcm-projects/robin/merge_requests/36 on |
|
ok I am going to check this |
I noticed one thing and I hope this would help you. |
we are using this package on php 7.4.
I noticed that the server returns 500 error with
Notice: Trying to access array offset on value of type bool
when I try to delete beans or return ResultIterator to jsonresponse.This error doesn't always happen, I think this error happens when the bean has many_to_many relationships with other tables.
The text was updated successfully, but these errors were encountered: