Hello everyone!

Chat Room works perfect in Opera and FireFox, but I've got "Could not complete the operation due to error c00ce56e" in IE7 and "System error: -1072896658" in IE6. Text is not visible in chat window. I've found in google that those errors can appear because of wrong charset encoding in header, but manupulating with <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> gives nothing. I add "AddCharset utf-8 .js" string to root .htaccess file, but it didn't fix the problem either. But demonstration chat works good in IE7, what is the difference? I install the last version of module and applied the patch.

Can anyone help me how to fix this, please?

Comments

Valya-1’s picture

Status: Active » Closed (fixed)

I add header('Content-type: text/html; Charset=utf-8'); at the begining of chatroomread.php and it works.

darren oh’s picture

Status: Closed (fixed) » Fixed

Fixed in CVS commit 82288.

darren oh’s picture

Title: Error in IE6, IE7 » Character encoding troubles
Anonymous’s picture

Status: Fixed » Closed (fixed)