Sasha Chirico Posted December 11, 2018 Share Posted December 11, 2018 (edited) I have imported the products with the "Import" native function of Prestashop. Than I imported the combinations, and it works for most products. The problem now is that I can't delete combinations in back office. Why? Prestashop version: 1.7.4.3 Informazioni sul server Linux #1 SMP Thu Jan 25 20:13:58 UTC 2018 x86_64 Versione software del server: CentOS WebPanel: Protected by Mod Security Versione di PHP: 7.2.1 Edited December 11, 2018 by Sasha Chirico type errors (see edit history) Link to comment Share on other sites More sharing options...
JBW Posted December 11, 2018 Share Posted December 11, 2018 Any error messages? Have you activated debug mode? Any errors in JS console? Can you post a screenshot? Sorry but your question is very unspecific, we need more details to help Link to comment Share on other sites More sharing options...
Sasha Chirico Posted December 11, 2018 Author Share Posted December 11, 2018 1 hour ago, JBW said: Any error messages? Have you activated debug mode? Any errors in JS console? Can you post a screenshot? Sorry but your question is very unspecific, we need more details to help Yes, you can see it below, is the first status 403 I think, when I click "Delete" it appear. Any else? Link to comment Share on other sites More sharing options...
Sasha Chirico Posted December 11, 2018 Author Share Posted December 11, 2018 (edited) I solve it, by disabling the caches, and I have enabled the force compilation of templates and add this code to your .htaccess <RequireAny> Require method DELETE GET POST PUT OPTIONS </RequireAny> <Limit GET POST PUT DELETE HEAD OPTIONS> Order allow,deny Allow from all </Limit> <LimitExcept GET POST PUT DELETE HEAD OPTIONS> Order deny,allow Deny from all </LimitExcept> There is the fix: https://github.com/PrestaShop/PrestaShop/issues/10198 Edited December 11, 2018 by Sasha Chirico (see edit history) 2 Link to comment Share on other sites More sharing options...
m.rtr Posted May 31, 2020 Share Posted May 31, 2020 tried above fix, no solution on ps 1.7.6.4. Link to comment Share on other sites More sharing options...
algisna Posted August 19, 2020 Share Posted August 19, 2020 On 12/11/2018 at 3:57 PM, Sasha Chirico said: I solve it, by disabling the caches, and I have enabled the force compilation of templates and add this code to your .htaccess <RequireAny> Require method DELETE GET POST PUT OPTIONS </RequireAny> <Limit GET POST PUT DELETE HEAD OPTIONS> Order allow,deny Allow from all </Limit> <LimitExcept GET POST PUT DELETE HEAD OPTIONS> Order deny,allow Deny from all </LimitExcept> There is the fix: https://github.com/PrestaShop/PrestaShop/issues/10198 Worked perfectly for me Thanks Link to comment Share on other sites More sharing options...
kolorslab Posted August 25, 2020 Share Posted August 25, 2020 Hello I have test a fresh installation on localhost but i got the same bug on PS1767 and with teh .htaccess i have an other error and i always got the same bug. In localhost with a new prestashop 1.7.6.7 it doesn't work, same bug. I don't understand, and this "hybrid" version (Smarty - Symphony) is really really not stable! does someone have the bug too? - to cannot delete an attribute ? - on a fresh install io localhost? that's AWESOME to see that with a "normally stable version" My next e-commerce project - except for UX/UI - will not be on PS. Best! Link to comment Share on other sites More sharing options...
m.rtr Posted December 25, 2020 Share Posted December 25, 2020 On 8/19/2020 at 1:45 PM, algisna said: Worked perfectly for me Thanks Tried on fresh install of ps 1.7.7 and - even after all these updates - this still does not work. Good old thirtybees and ps 1.6 for me it is . Its a shame they refuse to fix this. Link to comment Share on other sites More sharing options...
kolorslab Posted January 7, 2021 Share Posted January 7, 2021 In my case i have resolve it from few months, it was a server problem Best @m.rtr Link to comment Share on other sites More sharing options...
hannes01 Posted April 8, 2021 Share Posted April 8, 2021 On 1/7/2021 at 1:02 PM, kolorslab said: In my case i have resolve it from few months, it was a server problem Best @m.rtr Hello kolorslab, I have the same issue. How exactly was it a server problem? Thanks! Link to comment Share on other sites More sharing options...
kolorslab Posted April 15, 2021 Share Posted April 15, 2021 Hi hannes01 Of memory it was the firewall of the server. Best! 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