Jump to content

Solved TECHNICAL ERROR: unable to save carrier Details: Error thrown: [object Object] Text status: parsererror


tecnopak

Recommended Posts

Hello, they pardoned my English level but I get this horrible error.
prestashop TECHNICAL ERROR: unable to save carrier Details: Error thrown: [object Object] Text status: parsererror

This happens when I try to change the shipping method.

my store zentenoshop.com

image.png.d1383bb503dc6133e431c08e104a9895.png

Edited by tecnopak (see edit history)
Link to comment
Share on other sites

This is an Ajax error. The Ajax  call returns an error message. Unfortunately that is translated by the calling software into a bland message.

So you will need to use the developer tools of your browser to see what that returned message really contained. An alternative is to look in the php error logs of your server.

Link to comment
Share on other sites

Nada de consejos funcionaron.

funciono poner el order-opc,js el que viene por defecto

y desactivar el modulo supertinymc editor o cualquiera que edite las fichas de producto. y cuando este desactivado actualizar las fichas de producto

Link to comment
Share on other sites

  • 1 year later...

I had this problem and I write the solution in English for all.

Based on the type of carrier (weight or price) there is two table in your database.

ps_range_wight

ps_range_price

in most of the cases the range has conflict with each other. if the number of ranges are not so much you can control it but if it is so much it is better to delete oldest one and keep the newest. it will be solved.

Link to comment
Share on other sites

  • 2 months later...
On 6/17/2019 at 2:26 PM, shikotak said:

I had this problem and I write the solution in English for all.

Based on the type of carrier (weight or price) there is two table in your database.

ps_range_wight

ps_range_price

in most of the cases the range has conflict with each other. if the number of ranges are not so much you can control it but if it is so much it is better to delete oldest one and keep the newest. it will be solved.

Remove all data in ps_range_price but did not fix for me

Link to comment
Share on other sites

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...