Hello
I've set up CKFinder with FCKEditor today, and now i'm having trouble getting it to work.
When I start an instance by trying to upload a picture e.g. the Window pops up, but the files i already have uploaded to the userfiles directory are not listet. I also can't create any subfolders or upload files. All permissions are set to 777. What am I doing wrong?
my config-file is modified as below:
$baseUrl = '/userfiles/';
$baseDir = '/userfiles/';
my server-directory:
milipu
Wed, 04/30/2008 - 14:40
#1
Re: no directory listing or uploading possible
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: no directory listing or uploading possible
It works, thank you very much
But can you tell me the reason why it only works with the absolute server path?
atb, milipu
Re: no directory listing or uploading possible
...because if this variable is set, CKFinder expects it to be an absolute server path
You can tell CFKinder to discover that path automatically:
(it should work in most cases).
Anyway, setting this variable to the right path is a much better solution (no additional function calls on each request).
This path is used by CKFinder only in internal processing, it is not shown to the end user.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+