Hi,
I am trying to get this working on a fresh drupal install, so I only have CKEditor and CKFinder installed.
I have CKFinder "working" but it's not doing everything correctly...
When I browse the server, I get sent to the right page, I can upload pictures to it and they show up on the page, but then when I select one, it can't find that picture, cause it thinks it's in the wrong place...
It'll say it's at /drupal/sites/all/sites/default/files/images/xxxx.jpg
but it's actually at /drupal/sites/default/files/images/xxxx.jpg ... I have looked at the CKFinder settings, and I don't find any place where it's putting the /sites/all in there...
Anyone have any idea what it might be? Or where I might have to look for it?
Thanks
Dieter
Comments
Comment #1
DieterSchwerdtfeger commentedI'm going to look at http://drupal.org/node/688588 when I get home and can try to solve this.
Hopefully it'll help.
I'll update the issue when I know more
Comment #2
DieterSchwerdtfeger commentedWell, I got it to work... Still not really sure how the whole /sites/all came into play... but right now I just put the images in /drupal/images and that seems to work for now
Comment #3
no7rosman commentedHello,
I am having this exact same problem, however could not figure out how to fix it reading this thread. Can someone help?
My images are being sent to the server and saved, however I don't know where. The image thumbnails are being displayed properly, however when I insert
the images to the page it displays a red X.
The URL being displayed is: /sites/all/sites/default/files/images and I cannot even find that directory. When I go to sites/all there is not another sites directory.
Problem 1 - I cannot find the location where the images are being saved.
I have tried telling it where to upload the images in the Configuration > ckEditor and Configuration > Text Formats...however it isn't saving any images in the location I select.
Can anyone help me get this working?
Thanks!
Comment #4
no7rosman commentedI got this fixed. My $cookie_domain variable was not set correctly. Once I got it set correctly everything worked good. As a newby...I have to contest that if all the directions are followed, The installation directions works.
Comment #5
dantje commented@no7rosman
Hi I'm having exactly the same problem.
Can you elaborate a bit about your solution?
I've configured the $cookie_domain as described in one of the manuals I read with the domain, but still I have the problem.
Thanks