Long story short... we had been using the ASP connector just fine but are integrating 2.6.3 into our dotnet applications and as such need to use the aspx connector
Anytime we use a browse window we get:
The server didn't send back a proper XML response. Please contact your system administrator.
XML request error: OK (200)
Requested URL:
http://domain.com/admin/fckeditor/edito ... 7289820619
Response text:
�`I�%&/m�{J�J��t��`$ؐ@�����iG#)�*��eVe]f@�흼��{���{��;�N'���?\fdl��J�ɞ!���?~|?"��ez��MQ-?�hw��Q�/�լX^|�Ѻ=�>�(�=��T�e>m����i]Wu�\/&yMo|�����̋&��f)�1+�lR�q�̳&O��|�6m�y�Ѻj�YAM�e�Ȗ�E^ߵ��Y�z��ϋ�q�L��;)Z�?J�=���
That garble varies depending on if we are using the link/file/images browser etc...
Any ideas?
Tue, 03/17/2009 - 12:38
#1
Re: connector.aspx browse window invalid xml response
As a followup, if I goto:
http://domain.com/admin/fckeditor/edito ... 7387483483
...in internet explorer, i get an error that IE 7 cannot download the file... Now, I have dotnet 2.0 running on my server and about 100+ sites using it without incident, so, why is IE trying to DL it and at that, why is the server not parsing and returning it? Perhaps a header issue with the connector?
...in ff3 i get:
XML Parsing Error: not well-formed
Location: http://domain.com/admin/fckeditor/edito ... 7387483483
Line Number 1, Column 1:�`I�%&/m�{J�J��t��`$ؐ@�����iG#)�*��eVe]f@�흼��{���{��;�N'���?\fdl��J�ɞ!���?~|?"��ez��MQ-?�hw��Q�/�լX^|�Ѻ=�>���8z|R-���tZ-�r��G����ћ��ٳ�̛��:o�u=��\���>ѻ�Η�8]e���~���~���>��w�/}|�豂5���lAО�E��ۼi�ӻ�5��,�G�
^
And to to me that is indicative of an encoding issue no?
Re: connector.aspx browse window invalid xml response
I had the same problem. My provider said to me, I have to delete the subdomain and create it new. After that everything
was ok.
greetings
WW
Re: connector.aspx browse window invalid xml response
Re: connector.aspx browse window invalid xml response
greetings
WW
Re: connector.aspx browse window invalid xml response
Re: connector.aspx browse window invalid xml response
Re: connector.aspx browse window invalid xml response
Re: connector.aspx browse window invalid xml response
that looks like content compressed with gzip or deflate but that it's missing the proper http headers
Re: connector.aspx browse window invalid xml response
Hrm... Checked IIS and it is not using compression
Re: connector.aspx browse window invalid xml response
Re: connector.aspx browse window invalid xml response
YES! You are on the money... There was a compression module added for a 3rd party blog we use in our web.config... Commenting that out fixed the issue
Now, out of curiosity, is there a way to disabled that JUST for fckeditor?
Re: connector.aspx browse window invalid xml response
Re: connector.aspx browse window invalid xml response
not at all... the compression module was set for BlogEngine.net