Hello.
When I enable CKEditor module all my avatars in all views in every page are not loaded (only the alt text is loaded). The logos are in the right specified directory(I tested with firebug and I checked them on the filesystem), under files/logos/ and the directory has global permissions (unix-777).
I use latest 6.x drupal version and I have private method for downloading files.
Also some other info(may be relevant may not)
If I disable ckeditor module and enable wysiwyg module:
- With standalone ckeditor I get an editor with no toolbar and unpredictable behaviour.
- With another standalone editor it works fine.
Which made me think that it might be an interaction problem between my site and ckeditor standalone player...
PS: I use the latest scenario for time being so I don't have a big problem but it would be fine if I could use CKEditor. If anybody comes up with something like this please submit a comment :)
Comments
Comment #1
dczepierga commentedHi,
Pls try to update to last DEV version, we fix there some bugs related with private download method.
After check pls write here does it help or not.
Greetings
Comment #2
Gik000 commentedI have the same problem...
many images suddenly disappear!
I'll test the dev version... if it works i'll keep it, instead i rollback to last release...
EDIT:
dev version as last stable version of this module dont change the situation....
some images in my default/files/ directory or in such subfolder do not work fine.
In particular i can divide my images in two categories, based on filesystem configuration:
1. Displayed in public mode
2. Displayed in private mode
It's really strange! I really don't know what's happening.
Watch with your own eyes:
this is a page where some images are shown and some other not
http://www.tecmas.it/it/content/revo-360
this image is there but not shown
http://www.tecmas.it/it/system/files/prodotti/revo/small/www.tecmas.it-r...
if i try to reach by absolute path i will watch it
http://www.tecmas.it/sites/default/files/prodotti/revo/small/www.tecmas....
I'm really in troubles for this.
NOTE
i'm not so sure this problem is connected with CKeditor module installation
http://www.tecmas.it/sites/default/files/prodotti/revo/small/www.tecmas....
Comment #3
mkesicki commentedYo use both public and private download methods ? Does your 'private' file exists in database ?
If you use private download method and in earlier version of CKEditor module it worked well , please try use "Enable access to files located in the private folder" option in "Advanced settings" of CKEditor's Global profile configuration. This should serve your files as before (earlier versions).
Comment #4
chefarov commentedI updated to the latest dev version but the problem remains the same.
Also I can't find the "Enable access to files located in the private folder" option anywhere to check if this is relevant.
Comment #5
mkesicki commented@chefarov this option only shows when you have "private download method" turn on. Without this it have no sense.
Comment #6
chefarov commentedI do have private download method.
Comment #7
mkesicki commented@chefarov
did you enabled "Enable access to files located in the private folder" option in CKEditor's global configuration ?
This option is visible when private method download is set.
When this option is checked/enabled than do you see your avatars ?
Comment #8
mkesicki commentedI commited changes to #1343314: [D6] Change settings for private download. Please try use latest DEV version.
Comment #8.0
mkesicki commentedmodified a bit