When I try to insert an image in the text via CKEditor -> CKFinder says that the images folder is empty.

And when I then try to upload a new image via CKFinder I can see the image in the CKFInder folder, but it doesn't show on the page or in the editor.
I find that the url for the image via CKFinder is set to:

"/~hesteawl/sites/default/files/images/images/Drammen%20travbane%201_mini.jpg"

where as it should be

"/~hesteawl/sites/default/files/images/Drammen%20travbane%201_mini.jpg"

making me think that is also the reason CKFinder claims there are no items in the images folder is because it's trying to look in a folder that doesn't exist: "images/images"

Where, what, how can I change this??

In the CKFinder settings in CKEditor paths are set as follows:

Path to uploaded files: %b%f/
Current path: /~hesteawl/sites/default/files/images/

Absolute path to uploaded files : %d%b%f/
Current path: /home/hesteawl/~hesteawl/sites/default/files/images/

Comments

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)

Hi, could u try last DEV version of CKEditor module and write here does it help or not in your case?

Greetings

juliekj’s picture

updated to latest DEV version, but the problem is still there

mkesicki’s picture

@juliekj ,
please check if $base_url and $cookie_domain settings in your drupal's settings.php file (in sites/default directory) are correct.

juliekj’s picture

yes, both $base_url and $cookie_domain are correct

sokrplare’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing as two years old and nobody else has echoed this issue so far.