Jump to content

Can't delete product combinations on 1.7.4.3


Recommended Posts

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 by Sasha Chirico
type errors (see edit history)
Link to comment
Share on other sites

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?

Schermata 2018-12-11 alle 14.14.09.png

Link to comment
Share on other sites

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 by Sasha Chirico (see edit history)
  • Thanks 2
Link to comment
Share on other sites

  • 1 year later...
  • 2 months later...
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

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

  • 4 months later...
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

  • 2 weeks later...
  • 3 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...