I want non-authenticated users to be able to browse galleries, but for some reason i always get "Access Denied" regardless of what i tell it :s

Am i dumb or is it broken?

For an example: http://www.lineageone.com
and select "Screenshots"

The idea is that the user-base can submit their favourite screenshots to the gallery for all to see... Currently it only lets authenticated users see them.

Any thoughts?

Comments

ighost’s picture

You need to allow "anonymous user" the ability to "access images" under the user permissions.

http://www.yoursite.com/admin/user/configure/permission

Permission                     admin user    anonymous user    authenticated user
image module
access images                         x                   x                               x
rooey’s picture

Only problem is - the system is already set up that way...

I don't think the code that checks it works quite right...

ighost’s picture

What version of Drupal are you using?
If I remember right, 4.5.0 had a problem with the image.module and you had to use the CVS version.
I'm running the latest 4.5.2 and its working for me.

iraszl’s picture

I logged in to your site with my drupal.org id and the page still says unauthorized.
---
http://creativebits.org

sepeck’s picture

Check out this bug report
http://drupal.org/node/12082

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

rooey’s picture

That fixed it :)