Closed (duplicate)
Project:
Filemanager
Version:
4.6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2006 at 16:39 UTC
Updated:
3 Feb 2006 at 08:08 UTC
I have installed filemanager module, attachment module and acidfree along with the private patch for filemanager that comes with it.
I have set filemanager to upload all files in both acidfree and attachment into the private directory.
Acidfree works fine. Attachment module works fine for upload and even deletion but when I try to download an attachment it gives me a 403 error... telling me I do not have access to the file...
Any ideas where the conflict might be and how to patch it?
Comments
Comment #1
vhmauery commentedI think this is a duplicate of http://drupal.org/node/43119
Try the patch there (it applies to acidfree.module) and see if it fixes the problem.
Comment #2
arturoramos commentedThat patch seems to do the trick... I can now download the attachments.
The next step is to implement a privileges check in the attachments module similar to that in acidfree so that private attachments are not downloadable by unauthorized prying eyes.