For me it looks like you have used $baseUrl set to a url that includes a domain and forgot to set $baseDir to the correct absolute server path (local path to the "userfiles" folder where files are stored) instead of leaving the default "resolveUrl" function call.
If you set $baseUrl to something like "/ukces_newcorp/uploads/_thumbs/" then CKFinder should be able to guess the correct path to the directory.
i've got the same problem with ckfinder in classic asp code. i've set the baseUrl path with '/'. no domain names.
the error message i'm getting 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>:
Re: None of the folders appear....
If you set $baseUrl to something like "/ukces_newcorp/uploads/_thumbs/" then CKFinder should be able to guess the correct path to the directory.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: None of the folders appear....
i've got the same problem with ckfinder in classic asp code.
i've set the baseUrl path with '/'. no domain names.
the error message i'm getting 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: None of the folders appear....
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+