I installed view_own,
rebuilt permissions,
set view_own permissions for nodes (also for guests),
but guests can´t see any content (only drupal standard home page)
Created new content - same problem.

The I tried 6.x1x-dev version, rebuilt permissions again - no change.
For logged in users the module works fine.

I use drupal 6.12 + Protected Node (besides other modules).

Comments

ksc’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Category: support » bug

I tested again, disabled Content Permission, disabled protected node, enabled all view_own rights - no change. Guests (user not logged in) don´t see any content - they have all rights to see content.
It must be a bug.

caschbre’s picture

I too am having this very issue. Anonymous (guest) users can't see the content.

Parkes Design’s picture

I'm having the same issue. I have menu by role module installed. I think they are clashing. It also disables fivestar.

caschbre’s picture

I too have menu by role installed, however from what I understand that module only affects what menu options are displayed and doesn't do anything to control content.

kenorb’s picture

With 1.1 stable version is the same problem?

caschbre’s picture

I'm using 1.1 stable and am having this issue. I should have been more clean when I responded... I didn't look at the version #.

kenorb’s picture

Ok, because I did some changes to dev so I wanted to be sure that nothing was broken by those changes.
It's probably anonymous don't have any uid.
I'll try to reproduce it soon and check for solutions.

pvanthony’s picture

tried both the stable and the dev versions and the guest cannot see the content.

Sorry to rush, would there be an update soon?

Really would like to use this module so that people who create events will only the event that they create.

P.V.Anthony

kenorb’s picture

I've tested it and I can't find any problem with that.

Step 1.
Set up proper permission on admin/user/permissions page (view any ... by anonymous)

Step 2.
Rebuild permissions on admin/content/node-settings page

Step 3.
Clear the cache on admin/settings/performance

q0rban’s picture

I'm getting this as well.

q0rban’s picture

StatusFileSize
new1.63 KB

Ok, figured out the problem. Basically if you have view own selected for any node type, users that have "view all" are ignored. Updated patch should fix it.

q0rban’s picture

Status: Active » Needs review
StatusFileSize
new2.66 KB

Take 2

AdrianB’s picture

Subscribing.

lpalgarvio’s picture

subscribing

schultetwin’s picture

Status: Needs review » Reviewed & tested by the community

I can confirm this works.

schultetwin’s picture

Status: Reviewed & tested by the community » Needs work

Or actually, nevermind. It seemed to work for one content type, but I'm may have just disabled the 'view own' permissions. The patch does not work on my site. I'm looking to see if I can find the issue.

schultetwin’s picture

Status: Needs work » Reviewed & tested by the community

Alright, sorry, total amateur hour over here. Patch works fine when actually applied to the right branch and permissions are rebuilt. Thanks.

SchwebDesign’s picture

thanks so much, patch above in #11 worked for me as well. I couldn't view any page as anonymous user. Any chance this will be committed? This seems a pretty serious bug in some cases...

mpa3b’s picture

this one helped with drupal 6.26/pressflow

kenorb’s picture

Status: Reviewed & tested by the community » Patch (to be ported)
kenorb’s picture

Issue summary: View changes
Status: Patch (to be ported) » Reviewed & tested by the community