I'm testing out CKFinder and CKEditor to see if they will work for our companys purpose (It's highly likely though), but I've run into some problems setting the connectorPath.
I need to be able to set the config.connectorPath and make the CKFinder instantiated by CKEditor use the one I set.
When I can make connectorPath work - independent CKFinder
Using this code, to start at CKFinder directly,
http://pastebin.com/GXQHGDYY
And this is the "positive" error it gives, where it can't find the connector at zzxxcc:
HTTP Status 404 - /subdir/zzxxcc
type Status report
message /subdir/zzxxcc
description The requested resource (/subdir/zzxxcc) is not available.
Apache Tomcat/5.5.26
When the connectorPath config DOES NOT work - CKFinder instantiated by CKEditor
I have a problem when using an instance of CKFinder "spawned" by CKEditor, using this code to configure the CKEditor: http://pastebin.com/xsWe48Ck
When the code above is used, CKEditor starts, click the insert image button and then click Browse Server I get the following error:
HTTP Status 404 - /subdir/javascript/ckfinder/core/connector/java/connector.java
type Status report
message /subdir/javascript/ckfinder/core/connector/java/connector.java
description The requested resource (/subdir/javascript/ckfinder/core/connector/java/connector.java) is not available.
Apache Tomcat/5.5.26
As can be seen, the parts of the error highlighted in bold should have read "zzxxcc" instead.
Hope someone can help me out with this
Tue, 08/14/2012 - 16:27
#1