Could you please check permissions to the directory where you store images? Setting permissions to 777 only on "userfiles" directory may be not enough. If you have any other directories inside "userfiles", make sure that web server has write permissions also to each of them (also including files). (You can chmod directories recursively with -R flag.)
Please try to chmod image directory to 777 and let me know whether problem still persists.
Hmm... it seems that CKFinder is looking for your files in wrong directory. Please try setting $baseDir in config.php to the full path of your userfiles directory (where you created images and Images and uploaded manually sample files), e.g. /home/login/public_html/ckfinder/userfiles/.
If you have set up manually $baseDir pointing to absolute path (which you did), then $baseUrl actually can point to anything* you want, i.e. /userfiles/.
* anything, that is a valid url, with trailing slash
Re: Unable to upload file error 104
Setting permissions to 777 only on "userfiles" directory may be not enough.
If you have any other directories inside "userfiles", make sure that web server has write permissions also to each of them (also including files).
(You can chmod directories recursively with -R flag.)
Please try to chmod image directory to 777 and let me know whether problem still persists.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Unable to upload file error 104
I have chmodded both directories to 777
I have tried creating a directory call 'Images' and one called 'images'
both chomodded - still no luck.
Interestingly when I manually upload a file into one of those directories it shows
'Folder empty' no matter how many times I click refresh.
Any help greatly appreciated,
Cheers,
M
Re: Unable to upload file error 104
Please try setting $baseDir in config.php to the full path of your userfiles directory (where you created images and Images and uploaded manually sample files), e.g. /home/login/public_html/ckfinder/userfiles/.
So instead of:
please insert something similar to:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Unable to upload file error 104
viewtopic.php?f=10&t=6401#p17295
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Unable to upload file error 104
Re: Unable to upload file error 104
* anything, that is a valid url, with trailing slash
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Unable to upload file error 104
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Unable to upload file error 104
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn