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
Comment #1
dczepierga commentedHi, could u try last DEV version of CKEditor module and write here does it help or not in your case?
Greetings
Comment #2
juliekj commentedupdated to latest DEV version, but the problem is still there
Comment #3
mkesicki commented@juliekj ,
please check if $base_url and $cookie_domain settings in your drupal's settings.php file (in sites/default directory) are correct.
Comment #4
juliekj commentedyes, both $base_url and $cookie_domain are correct
Comment #5
sokrplare commentedClosing as two years old and nobody else has echoed this issue so far.