Hello,
I have followed the instructions to install CKfinder for Coldfusion, but when I load the sample 'standalone.cfm' page I just get a grey box with 'Folders' displayed at the top left with no files listed or toolbar displayed.
Firebug is showing an error at line 36 in the ckfinder_gecko.js file of "this.t("Connector/Error/@number") is null".
Does anyone know how I can overcome this problem?
Many thanks,
Simon
I have followed the instructions to install CKfinder for Coldfusion, but when I load the sample 'standalone.cfm' page I just get a grey box with 'Folders' displayed at the top left with no files listed or toolbar displayed.
Firebug is showing an error at line 36 in the ckfinder_gecko.js file of "this.t("Connector/Error/@number") is null".
Does anyone know how I can overcome this problem?
Many thanks,
Simon
Re: ckfinder_gecko.js File Error
Make sure that your server does not append anything automatically to each response, which happens for example when debugging is enabled.
Make sure that you didn't make a mistake in the configuration file (backup your current configuration file and start customizing it again using the configuration file provided with CKFinder).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: ckfinder_gecko.js File Error
I disabled the debugging in Coldfusion and refreshed CKfinder and it appeared correctly.
Thank you very much for your assistance.
Simon
Re: ckfinder_gecko.js File Error
What I have works great locally on my WAMP setup. I have replaced the paths everywhere on the server, but CKFinder fails on the live server. Any ideas would be very appreciated.
this.t("Connector/Error/@number") has no properties
Here is the Response:
<?xml version="1.0" encoding="utf-8"?><br /><b>Warning</b>: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/accountnameremoved/public_html/ckfinder/core/connector/php/php5/Core/Xml.php:52) in <b>/home/accountnameremoved/public_html/ckfinder/config.php</b> on line <b>31</b><br /><Connector resourceType="Images"><Error number="0" /><ConnectorInfo enabled="true" s="" c="" thumbsEnabled="true" /><ResourceTypes><ResourceType name="Images" url="/uploads/images/" allowedExtensions="bmp,gif,jpeg,jpg,png" deniedExtensions="" defaultView="Thumbnails" hasChildren="false" acl="255" /></ResourceTypes></Connector>
Re: ckfinder_gecko.js File Error
Re: ckfinder_gecko.js File Error
Make sure that there is no white space at the beginning before "<?php". Make sure that you have removed any code that sends headers from the CheckAuthentication function.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+