maccio Posted January 13, 2017 Share Posted January 13, 2017 Hello,I installed Prestashop 1.7.0.4 in Italian and English.I built this tree of categories without any error:Products-Footwear--Man--- sneaker--Woman--- sneakerIf I create a product and I check both categories "sneaker" the system give me this error Unable to update settings.Why? Is it a bug?Thanks in advance! Link to comment Share on other sites More sharing options...
NemoPS Posted January 14, 2017 Share Posted January 14, 2017 Core bug, looking for a solution. AS you can see, above the category tree in the product bo, they are added like tags. The same name causes a duplicate, thus the error. Geez I can't believe they left such a bug... 2 Link to comment Share on other sites More sharing options...
maccio Posted January 14, 2017 Author Share Posted January 14, 2017 Thank you for your reply!How many known bugs are there in Prestashop 1.7? I also noticed there isn't the official module of payment form Paypal. Right? Link to comment Share on other sites More sharing options...
NemoPS Posted January 16, 2017 Share Posted January 16, 2017 Too many, and yes, there isn't Link to comment Share on other sites More sharing options...
ldewez Posted January 31, 2017 Share Posted January 31, 2017 A quick fix, in this file : PrestaShopBundle\Form\Admin\Type\CommonAbstractType.php In formatDataChoicesList function. Replace this line : $new_list[$item[$mapping_name]] = $item[$mapping_value]; By this one : $new_list[$item[$mapping_name].$item[$mapping_value]] = $item[$mapping_value]; This permit to have unique value name not visible by users. Link to comment Share on other sites More sharing options...
gray Posted February 2, 2017 Share Posted February 2, 2017 I was always under the impression right from the start of v1.7 that you could not have any categories and subcategories with the same name. I went out of my way to give each a unique name. Is this not the case now. Or is it a real bug. Can you point to where the bug has been logged. Cheers Link to comment Share on other sites More sharing options...
Eolia Posted February 2, 2017 Share Posted February 2, 2017 Forget version 1.7, it is not operational before long ^^ 1.6.1.11 is ok and we know it well :-) 2 Link to comment Share on other sites More sharing options...
rl_lucian Posted March 17, 2017 Share Posted March 17, 2017 (edited) I have the same problem. In 1.7.0.5 the bug is not fixed yet. Edited March 17, 2017 by rl_lucian (see edit history) Link to comment Share on other sites More sharing options...
dvorak Posted April 29, 2017 Share Posted April 29, 2017 Same problem here! Any solution? Link to comment Share on other sites More sharing options...
dvorak Posted April 29, 2017 Share Posted April 29, 2017 A quick fix, in this file : PrestaShopBundle\Form\Admin\Type\CommonAbstractType.php In formatDataChoicesList function. Replace this line : $new_list[$item[$mapping_name]] = $item[$mapping_value]; By this one : $new_list[$item[$mapping_name].$item[$mapping_value]] = $item[$mapping_value]; This permit to have unique value name not visible by users. Any feedback from someone of this solution in production? Link to comment Share on other sites More sharing options...
maccio Posted November 9, 2017 Author Share Posted November 9, 2017 News? this bug is fixed? Link to comment Share on other sites More sharing options...
Darius1990 Posted December 18, 2018 Share Posted December 18, 2018 1.7.4.4 same problem Link to comment Share on other sites More sharing options...
Madhusudan Posted August 26, 2022 Share Posted August 26, 2022 Same problem. I want same sub-category names. -Courses --CA ---Inter ---Final --CMA --CS -Publications --CA ---Inter ---Final --CMA --CS Error 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