datanasov Posted August 31, 2010 Share Posted August 31, 2010 Hey guys!I have the following problem:My shop is working with both English and Bulgarian languages. In English I do not have any problems up to now, but in Bulgarian when I choose a product, add it to the cart and click on either "Cart" or "Check out" buttons the following error message appears in my browser window:PHP Warning: htmlentities() [function.htmlentities]: Invalid multibyte sequence in argument in .....\httpdocs\classes\Tools.php on line 338PHP Warning: htmlentities() [function.htmlentities]: Invalid multibyte sequence in argument in .....\httpdocs\classes\Tools.php on line 338I do not know what does it mean, but when I check in "Tools.php" file this is the "problem" section:333334 static public function htmlentitiesUTF8($string, $type = ENT_QUOTES)335 {336 if (is_array($string))337 return array_map(array('Tools', 'htmlentitiesUTF8'), $string);338 return htmlentities($string, $type, 'utf-8');339 }Can anyone help me by advising what should I change in order to fix this error? Thanks in advance for the effort! Link to comment Share on other sites More sharing options...
eCasper Posted January 13, 2012 Share Posted January 13, 2012 Hi, I do have the exactly the same problem. But I came to notice this after upgrading into 1.4.6.2 any help? Thanks! Link to comment Share on other sites More sharing options...
eCasper Posted January 13, 2012 Share Posted January 13, 2012 I just disabled the CMS module. problem is resolved. so I guess this is something to do it. Can anybody please help me? Link to comment Share on other sites More sharing options...
eCasper Posted January 13, 2012 Share Posted January 13, 2012 I was missing this:© :-) 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