-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Can't save attributes on a configurable product #13177
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
@bambamboole , thank you for your report. |
@bambamboole, we are closing this issue due to inactivity. If you'd like to update it, please reopen the issue. |
@bambamboole Did you ever get this figure out? Getting same error. Magento 2.2.1 |
@davygxyz Yeah it was a problem with the Web Application Firewall in Azure. After some research I saw an Ajax Request which responded with a 403 nginx page. After that it was clear it is no problem with magento but with the setup. |
@bambamboole Nice! thanks for leading me in the right direction. I've been stuck on it for a day, so this helps. |
This issue happens when one of the attributes of the products is required. |
I Found Solution after R&D On Magento database. |
- fix error while saving configurable product after validation error.
Hi @bambamboole. Thank you for your report. The fix will be available with the upcoming 2.2.7 release. |
Why not 2.2.6? This is pretty serious problem and might cause quite a many frustrated users from having to re-type their changes after first validation error on a configurable product form wiping rendering the whole form unsaveable.
I'd strongly urge this change to be part of 2.2.6! |
I faced similar error when I try to add a new configurable product. If I put price for accociated child priducts such as 10000.00, this error will be occurred. My currency setting is JPY. JPY doesn't have decimal point price. I think Magento 2 has price operation issue, especially "," mark or "." mark. Also, that should support decimal point and no decimal point price.
|
Uh oh!
There was an error while loading. Please reload this page.
Preconditions
I have a Magento Installation where I can't save attributes on a configurable product. (simple products work!).
Magento Version: 2.2.2
PHP Version: 7.1.13
MySQL Version: 10.1.30-MariaDB
Steps to reproduce
Actual Result
The following error occurs:
Expected Result
The product should be saved normally
The text was updated successfully, but these errors were encountered: