Has anyone had any success accessing the userfiles directory?
I have chmod'd 'my_uploads' to 0777
I have set $baseUrl = '/my_uploads/'; in config.php
I have returned true in CheckAuthentication()
and I have let $baseDir = resolveUrl($baseUrl); find the base directory.
Yet nothing appears in the server images window...just a folder called "Images" and a folder called "Basket" both of which do not exist inside '/my_uploads/'.
I have chmod'd 'my_uploads' to 0777
I have set $baseUrl = '/my_uploads/'; in config.php
I have returned true in CheckAuthentication()
and I have let $baseDir = resolveUrl($baseUrl); find the base directory.
Yet nothing appears in the server images window...just a folder called "Images" and a folder called "Basket" both of which do not exist inside '/my_uploads/'.
Re: CKFinder Not Accessing My Userfiles Directory
Images seems to come from $config['ResourceType'][] = Array(); in the config.php. I was expecting CKFinder to be "smart" enough to detect the underlying directories.
I have a whole series of directories and sub-dirs that go 3-4 levels deep. Do I need to define each of them in my config.php? (A) that can take forever, and (B) what if a user wants a new sub-dir? Do they need to contact me and I have to update the config.php file? Can't this be automated?
Re: CKFinder Not Accessing My Userfiles Directory
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+