Closed (fixed)
Project:
Chatroom
Version:
4.7.x-1.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
20 Jun 2007 at 07:47 UTC
Updated:
14 Oct 2007 at 15:52 UTC
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
Comment #1
Valya-1 commentedI add
header('Content-type: text/html; Charset=utf-8');at the begining of chatroomread.php and it works.Comment #2
darren ohFixed in CVS commit 82288.
Comment #3
darren ohComment #4
(not verified) commented