-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
A method by name offsetUnset already exists in this class. #462
Comments
@MrZone , did you try installing Magento with a newer version of PHP? The issue you are experiencing might be present in some specific versions. |
@verklov The issue just in the version 5.4.16 of PHP。 |
@MrZone , got it. We have placed a ticket to the product backlog. We will notify you once we have this resolved. Thank you! |
@MrZone, the team could not reproduce this issue any more on the most fresh code we have. Apparently it was fixed internally with some other code change. We are closing this issue. |
Bug - MAGETWO-58857 UI Grid won't load initial data until its state gets modified
…462 - Merge Pull Request magento/graphql-ce#462 from XxXgeoXxX/graphql-ce:2.3-develop#440 - Merged commits: 1. 07c0fbe 2. 0db761c
when i install mgento2 with php version 5.4.16, it throw a exception:A method by name offsetUnset already exists in this class. when generate proxy class, the code $publicMethods = $reflectionClass->getMethods(\ReflectionMethod::IS_PUBLIC) return some same name method,for example: offsetUnset
The text was updated successfully, but these errors were encountered: