I'm not a PHP expert, just a little newbie, but if you state that you turned safemode off, that means that previously it was enabled, and from what I've understood about that "feature" whatever permissions that were set during that time will remain making it impossible to write to a folder that was created by a script.
I would try to delete the /ckfinder/userfiles/ folder, make sure that safemode is disabled and then assign the write permissions. Only after that, try to use CKFinder with some settings like these:
The .htaccess files contained php_admin_flag safe_mode off or something, I was not allowed to use that one. I changed it to php_value safe_mode off and It works
Re: It was not possible to complete the request due to file
I would try to delete the /ckfinder/userfiles/ folder, make sure that safemode is disabled and then assign the write permissions. Only after that, try to use CKFinder with some settings like these:
$baseUrl = '/ckfinder/userfiles/';
$baseDir = '/domains/domainname.nl/public_html/ckfinder/userfiles/';
but other people with more experience might give you some better advice
Re: It was not possible to complete the request due to file
Edit: I've tried it, together with several baseDirs, without success.
Re: It was not possible to complete the request due to file
Thought I'd let you know it's still not working
edit:
Now I don't get an error uploading (though it doesn't upload) but I get the error 500 while trying to browse the server.
Re: It was not possible to complete the request due to file
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: It was not possible to complete the request due to file
I've changed my config to the following:
Re: It was not possible to complete the request due to file
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: It was not possible to complete the request due to file
The .htaccess files contained php_admin_flag safe_mode off or something, I was not allowed to use that one. I changed it to php_value safe_mode off and It works
Thanks a bunch!