When incoporating CKFinder in CKEditor I receive the following error (debug set to true)
Any clues ??
===========================================================================
It was not possible to properly load the XML response from the web server.
Missing equals sign between attribute and attribute value.
Raw response from the server:
CKFinder connector for classic ASP. The connector is in Debug Mode.
In order to use the connector you'll have to set CKFinder_Debug = false.
Response from the connector <including debugging messages>:
<?xml version="1.0"?>
<Connector resourceType="Images">
<Error number="0"/>
<ConnectorInfo enabled="true" imgWidth="1600" imgHeight="1200" s="" c="" thumbsEnabled="true" thumbsUrl="/userfiles/_thumbs/" thumbsDirectAccess="false" uploadMaxSize="0" uploadCheckImages="false" plugins="imageresize,fileeditor"/>
<ResourceTypes>
<ResourceType name="Images" url="/userfiles/images/" allowedExtensions="bmp,gif,jpeg,jpg,png" deniedExtensions="" hash="e802f5f0853f4461" hasChildren="false" acl="255" maxSize="0"/>
</ResourceTypes>
<PluginsInfo>
<imageresize smallThumb="90x90" mediumThumb="120x120" largeThumb="180x180"/>
</PluginsInfo>
</Connector>
Any clues ??
===========================================================================
It was not possible to properly load the XML response from the web server.
Missing equals sign between attribute and attribute value.
Raw response from the server:
CKFinder connector for classic ASP. The connector is in Debug Mode.
In order to use the connector you'll have to set CKFinder_Debug = false.
Response from the connector <including debugging messages>:
<?xml version="1.0"?>
<Connector resourceType="Images">
<Error number="0"/>
<ConnectorInfo enabled="true" imgWidth="1600" imgHeight="1200" s="" c="" thumbsEnabled="true" thumbsUrl="/userfiles/_thumbs/" thumbsDirectAccess="false" uploadMaxSize="0" uploadCheckImages="false" plugins="imageresize,fileeditor"/>
<ResourceTypes>
<ResourceType name="Images" url="/userfiles/images/" allowedExtensions="bmp,gif,jpeg,jpg,png" deniedExtensions="" hash="e802f5f0853f4461" hasChildren="false" acl="255" maxSize="0"/>
</ResourceTypes>
<PluginsInfo>
<imageresize smallThumb="90x90" mediumThumb="120x120" largeThumb="180x180"/>
</PluginsInfo>
</Connector>
Re: Can't get CKFinder to work on classic ASP
Just revert it and set to CKFinder_Debug = false as the message says.