507 Insufficient Storage using load() in Firefox
Hello, I get this error when I run my page on Firefox. Everything is fine in MSIE6 or MSIE7.
In the Firebug console I have a POST error and this response :
Insufficient Storage. The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.
Here's how I call the load function :
-
$("#I0000_entete").load("I0000_entete",{alias: 'I1107'});
$("#I0000_piedPage").load("I0000_piedPage",{});
Those pages are Java classes that display in html.
Also everything was fine in Firefox when I was on my local development environment. Started when I tested on the organization server.
Anybody have an idea?
Thanks