I have installed both CKEditor and CKFinder. In CKFinder I see the CKEditor demo with upload and search.
Fine. But i need now to have this also in my CKEditor! Can someone tell me how to proceed? Thank you!
Fine. But i need now to have this also in my CKEditor! Can someone tell me how to proceed? Thank you!
Re: How to enable CKFinder in my CKEditor
Yuppy yeah, I found it
http://docs.cksource.com/CKEditor_3.x/D ... _(Uploader) Example5
So I added this two lines in my CKEditor config.js file:
config.filebrowserImageBrowseUrl = '/ckf/ckfinder.html?type=Images';
config.filebrowserImageUploadUrl = '/ckf/core/connector/php/connector.php?command=QuickUpload&type=Images';
Now I just need to know how to remove the CKFinder "disabled for security reason" ....?
Re: How to enable CKFinder in my CKEditor
You can read the installation docs: http://docs.cksource.com/CKFinder_2.x/Developers_Guide
Re: How to enable CKFinder in my CKEditor
Re: How to enable CKFinder in my CKEditor
You don't want anyone to point you to the docs that you should read to fix your problem.
Re: How to enable CKFinder in my CKEditor
Re: How to enable CKFinder in my CKEditor
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: How to enable CKFinder in my CKEditor
Thank you wiktor!
But, in the CKFinder for java that I just downloaded (ckfinder_java_2.0.2.1.tar.gz, which includes CKFinderJava.war), there is not a "core" directory with the connectors, as described in the page you shown me
Re: How to enable CKFinder in my CKEditor
Re: How to enable CKFinder in my CKEditor
When I call CKFinder through CKEditor, I receive following message:
HTTP Status 404 - /ckf/core/connector/java/connector.java
type Status report
message /ckf/core/connector/java/connector.java
description The requested resource (/ckf/core/connector/java/connector.java) is not available.
Apache Tomcat/7.0.12
In fact, the core directory is completely missing in the CKFinder for java war
Re: How to enable CKFinder in my CKEditor
But cannot buy it before to see all working correctly.
Re: How to enable CKFinder in my CKEditor
Before going further, please download the latest version of CKFinder, 2.1. As it's important for us to provide an easy to install software, I'd appreciate your comments regarding the documentation.
Now gettting back to the reported issue. Could you try to put the latest CKFinderJava.war into your webapps folder?
Once Tomcat unpacks it into the CKFinderJava folder, check WEB-INF/web.xml
Among other configuration options, it contains also the following setting:
As you see, the connector.java is not physically available - it's just a mapping to a servlet.
You should either change the mapping in web.xml into the url that you are trying to use:
(and then posibly restart your server)
or provide the correct url to CKFinder connector in the filebrowserImageUploadUrl configuration option (and similar), which by default starts with /ckfinder/core/connector/...
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
ckfinder with java
Why u don't provide core folder?
Short answer: because that's
Short answer: because that's how it's done in Java... aparently (chased down Wiktor and that was the answer I managed to beat out of him).
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!