Hi all,
I'm using Composite C1 3.2 Patch 4.
Whenever I try to save a page after inserting an image onto the page, the browser locks up.
This error only occurs in my production environment (GoDaddy), and not on my local dev environment. Happens in Chrome and Firefox. Can't test IE because it says IE11 is not supported.
Saw this question being asked on Stackoverflow as well without any answers:
http://stackoverflow.com/questions/17267486/composite-c1-cannot-save-pages-after-inserting-image
Happy to supply any other information to help debug...but here is the request that never sees a response and locks up my browser window:
I'm using Composite C1 3.2 Patch 4.
Whenever I try to save a page after inserting an image onto the page, the browser locks up.
This error only occurs in my production environment (GoDaddy), and not on my local dev environment. Happens in Chrome and Firefox. Can't test IE because it says IE11 is not supported.
Saw this question being asked on Stackoverflow as well without any answers:
http://stackoverflow.com/questions/17267486/composite-c1-cannot-save-pages-after-inserting-image
Happy to supply any other information to help debug...but here is the request that never sees a response and locks up my browser window:
Request URL:http://mydomainomitted/Composite/services/WysiwygEditor/XhtmlTransformations.asmx
Request Headersview source
Content-Type:text/xml; charset=UTF-8
Origin:http://mydomainomitted
Referer:http://mydomainomitted/Composite/top.aspx
SOAPAction:http://www.composite.net/ns/management/TinyContentToStructuredContent
User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36
Request Payload
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header/>
<soap:Body><TinyContentToStructuredContent xmlns="http://www.composite.net/ns/management"><htmlFragment><h3>Subtitle</h3><p>Paragraph of text.</p><h3>Another subtitle</h3><p>More text.</p><p><img class="compositeFunctionWysiwygRepresentation" src="/Composite/services/WysiwygEditor/YellowBox.ashx?type=function&amp;title=Photo+Gallery&amp;description=%5bBC.PhotoGallery%5d%0a%0aMedia+Folder+%3d+MediaArchive%3a%2fSample+Gallery" alt="%3cf%3afunction+xmlns%3af%3d%22http%3a%2f%2fwww.composite.net%2fns%2ffunction%2f1.0%22+name%3d%22BC.PhotoGallery%22%3e%3cf%3aparam+xmlns%3af%3d%22http%3a%2f%2fwww.composite.net%2fns%2ffunction%2f1.0%22+name%3d%22MediaFolder%22+value%3d%22MediaArchive%3a751cc9fa-d5b6-4614-95f8-2822e9e4f13a%22+%2f%3e%3c%2ff%3afunction%3e" data-mce-src="../../../../services/WysiwygEditor/YellowBox.ashx?type=function&amp;title=Photo+Gallery&amp;description=%5bBC.PhotoGallery%5d%0a%0aMedia+Folder+%3d+MediaArchive%3a%2fSample+Gallery"></p><h3>Another subtitle</h3><p>Another paragraph of text.</p><p><img src="../../../../../media(461ad3b7-4912-456c-b3da-9108772bf24f)" alt="" data-mce-src="../../../../../media(461ad3b7-4912-456c-b3da-9108772bf24f)" class="mceC1Focused"></p></htmlFragment></TinyContentToStructuredContent></soap:Body>
</soap:Envelope>
As always, thanks for the help.