-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Magento BundleProduct Error #10497
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
Comments
Not really, it would bloat the code and does not affect shop workability anyway.
Does not look like an isolated test case to me. Did you find the reason why |
I really don't know. We've not installed any extensions on magento. What I just discovered is that we created a ticket a long time ago for (maybe) the exact same reason.
|
I can confirm this is a problem in 2.1.8 - it essentially happens if the Bundle Items goes onto different pages using it's own pagination in the edit product page. Seems to be after 39 options if that helps. |
@riyuk thank you for your report. |
@riyuk, we are closing this issue due to inactivity. If you'd like to update it, please reopen the issue. |
I reported this issue to the Magento team as well, for 2.2.1 and I am still seeing it in 2.2.3, but they were not able to reproduce. Has anyone had any luck with this? Magento team, what other information would you suggest we provide to help you reproduce the bug? |
This could be related to environment configuration, for example https://www.php.net/manual/en/info.configuration.php#ini.max-input-vars |
Preconditions
Steps to reproduce
Expected result
Actual result
I fixed this on Core with:
right before:
On Line 130:
On Line 200:
It would be great, if magento2 does some validation on arrays before trying to access them.
There were a lot of errors like this before, which can easily prevented by doing some validation first...
The text was updated successfully, but these errors were encountered: