hello,
I'm using the classic asp version.
and currently the ckfinder doesn't show folders or files at all.
but just displays an error message.
the baseUrl I've defefined is:
baseUrl = "\images\content\"
can you help please?
thanks,
shahahar.
the error message is:
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="\images\content\images/_thumbs/" thumbsDirectAccess="true" plugins="imageresize,fileeditor"/>
<ResourceTypes>
<ResourceType name="Images" url="\images\content\images/" allowedExtensions="bmp,gif,jpeg,jpg,png" deniedExtensions="" hash="125e3a7074d8295b" hasChildren="true" acl="255"/>
</ResourceTypes>
<PluginsInfo>
<imageresize smallThumb="90x90" mediumThumb="120x120" largeThumb="180x180"/>
</PluginsInfo>
</Connector>
I'm using the classic asp version.
and currently the ckfinder doesn't show folders or files at all.
but just displays an error message.
the baseUrl I've defefined is:
baseUrl = "\images\content\"
can you help please?
thanks,
shahahar.
the error message is:
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="\images\content\images/_thumbs/" thumbsDirectAccess="true" plugins="imageresize,fileeditor"/>
<ResourceTypes>
<ResourceType name="Images" url="\images\content\images/" allowedExtensions="bmp,gif,jpeg,jpg,png" deniedExtensions="" hash="125e3a7074d8295b" hasChildren="true" acl="255"/>
</ResourceTypes>
<PluginsInfo>
<imageresize smallThumb="90x90" mediumThumb="120x120" largeThumb="180x180"/>
</PluginsInfo>
</Connector>
Re: no folders & images - classic asp version
You are using the windows backslash (\) instead of the normal web forward slash (/)
Besides that you have set CKFinder_Debug = true, but that setting is aimed at the debugging script: viewtopic.php?f=10&t=13604
If changing the slashes doesn't fix the problem, try the debugging script because it can show the most common problems easily.
Re: no folders & images - classic asp version