Register in order to access new features like "Job Alert" and "Buyer Alert"

Login

Login
No account yet? Register

Latest Articles

Auction Factory Banner
Freelancer Jobs arrow Joomla arrow XAJAX Error: The XML reponse that was returned from the server is invalid
Oct 20 XAJAX Error: The XML reponse that was returned from the server is invalid PDF

Mostly it's a problem with character encoding of the XML and the way IE interprets it. It seems that IE hates any character that is illegal for that encoding, so for instance special chars like Umlaute or a cedile is not taken kindly iif the character set is not put right in the XML header.

in Xajax that's the job of the xajaxResponse

so - in order to set this straight, in  a joomla environment , just add below every

 

$objResponse = new xajaxResponse();
 
 
the following lines
 
$iso = split( '=', _ISO );
$objResponse->setCharEncoding($iso[1]);
 
 
That should take care of it.

 

Comments
Add New Search
Write comment
Name:
Email:
 
Website:
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
 
Please input the anti-spam code that you can read in the image.

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 
< Prev   Next >