i am facing problems when i am intergrating ckfinder with fckeditor2.5...i am confused about the url paths that has to be specified in config.php. please help
Wed, 01/16/2008 - 13:03
#1
facing problems in implementing ckfinder in fckeditor2.5

Check out CKFinder docs:
http://docs.fckeditor.net/CKFinder/Deve ... ntegration
You should just modify the fckconfig.js file located in the fckeditor directory.
What config.php exactly did you mean?
By default, FCKeditor have it's own config.php file in editor\filemanager\connectors\php\config.php, which isn't used if FCKeditor is configured to use CKFider.
If you decide to use CKFinder instead of built-in file bowser, you have to adjust only the config.php file located in the ckfinder directory.
If you need any more help, please let use know what errors exactly do you get.
Wiktor Walc
CTO
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
no, i cant run CKFinder in stand alone mode.
i have gone thru the documentation for integrating CKFinder.
there is one config.php in ckfinder/....do i have to do some changes in this file
i have placed ckfinder folder in fckeditor/editor/ .... is this right.
my application is at -> E:\SurveyLatest\SurveyApp\WebContent\resources\fckeditor\editor\ckfinder
so exactly which config.php i have to change .... could u give me thorough step by step explaination...
Take a look at the following config file:
E:\SurveyLatest\SurveyApp\WebContent\resources\fckeditor\editor\ckfinder\config.php
make sure that all paths you set there are correct and that you enabled CKFinder (by changing the CheckAuthentication() function).
Please go to the ckfinder folder and launch CKFinder in standalone mode, something similar to that should work:
http://localhost/resources/fckeditor/ed ... inder.html
As soon as you have CKFinder running, you can try to integrate it with FCKeditor.
You may use Firefox with Firebug extension to trace ajax calls, it should point you to the solution in case of any problems.
Wiktor Walc
CTO
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
------------------------------------------------------------------------------------------------------------------------------------
hi , i changed the CheckAuthentication() now it returns true, and then tried to run ckfinder in standalone mode but encountered with some problems .... the alerts being flashed are like: -
1. XML request error: Unknown (3) Do you want to see more info?
2. URL requested: "file:///core/connector/php/connector.php?command=Init"
Server response:
Status: 3
Response text:
this is the problem i am facing for last two days ... and now really frustuated....and i am confused regarding the paths to specified in E:\SurveyLatest\SurveyApp\WebContent\resources\fckeditor\editor\ckfinder\config.php file....
thanx
http://localhost/path/to/ckfinder/ckfinder.html
..where "http://localhost/path/to/ckfinder/ckfinder.html" is the correct URL (not local file path) to CKFinder.
It seems to me that you have loaded CKfinder straight from your disc: probably your browser shows "D:\htdocs\ckfinder\1.1\ckfinder.html" in the address bar.
Wiktor Walc
CTO
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
I have a problem like this.
I put the CFKEditor 2.5 on the webserver, and I copied the ckfinder in that directory.
(http://host/admin/fckeditor/editor/ckfinder)
My problem is, when the FCKEditor calls the CKFinder 1.1 I have this post:
My config.php (in http://host/admin/fckeditor/editor/ckfinder) file:
My Userfiles directory have full rights and the fckconfig.js contains the URLs.
The http://host/admin/fckeditor/editor/ckfi ... inder.html make this error too.
Any suggestions would be greatly appreciated.
Thanx!
http://host/admin/fckeditor/editor/ckfi ... ype=Images
If you see blank page, take a look at source code.
If you see a blank page anyway, set error_reporting to E_ALL and turn on displaying errors or take a look at error_log file.
I suppose that some PHP error occurs and because of that an empty response is being sent.
Wiktor Walc
CTO
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+