Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2009 at 21:04 UTC
Updated:
14 Sep 2010 at 18:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedSorry you ran into problems but it's really hard to understand what your problem is. Could please provide more information?
Comment #2
drewish commentedComment #3
elijah lynnI am not sure if we are having a similar issue, but we started with a public files directory and later switched to a private method with a folder outside www. The imagecache preset that was created before the move works fine but any presets created after the move do not work. The images do not generate and the folders do not get created. Also the sample preview image of the drupal drop is missing from the preset screen as well.
I will post back if I figure it out but if anyone else knows it would be much appreciated!
Comment #4
crosendahl commentedI ran into a similar problem as ElijahLynn, but was able to fix it by resaving all my presets. I assume the original presets got hardwired to the prior directory, and by resaving they get fixed.
Comment #5
ThePeach commentedOk, sorry for the late response, but I still have to figure how to subscribe to issues.
Anyway, I started configuring drupal with a private download method, then added imagecache module, then I had a strange behaviour with views, where randomly some images will not be displayed (I was creating a list of node teasers). This all disappeared two days later when I switched to public download method.
Comment #6
almaceria commentedSubscribe
Comment #7
nzcodarnoc commentedSubscribe
Comment #8
sydneyshan commentedThere definately seems to be some sort of conflict between imagecache and the 'private' method of serving files.
I encountered missing/blank images when attempting to display a view (with imagecache thumbnails) to anonymous users.
When authenticated users saw the view the thumbnails appeared.
Comment #9
sydneyshan commentedComment #10
MrVictor commentedMake sure that you've set the right permissions for anonymous users. All ImageCache presets has its own permissions.
Comment #11
AgentNiles commentedI've been using drupal 6 + ubercart 2.x + imagecache + thickbox + private download method (on a IIS6 server) and the thumbnails are visible but thickbox opens the image as ASCII as seen in the screenshot attached.
It seems to be transferred as an image instead of text and I've enabled all the imachecache access rules but it remains the same. The reason I've been using the private download method is security related. I hope there is another solution then using the public method, which fixes this issue for me.
Comment #12
jayctreat commentedI've also had a problem with Imagecache and the private Download Method.
I'm using the latest versions: ImageCache and ImageCache UI 6.x-2.0-beta10 in Drupal 6.16.
I experienced the problem as I was trying to get Views to show thumbnail images from an imagefield in a CCK content type.
I used CCK to create a "Bio" content type.
I used Imagefield to put an image ("field_bio_photo") into the Bio content type.
I created an Imagecache preset (with the namespace "bio_thumbnail") to scale the Bio images into thumbnails.
The file path I set for field_bio_photo in the Bio content type was "bio_photos".
Drupal put my thumbnail image in an imagefield_thumbs directory:
files/imagefield_thumbs/bio_photos/jct06.jpg
But Views expected my thumbnail to be here (in an imagecache directory) and so Views couldn't find it:
files/imagecache/bio_thumbnail/bio_photos/jct06.jpg
Furthermore, when I went to the ImageCache User Interface, and looked at the "bio_thumbnail" preset, I couldn't see the preview image (files/imagecache/bio_thumbnail/imagecache_sample.png)!
The solution was to change the Download Method (in Administer > Site configuration > File System) from Private to Public. Then the preview image appears, and Views can find the bio_thumbnails.
And now, I see that I can keep the Download Method private if I just turn on the Permissions for "view imagecache bio_thumbnail" for all users! (See Comment #10 above!)
Jay C. Treat
Comment #13
glennnz commentedSubscribe
I'm having the same problem with:
ImageCache 6.x-2.0-beta10
Ubercart 6.x-2.4
The hardcoded presets in Ubercart will only display for User 1.
I've allowed other users to see the presets in permissions, no joy.
Comment #14
glennnz commentedUpdating version etc
Comment #15
glennnz commentedFound the problem, I was being dumb.
I had CCK permissions enabled and not configured properly. As soon as I disabled that, the images appeared.
Comment #16
merzikain commentedSubscribe