Topic: no utf8 charset, php 5.2.13 breaks xajaxResponse
Hi all,
updated today php to version 5.2.13,
xajax 0.5 final
and now i have error
[Fri Mar 05 16:28:32 2010] [error] [client 127.0.0.1] PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: Invalid multibyte sequence in argument in xajax\\xajax_core\\xajaxResponse.inc.php on line 1709
in that line i have
$bSpecialChars = (htmlspecialchars($sData, ENT_COMPAT, 'UTF-8') != $sData);
and in debug log it show
Fri Mar 05 2010 16:50:20 GMT+0200
ERROR: No response processor is available to process the response from the server.
Content-Type: text/html.
Check for error messages from the server.
Fri Mar 05 2010 16:50:20 GMT+0200
ERROR: The server returned the following HTTP status: 500
RECEIVED:
and now site wich used xajax not working, anyone can help me with this problem?
Thak you
P.S. and sorry for repost, cause first time im posted in thread with the same problem but in v.0.2 of xajax, and didnot saw this.