Opened 10 years ago
Closed 10 years ago
#12699 closed Bug (invalid)
XML Error in filemanager
Reported by: | aaa | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | File Browser | Version: | |
Keywords: | Cc: |
Description
When using as php plugin for WordPress and opening browse server on image insert
FCKeditor - Resources browser
I get error:
wp-content\plugins\ckeditor-for-wordpress\filemanager\browser\default\frmresourceslist.html
line 129
alert( 'The server didn\'t reply with a proper XML data. Please check your configuration.' ) ;
WP: 4.0.1 Plugin Version 4.4.5 Editor Version 4.4.5 CKFinder Not installed
Problem was empty XML document:
wp-content\plugins\ckeditor-for-wordpress\filemanager\connectors\php\connector.php
line 84
GetFoldersAndFiles( $sResourceType, $sCurrentFolder ) ; returns empty XML document
after commenting out
wp-content\plugins\ckeditor-for-wordpress\filemanager\connectors\php\basexml.php
line 28 in function SetXmlHeaders()
/ / ob_end_clean() ;
XML file was returned ok, and no errors was raised.
Change History (1)
comment:1 Changed 10 years ago by
Keywords: | XML removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.4.5 |
Issues concerning CKEditor for Word Press should be reported here: https://wordpress.org/plugins/ckeditor-for-wordpress thus I'm closing this issue as invalid.
@aaa please report this ticket to proper bug tracker.