Hi,
I have just integrated ckeditor 3.2 with Domino. Our company was going to purchase the licence but then we realised that we could not browse or upload images without CKFinder or a custom file browser. As CKfinder worked so well in the demo with CKEditor we would like to use it. I downloaded the php CKFinder to see if it would integrate with Domino, but I get an error message . Should CKFinder be able to integrate with the Domino Server and if so is there any documentation on intergrating it? If not, does anyone have any other browse or upload suggestions for Domino?
Thanks,
Janine
I have just integrated ckeditor 3.2 with Domino. Our company was going to purchase the licence but then we realised that we could not browse or upload images without CKFinder or a custom file browser. As CKfinder worked so well in the demo with CKEditor we would like to use it. I downloaded the php CKFinder to see if it would integrate with Domino, but I get an error message . Should CKFinder be able to integrate with the Domino Server and if so is there any documentation on intergrating it? If not, does anyone have any other browse or upload suggestions for Domino?
Thanks,
Janine
Re: ckeditor 3.2, ckfinder 1.4.3 and Domino
Hi,
If you're able to run a simple php script that prints "Hello World" then CKFinder should work there as well (there are some other requirements, like safe_mode disabled and GD extension, but basically it should at least display all files in each environment).
Regarding the error message: could you click "OK" and check what's the problem there?
Alternatively, can you check in Firebug and inspect ajax calls - when CKFinder loads, it calls something like
http://example.com/ckfinder/core/connec ... angCode=en
and the result should be a valid XML.
Is it possible that you have an error (like missing semicolon) in config.php (check error logs)?
When we get rid of that ugly HTTP 200 error message, the next step would be to adjust the CheckAuthentication function, if you decide to connect it with Domino, the following article might be useful: http://www.ibm.com/developerworks/lotus ... omino-php/
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+