http://drupal.org/node/245231#comment-984249
http://ropox.net
if (!function_exists('ob_list_handlers')) {
@ob_end_clean();
header("Content-Encoding: none");
}
else if ($handlers = sizeof(ob_list_handlers())) {
while ($handlers--) {
@ob_end_clean();
}
header("Content-Encoding: none");
}ob_end_clean() ;
http://ropox.net

Re: SOLVED: The server didn't send back a proper XML response (2
It worked for me... ofcourse i don't see why this happens, shouldn't that be handeled somehow else, i do not want to fix the code whenever i use it !!
Thank you everyone ! again !