Error c00ce56e
Impossible d'effectuer l'opération à cause de l'erreur suivante c00ce56e.
Could not complete the operation due to error c00ce56e
This problem occur on IE7 when you send an xhr request with a json-comment-filtered response.
The problem is that IE7 does not manage this file type.
To avoid this problem, just remove the
header ('Content-Type: text/json-comment-filtered');From your Php file (or something like that in other languages files (asp, cfm, etc)) and you will normally not have this problem.