storebars Posted February 21, 2012 Share Posted February 21, 2012 I installed the 1.47PrestaShop .when i test add produces to cart, it can't add it ,then it sent a message "TECHNICAL ERROR: unable to add the product. Details: Error thrown: [object XMLHttpRequest] Text status: error". I checked anything .but we can't find error. the php_mbstring.dll is ok. this is information : mbstring Multibyte Support enabled Multibyte string engine libmbfl Multibyte (japanese) regex support enabled Multibyte regex (oniguruma) version 4.4.4 Multibyte regex (oniguruma) backtrack check On who can help me? thanks Link to comment Share on other sites More sharing options...
nadie Posted February 21, 2012 Share Posted February 21, 2012 Solution: http://forge.prestashop.com/browse/PSCFI-4900?focusedCommentId=48028&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-48028 1 Link to comment Share on other sites More sharing options...
storebars Posted February 21, 2012 Author Share Posted February 21, 2012 thanks , you have nice a day Link to comment Share on other sites More sharing options...
zackv1 Posted April 4, 2012 Share Posted April 4, 2012 This will fix SSL not working on order confirmation page after PayPal redirect and TECHNICAL ERROR: unable to add the product. Details: Error thrown: [object XMLHttpRequest] PS 1.4.7 will redirect all payment module pages from https:// to http:// virtually breaking any hosted payment module that uses SSL. Edit /classes/FrontController.php line #87 Remove the following code else if (Configuration::get('PS_SSL_ENABLED') AND Tools::usingSecureMode() AND !($this->ssl)) { header('HTTP/1.1 301 Moved Permanently'); header('Location: '.Tools::getShopDomain(true).$_SERVER['REQUEST_URI']); exit(); } Save the file, and upload to your server. 1 Link to comment Share on other sites More sharing options...
misu3108 Posted May 24, 2012 Share Posted May 24, 2012 (edited) Wow this was a big issue for me since I transferred my shop to other host (and activated SSL) and suddenly I got this issue with [object XMLHttpRequest],but now because of this thread my problem is SOLVED. Thank you!!! Edited May 24, 2012 by misu3108 (see edit history) Link to comment Share on other sites More sharing options...
nexium Posted August 3, 2012 Share Posted August 3, 2012 Solution: http://forge.prestas...l#comment-48028 Bonjour j'ai un probléme sur mon site http://babybroc.fr , quand je veux ajouter un article au pannier sa me marque : TECHNICAL ERROR: unable to add the product.! J'ai vu votre poste mais je suis pas expert pouvez vous m'ecrire le fichier a corriger svp , je vous paierai ! Solution: http://forge.prestas...l # comment-48028 Link to comment Share on other sites More sharing options...
Hasini Posted September 24, 2012 Share Posted September 24, 2012 Solution: http://forge.prestas...l#comment-48028 SOLVED, Thank you kindly Link to comment Share on other sites More sharing options...
letrof Posted January 11, 2013 Share Posted January 11, 2013 I've got the same issue on prestashop 1.4.4.1. However the error seem to appear randomly. But still since the error first time appeared (two days ago) I've got no orders and it's driving me crazy. Can someone please help me before I have to declare a bankruptcy Regards Link to comment Share on other sites More sharing options...
sarah0173 Posted June 10, 2013 Share Posted June 10, 2013 I've got the same issue on prestashop 1.4.4.1. However the error seem to appear randomly. But still since the error first time appeared (two days ago) I've got no orders and it's driving me crazy. Can someone please help me before I have to declare a bankruptcy Regards I have the same problem. Technical error appears randomly. Did you fix the problem ? Link to comment Share on other sites More sharing options...
Gregory Roussac Posted June 14, 2013 Share Posted June 14, 2013 Hey, Please consult your Apache logs when this happens or use Firebug to look a the ajax request. Most simple is to check your server logs when that happens, this can be a php error in the response of the "ajax" request that adds the product to the cart. Regards Link to comment Share on other sites More sharing options...
sarah0173 Posted June 15, 2013 Share Posted June 15, 2013 Hey, Please consult your Apache logs when this happens or use Firebug to look a the ajax request. Most simple is to check your server logs when that happens, this can be a php error in the response of the "ajax" request that adds the product to the cart. Regards I checked my server logs : nothing I've decided to simply disable the ajax cart... I'll try to find the problem later... Link to comment Share on other sites More sharing options...
pawndestroyer Posted July 8, 2013 Share Posted July 8, 2013 I am using prestashop version 1.5.4.1. I recently downloaded the NaturaShop template. I installed everything, and got the new design working. I am about ready to launch, but I have encountered a problem with the cart. I add a product to the cart, I receive this error: TECHNICAL ERROR: unable to add the product. Details: Error thrown: [object Object] Text status: error The ajax is turned on. If I turn ajax off, then I cannot delete products from the shopping cart and cart block. Also, I cannot increase/decrease the quantity of the products in the shopping cart. When I click the buttons, it redirects me to the home page. Link to comment Share on other sites More sharing options...
Gregory Roussac Posted July 11, 2013 Share Posted July 11, 2013 (edited) Hi, Site url please with ajax managment on ? Edited July 11, 2013 by Gregory Roussac (see edit history) Link to comment Share on other sites More sharing options...
asarves Posted August 13, 2013 Share Posted August 13, 2013 Hi, I have installed PS V1.5.4.1 same message : TECHNICAL ERROR: unable to add the product. Details: Error thrown: [object Object] Text status: error. my domaine name is : http://meuble.re Thks AS Link to comment Share on other sites More sharing options...
Gregory Roussac Posted August 13, 2013 Share Posted August 13, 2013 Hi, Can you try to withdraw your own waiting page ? ajax queries are adressed to index.php and your script probably does not answer. Regards Link to comment Share on other sites More sharing options...
jena Posted May 28, 2014 Share Posted May 28, 2014 This warning/error occurs when ajax cart is on and I try to navigate to other page when an add to cart action was already in progress. To reproduce the error, 1. Set the ajax cart ON. 2. go to a product page. 3. add the product to cart. 4. immediately before the product is added, try to navigate away from the current product page. Voila the error should appear now. -- Jena Link to comment Share on other sites More sharing options...
almoustris Posted June 5, 2014 Share Posted June 5, 2014 Just untick the Universal Analytics in the Google Analytics Module (developed by PrestaShop)and the problem solved. It seem Google Universal analytics create a lot of problems. 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