I want to see if CKFinder does what I want of it and I have gone through a number of hurdles and issues but am almost there.
Authentification works, the folders have the right permissions and are found.
I select upload, browse to the image file I want to upload, select it and click on SEND IT TO THE SERVER.
The input box then becomes a little larger with a scroll bar but no error messages included (both Firefox and IE). I then go to IMAGE INFO and BROWSE SERVER. The pop up appears but then nothing.
An error icon is at the bottom left of the window in IE and this reports that on line 93, char 5 = Permission Denied
This is in the file ckfinder.html (with all the other blurp). Where do I go to now?
Authentification works, the folders have the right permissions and are found.
I select upload, browse to the image file I want to upload, select it and click on SEND IT TO THE SERVER.
The input box then becomes a little larger with a scroll bar but no error messages included (both Firefox and IE). I then go to IMAGE INFO and BROWSE SERVER. The pop up appears but then nothing.
An error icon is at the bottom left of the window in IE and this reports that on line 93, char 5 = Permission Denied
This is in the file ckfinder.html (with all the other blurp). Where do I go to now?
Re: Almost there!
The standalone sample should work out of the box, the only thing you need to change is the config file:
- CheckAuthentication function
- baseDir / baseUrl helper variables
When the standalone sample starts working, check the ckeditor sample in the _samples folder. Make sure you have installed CKEditor in the sibling folder of CKFinder and this sample should work for you as well.
If you need more help, please paste your code that you have used to integrate CKEditor with CKFinder.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Almost there!
I ran the standalone webpage and got a grey box and nothing else.
I am running this on a localhost computer in a subfolder called rro2. This then has a folder called includes that then contains the ckeditor and ckfinder folders (both children of the parent includes folder). The folder I want the files to be uploaded to is a subfolder of rro2 called uploads with a subfolder for each type (images, flash, etc).
I want the rro2 folder to be considered the root location since this is what it will be once it is uploaded to the web.
Local host location: http://localhost/rro2
Does this help?