tonycajjo Posted March 21, 2013 Share Posted March 21, 2013 (edited) Im getting the following error when i change address on teh checkout page: TECHNICAL ERROR: unable to save adresses Details: Error thrown: [object Object] Text status: error all my research points that this error has been fixed by 1.5.3.1 but it doesn't seem to be. i tried some of the old fixes with the exception of modifying classes/frontcontroller.php if (!Tools::getValue('ajax') && !preg_match('/^'.Tools::pRegexp($canonicalURL, '/').'([&?].*)?$/', (($this->ssl AND Configuration::get('PS_SSL_ENABLED')) ? 'https://' : 'http://').$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'])) it only happens when i rush thoguh, it happened when i was on the step process and before i made any major changes, i just waited to chase this one. prestashop 1.5.3.1 doesnt seem to have that file. and there doesnt seem to be any error. as far i could ever tell everything still works fine. Edited March 21, 2013 by tonycajjo (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted March 21, 2013 Share Posted March 21, 2013 Do you have chrome dev tools? If so you can try inspecting the last ajax call in the "network tab", it usually gives you a nice insight about the error which occurred 1 Link to comment Share on other sites More sharing options...
tomerg3 Posted March 21, 2013 Share Posted March 21, 2013 I find the Console in Firebug for firefox to give better info, you will likely see some sort of error or output that breaks the encoding (JSON) of the Ajax request. Link to comment Share on other sites More sharing options...
minabillu Posted January 25, 2014 Share Posted January 25, 2014 i have this problem and i don`t know what should i do: TECHNICAL ERROR: UNABLE TO SAVE ADDRESSES i have type Ctrl+Shift+j and get this : Failed to load resource: the server responded with a status of 404 (Not Found) Uncaught ReferenceError: $ is not defined event.returnValue is deprecated. Please use the standard event.preventDefault() instead. Failed to load resource: the server responded with a status of 404 (Not Found) i need help asap pls thanks Link to comment Share on other sites More sharing options...
libreriasemola Posted March 22, 2014 Share Posted March 22, 2014 Hi minabillu did you solve this issue? I am having the same error, PS 1.5.3.1 Link to comment Share on other sites More sharing options...
NemoPS Posted March 24, 2014 Share Posted March 24, 2014 It didn't find the requested page, and furthermore, it seems you have an undefined jquery dollar sign. Can you screen the tab? Which files are involved? Link to comment Share on other sites More sharing options...
editorstefan Posted May 4, 2014 Share Posted May 4, 2014 I have also this issue! I have Prestashop 1.5.4 My website: www.mobilprylar.se Link to comment Share on other sites More sharing options...
NemoPS Posted May 5, 2014 Share Posted May 5, 2014 Can you try switching to the default theme and see if the same happens? Link to comment Share on other sites More sharing options...
Recommended Posts