Closed (fixed)
Project:
Rotor Banner
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2009 at 09:03 UTC
Updated:
19 Nov 2009 at 23:50 UTC
This issue is like that reported in "Anonymous users cannot see Rotor block images with private file system", but appears to affect all users.
I'm only learning drupal, but I wonder if the problem is a lack of use of the hook_file_download api.
Comments
Comment #1
mrfelton commentedI made some changes earlier on today which have not yet made it to the -dev release. Did you try with a CVS checkout?
Comment #2
nigelcunningham commentedYes, I did. Without success, sorry.
Comment #3
TyraelTLK commentedsubscribing
Comment #4
mrfelton commentedStrange... Are you using imagecache? Did you give anonymous/authenticated users permissions to views the imagecache preset?
Comment #5
mrfelton commentedtry with latest code in CVS. This one has an implementation of hook_file_download. Works for me, but then, it worked for me without it too! Remember, users need 'access content' and access to any imagecache presets you are using.
Comment #6
mrfelton commentedClosing due to 6 months on inactivity. I can only assume that this has indeed been fixed. I have had no more reports of this problem since the release of 6.x-1.1.
Comment #7
nigelcunningham commentedSorry for the slow reply. I've been using the public method and didn't notice your replies.
I am using imagecache. I'll seek to find some time to test this locally and let you know.