Paul Scott Posted September 10, 2012 Share Posted September 10, 2012 (edited) Hi Gang. Website: www.proconnect.com.au So I recently upgraded to the current version: 1.4.9.0 And since the upgrade, I am unable to add product to the cart. I get the following error: ------------------------------------- TECHNICAL ERROR: unable to add the product. Details: Error thrown: [object Object] Text status: error ------------------------------------- I have seen various threads about similar issues, but they seem to have a slightly different error. My error says [object Object] After I click "OK", and refresh the page, I notice the item does actually appear in the basket. Any ideas? Thanks and Best Regards Paul. Edited September 10, 2012 by Paul Scott (see edit history) Link to comment Share on other sites More sharing options...
Burhan BVK Posted September 10, 2012 Share Posted September 10, 2012 (edited) Enable error reporting in config/config.inc.php and go to theis url: http://www.proconnec...=1&id_product=1 That would give you more information about the error. The problem seems to be with the link class. Edited September 10, 2012 by whitelighter (see edit history) Link to comment Share on other sites More sharing options...
Paul Scott Posted September 10, 2012 Author Share Posted September 10, 2012 (edited) Hi there, Thanks for the help. So i did as you suggested. The error now reads: "Fatal error: Call to undefined function mb_split() in [edited out for privacy]/tools/smarty/plugins/shared.mb_str_replace.php on line 47" So I did a search on the forum, and some people suggested disabling AJAX in the cart module. This I have also now done. and results in a operating cart. However, it seems that the real underlying problem is in the MB_Split.? So I'm off to investigate this further. Thanks Paul. Edited September 10, 2012 by Paul Scott (see edit history) Link to comment Share on other sites More sharing options...
Burhan BVK Posted September 10, 2012 Share Posted September 10, 2012 You should contact your hosting provider with this information, they can fix it by adding the required php library. But if you don't need international character support you can also edit that file and change "mb_split" to "split". Link to comment Share on other sites More sharing options...
Paul Scott Posted September 10, 2012 Author Share Posted September 10, 2012 Thanks Again Whitelighter. I appreciate your help. Best regards Paul. Link to comment Share on other sites More sharing options...
Recommended Posts