We have an Umbraco 7.3.7 site. One of the page types has a number of file upload controls within an Archetype (1.12.0).
There seem to be no problems in Chrome or Firefox. There are, however, frequent intermittent problems when saving in IE11. The page will appear to hang on save. There is no error message visible to the user, but the developer tools console shows:
"SCRIPT7002: XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff".
Has anybody else experienced this, or know of a solution?
The diagnosis an response from the second link seem most promising.
Diagnosis:
This error is caused by port redirection over a private / public port issue from jQuery / JS rather than using an SSL port. The associated module you're using might require modification to redirect to the right URI location.
Response:
My domain was routed through CloudFlare so I changed the Name Servers to point to the hosting server and now the error has gone.
I don't know whether this is of any help as I've never come across the issue myself before.
Internet Explorer IE 11 Network Error 0x2eff
Hi
We have an Umbraco 7.3.7 site. One of the page types has a number of file upload controls within an Archetype (1.12.0).
There seem to be no problems in Chrome or Firefox. There are, however, frequent intermittent problems when saving in IE11. The page will appear to hang on save. There is no error message visible to the user, but the developer tools console shows:
"SCRIPT7002: XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff".
Has anybody else experienced this, or know of a solution?
Thanks
Sam
Hi Sam,
A Google of the issue only yields two responses, both which mention SSL.
http://stackoverflow.com/questions/34049814/ie11-https-ajax-xmlhttprequest-network-error-0x2eff-could-not-complete-the-ope
http://forum.opencart.com/viewtopic.php?f=20&t=127222
The diagnosis an response from the second link seem most promising.
Diagnosis:
Response:
I don't know whether this is of any help as I've never come across the issue myself before.
Cheers
James
is working on a reply...