Problem with Image Upload and Browsing in CKEditor and FCKeditor [SOLVED]

Hi,

for short i am not able to upload or view any images. I need help to debug this issue.

When using the CKEditor i get a Message from Chrome that the folder cannot be created. In my php log file i read:

[Fri Apr 20 13:32:03.484761 2018] [:error] [pid 3050] [client 79.246.168.147:39082] PHP Warning: mkdir(): Datei oder Verzeichnis nicht gefunden in /var/www/clients/client4/ web8/web/lists/admin/plugins/CKEditorPlugin/kcfinder/core/class/uploader.php on line 306, referer: https://azmuto.de/lists/admin/?page=send&id=4&tk=60b8b3b7d8688b3674e4b1837 001fef0

When using the fckphplist i just get no error feedback.

Here are my settings for ckeditor:

File system path to the upload image directory. Usually leave this empty.

Name of the image subdirectory of the file upload directory
lists/uploadimages

Name of the files subdirectory of the file upload directory
lists/uploadimages

Name of the flash subdirectory of the file upload directory
lists/uploadimages

On my webserver i have phplist root directory in
/var/www/azmuto.de/web/lists

Within this i have
drwxrwsr-x 2 www-data www-data 4,0K Apr 20 13:09 uploadimages

I have also copied the .hataccess file from
lists/admin/plugins/CKEditorPlugin/kcfinder/conf/upload.htaccess
to
lists/uploadimages/.htaccess

I have also started an issue at github.

Thanks for your help!
Regards Christoph

Thanks to Duncan Cameron (bramley) my issue is solved! I had misunderstood the upload directory settings.

The error was that i inserted the same name for each of the three directories for “files”, “image” and “flash”.

I changed the settings back to

File system path to the upload image directory. Usually leave this empty.

Name of the image subdirectory of the file upload directory
image

Name of the files subdirectory of the file upload directory
files

Name of the flash subdirectory of the file upload directory
flash

and now the upload is working very well!