Hello,
Yesterday I successfully installed ckfinder PHP version on to my application. Everything seems to be working fine until today afternoon when I started to configure it to all my editors throughout my application. The problem persist with the folders. None of my folders appear other than "Basket" (which is useless). I am using Demo version and I have tested in all major browsers. I Have also tested in other's computers without any luck. Please find the attached screenshot of my CKFinder.
When the ckfinder pops up I am getting the below XML Ajax response:
<?xml version="1.0" encoding="utf-8"?><Connector resourceType="Images"><Error number="0" /><ConnectorInfo enabled="true" s="" c="" thumbsEnabled="true" thumbsUrl="http://192.168.1.15/ukces_newcorp/uploads/_thumbs/" thumbsDirectAccess="false" imgWidth="1600" imgHeight="1200" plugins="imageresize,fileeditor" /><ResourceTypes /><PluginsInfo><imageresize smallThumb="90x90" mediumThumb="120x120" largeThumb="180x180" /></PluginsInfo></Connector>
config that i use: Also I use unique variables for every other editors.
<script type="text/javascript">
var ed4= CKEDITOR.replace('description');
CKFinder.setupCKEditor( ed4, '<?php echo $page->path ?>ckfinder/' ) ;
</script>
Can anyone please help me with this? If it works then the client is happy to get the license for the CKfinder.
Wed, 10/13/2010 - 18:57
#1
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....
For anyone interested in the answer for the last question, check viewtopic.php?f=10&t=22789
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+