-
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
Error creating configurable products in 2.1.1 #6424
Comments
I have the same problem. I am also running 2.1.1 on PHP 7.0.9 Some additional information. If you regenerate your static files and make sure the file owner is the web server, then you will be able to "create" variants - but only on a clean install. I found the with Migrated databases the error is still present. To make matters worse. If you edit the description of a configurable product (without touching configurations) it will then dis-associate all your variants on Save !!!!! This is a massive, massive problem...... Configurable products is the backbone of Magento and its been broken in some-way since version 2.0 |
I have same problem. Also I have upgraded to 2.1.1 and now when I save a configurable product, it removes the associated simple products. Is anyone testing these before releasing? |
Same here - just tested with an upgraded version to 2.1.1. Can anyone of the magento team pls check this. I realized that a lot of new bugs appear on every update. Things that worked perfect in former versions now cause problems (fotorama bugs etc. etc.). I think this must be a quality check problem on magento side. To me it appears as new features are implemented and not tested completely 👎 |
@SewHappy58 a content manager in our shop also reported this after our 2.1.1 upgrade, but I am not able to reproduce it. neither using her account nor on a nightly backup - when I save the product, the associated simple products are kept... |
we did some screen sharing sessions with our content manager to try to reproduce the problem. I was not able to find a pattern. most of the configurable products saved just fine after modifying their values, others would save but loose their associated products. then one case we observed the product was saved ok, then immediately edited again due to a misspelled word in the description, and this second save removed the children. it all seems pretty random to me at this point... |
In our case, the configurable products children are loosing prices if you update the configurable product itself. In conclusion with every small change made, you'll have to mass update the associated simple products price. Composer 2.1.1 |
@gewaechshaus if you're not using en_US as locale in the admin backend, you ran into issue #5973 |
Same issue here, if we edit a Configurable product it dissociates all simple products. This is a major issue, we have had to stop all further development, this needs addressing immediately. |
It does seem more and more issues derive from upgrades. When upgrading to 2.1.0 I could not create an Invoice! |
@dapdx Thanks for reporting. |
@picamator does MAGETWO-58017 also include the problem while saving a preexisting configurable product (and then losing the child asssociations) as discussed in the comments? if not, should a separate issue be opened? |
@heldchen MAGETWO-58017 includes scenario about updating an existing configurable product. |
thank you! |
@picamator We have seen bugs reported for month here and internal tickets created but nothing happened after this. Also in the new version 2.1.1 many bugs are not implemented. Is there any timeline on this bug to be implemented. Many thanks! |
If I was Magento I'd pull 2.1.1 down for downloading, this to me is a critical bug.... anyone who might not throughly test could get could ruining their production database. |
I'd second that @rkhoury82, 2.1.1 is unusable if using configurable products. |
@andidhouse we have put highly that particular issue and expect them to solve in a nearest patch releases. |
Same issue here as well, after upgrade to 2.1.1 if you try to upload images to the configurable product the product is changed from Configurable to Simple Product!!! |
@ksz2013 simulate the upgrades on an identical copy of your sites and test test test. if everything works or is patched, upgrade the production instance... |
I feel like more of a testing company then a company building working online-shops :-/. I do not want to calculate the time we spent in testing and bug reporting - by for the worst experience so far for us. Hope this changes now. On a long term view we are not able to handle and support a software with that many new and existing bugs with every release. So fingers crossed magento changes its policy here now and not later. |
@andidhouse I hear you - our project is ~4 man-months overdue due to magento 2.x "quirks" |
Same problem here. |
I feel the pain guys as well. And I would pay to get these bugs dealt with to make this platform usable, as where it is right now, it is not. and the fact this is the CE channel as opposed to the EE, should not be the excuse here. |
I think that this is the CE version should have nothing to do with it - if the ce version is gone i think magento has a much bigger problem ;-) Really hope this is changing now. Fingers crossed guys! |
This is fixed now in 2.1.3 |
The issue is fixed in develop. |
We are still seeing this issue in 2.1.5. Has anyone found a fix? |
@maksek Can we get references to the commits? |
@dapdx, @Ctucker9233, you can find fix here 4c4a4a2 |
I am having the same problem in 2.1.4... |
This is still an issue for me as well. I cannot have a product with more than 19 configurations! Can someone please put in some sort of update on this issue or when it will be released? |
I am having the same problem in 2.1.5 when use PHP 7.0.x |
Version 2.1.3-error has not been fixed-VERY FRUSTRATING! |
This is still an issue with version 2.1.6 |
re Magento2 products not showing front end |
Issue still present on version 2.1.6 |
This is still an issue for 2.1.7. It was very embarrassing for this bug to come up during a demo with one of my clients. I hope a fix is coming up soon. |
This bug will/might be fixed in 2.2. The 2.1 Version only receives security fixes. For client demos we use 2.2 ;-) |
i am not shure but not fixing a major bug since over 10 month from magento side... if it is fixed in 2.2 ok - but then it is 12 month and i think all agree that this is a time period nobody can work with. |
Hi @SchumacherFM, is that official?
Is there some kind of public announcement you could reference in that regard? |
@korostii - i think you will not revceive a public announcement regarding this. There are over 2K issues reported here (maybe 200-300 are really bugs) and i think magento has no interest at all to communicate that 2.1 is only getting security updates. In my opinion the magento communication should be more developer centered - not marketing centered. |
@SchumacherFM I've got an application that is ready to launch, with the exception of this blocker. Is there a known temporary fix or a stable version I can downgrade to? If you're using 2.2 for demos, which version are you using in production? |
This seems to be an issue with decimal points in some of the custom options. Try and drop any of those before downgrading. |
@Caryyon After extensive testing, it seems the issue may be related to the size of the request, not the values of each attribute. I was able to create product variations using single attributes at a time. When I attempted to generate the variations using the two larger attributes (most values), the request failed. Failed Attempt: size (5 values) and color (9 values)The following request returned a 404 status.
Successful Attempt: size (5 values) and quality (2 values)The following request returned a 200 status.
The only notable difference between these two requests is the size of the Findings
I'm looking into bypassing the validation to see if the variations will still save. |
Quick update, it turns out the issue I addressed in my previous post was related to a firewall on my hosting provider's end. |
Can't reproduce this issue on 2.1.7. |
Creating a configurable product in Magento 2 is a long process so maybe you are missing any step. Here's a simple and detailed guide: Configurable product Magento 2. |
Internal ticket for ver. 2.1 - MAGETWO-59501 |
@antboiko this shows as solved but I still have the same problem in magento.2.2.4. |
MC-39004: Update doc links
This was working fine in 2.1, but now in 2.1.1 there is an issue. When creating a configurable product, when you click into the "create configurations" menu, the first couple steps work fine. I am able to select the correct attribute, then select the values I want to apply, then on the next step, all the settings work fine (apply image to all products, apply custom quantities, ect), but when you go to click next, nothing happens, then when you click next again it skips over the summary step and goes back to the main product page. The configurable options show up there like it worked, but when you go to save the product the associated simple products are not saved.
Is Magento 2 still in testing or something. This is getting really frustrating.
Preconditions
Magento 2.1.1 oh PHP 7
Steps to reproduce
Expected result
Actual result
Please get Magento 2 working correctly, this thing is an absolute mess and my clients are pissed and I'm frustrated.
The text was updated successfully, but these errors were encountered: