Bill Dalton Posted March 10, 2019 Share Posted March 10, 2019 Seems to be related to this long running bug,https://github.com/PrestaShop/PrestaShop/issues/9664 Steps to reproduce the issue with the last version 1.7.5.1 : 1. Enable Multistore 2. Create two shops Shop A and Shop B 3. All shops selected multistore context => create a standard product => save => OK 4. Try to edit combinations multistore context, => save => SAVE ERROR RED 5. Shop A selected => edit the product created => OK => Click on save => green alert OK 6. Shop B selected => edit the product created => OK => Click on save => green alert OK So basically you can create the product in multistore context, but to edit the product with Bulk actions context must be set to single shop. Only work around is to do all editing multiple times/once for each shop. POST http://mysite/index.php/sell/catalog/products/20?_token=FLhiYgOQ-k1IqJct1YKTv-kq9W03QMwgpopN8vcDwBc 500 (Internal Server Error) main.bundle.js:313 Link to comment Share on other sites More sharing options...
Bill Dalton Posted March 10, 2019 Author Share Posted March 10, 2019 Found a fix that works for me, Fix for me in PS 1.7.5.1 Table ps_attribute_group rename field "is_color_group" to anything you like > Save > Then rename the field back to "is_color_group" Not sure why this works, I assume it is related to a bad index. Link to comment Share on other sites More sharing options...
Bill Dalton Posted March 10, 2019 Author Share Posted March 10, 2019 Spoke to soon. Something else is going on. Problem is back and repeating the rename of "is_color_group" dosen't work. So only work around is to do all editing multiple times/once for each shop. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now