Jump to content

[SOLVED] TECHNICAL ERROR: unable to add the product.


Recommended Posts

ps version 1.4.5.1

+ free template 1.4.5 (http://addons.presta...emplate-15.html)

 

Products goes 2 cart but with splash:

 

TECHNICAL ERROR: unable to add the product.

Details:

Error thrown: [object XMLHttpRequest]

Text status: error

 

 

modules\blockcart2\ajax-cart.js Line 235

 

error: function(XMLHttpRequest, textStatus, errorThrown)

{

alert("TECHNICAL ERROR: unable to add the product.\n\n

Details:\n

Error thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus);

//reactive the button when adding has finished

if (addedFromProductPage)

$('body#product p#add_to_cart input').removeAttr('disabled').addClass('exclusive').removeClass('exclusive_disabled');

else

$(callerElement).removeAttr('disabled');

}

 

Forum search gave few same questions without fix =\

Any ideas?

Tnx)

Link to comment
Share on other sites

Fresh as lemon

 

Now that's fresh. Welcome to PrestaShop! In this case, it is very likely an issue with your hosting provider. If you give them a call and ask then to enable the missing PHP mbstring module, that should resolve this issue for you. You can also see this on our bug tracker here.

 

I hope this helps, and welcome again to PrestaShop!

 

-Mike

Link to comment
Share on other sites

I´ve got that extension enabled and i still get that same message.

 

 

Server information

 

Versão Prestashop: 1.4.5.1

Server information: Windows NT build 7601 (Unknow Windows version Enterprise Edition Service Pack 1) i586

Versão do software do servidor: Microsoft-IIS/7.5

Versão PHP: 5.3.6

Versão MySQL: 5.5.15

Link to comment
Share on other sites

I´ve got that extension enabled and i still get that same message.

 

 

Server information

 

Versão Prestashop: 1.4.5.1

Server information: Windows NT build 7601 (Unknow Windows version Enterprise Edition Service Pack 1) i586

Versão do software do servidor: Microsoft-IIS/7.5

Versão PHP: 5.3.6

Versão MySQL: 5.5.15

 

Have you tried calling your hosting provider to ask them why you may be having this issue?

 

-Mike

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