tecnopak Posted March 28, 2018 Share Posted March 28, 2018 (edited) 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 Edited April 3, 2018 by tecnopak (see edit history) Link to comment Share on other sites More sharing options...
tantan199 Posted April 3, 2018 Share Posted April 3, 2018 You can enable Prestashop debug mode, and use chrome or firefox developer tool to inspect the error. Link to comment Share on other sites More sharing options...
musicmaster Posted April 3, 2018 Share Posted April 3, 2018 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 More sharing options...
tecnopak Posted April 3, 2018 Author Share Posted April 3, 2018 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 More sharing options...
shikotak Posted June 17, 2019 Share Posted June 17, 2019 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 More sharing options...
Gipielle Posted September 6, 2019 Share Posted September 6, 2019 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 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