I thought I was overlooking something simple, so I originally posted this in the forum http://drupal.org/node/652816 so I wouldn't have to bother you developers. However, I am stumped and need your help.
I've used Views before dozens of times, but I'm having an issue today and I can't figure out what's wrong. I'm assuming I'm overlooking something simple.
I have pages and blocks created with Views. I wish for all roles, including anonymous visitors, to see Views content. However, all users but anonymous users are able to see Views content.
I am using custom fields with CCK, so in permissions I have enabled 'view [the cck field]' across the board for all roles. I have also enabled 'access all views' for all roles. I have gone into the View to make sure 'Access: Unrestricted' is set.
Am I forgetting to check something?
The 'access content' permission is set for anonymous users too. Plus I cleared my cache and rebuilt my content access permissions. Neither did anything to help.
Is there anything else obvious I'm forgetting to do? Do you need any other information to see what is wrong?
Please and Thank You for any help you can offer!
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | views_export_12092009.txt | 28.45 KB | kitsunechan |
Comments
Comment #1
dagmarPlease, could you:
1) Export your view.
2) Give us a list of your installed modules and their versions
3) Did you clear your cache and your views cache?
4)
Did you mean Content Permissions Module?
Comment #2
kitsunechan commentedComment #3
kitsunechan commented[edited since content is now in a text file submitted in a later comment]
Comment #4
dagmarPlease edit your previous comment and enclose your view export between <code> </code> tags for easy reading.
Comment #5
kitsunechan commentedI tried that once already but the comment ends up blank.
Comment #6
kitsunechan commentedComment #7
dagmarThen re-export it and attach it to a txt file. It is very hard to read in text plain.
Comment #8
kitsunechan commentedattached
Comment #9
dagmarComment #10
apprayo commentedI have similar issue, but with Views 6.x-2.6. In my case, I have just found that the views permission settings conflicting with "Node Privacy by Role" module. The issue is solved when I uninstall that module.
I have seen your list of installed modules, and you don't have that module. But this might give you idea that another module with capability to set permissions can be the cause of your issue.
Comment #11
anoopjohn commentedI had the same problem in a site I was working on. I rebuilt the node permissions (from Site Configuration >> Post Settings) and the problem disappeared. I don't know how it started though. This happened on a live site so I did not have the luxury of time to try to find the cause of the problem.
Comment #12
corbacho commentedThanks anoophjohn.. it worked like a charm
Comment #13
anoopjohn commentedI think there could be something funny going on with the node access permissions that is causing this problem. I keep getting the problem on a regular basis these days. I have not figured out how to debug this yet as I am yet to see what really triggers this problem. By the time I see the symptom I have to fix it because it is a live site. Here is a discussion about this issue http://drupal.org/node/310555. Perhaps we should continue the discussions there.
Comment #14
esmerel commentedAppears to be a non-views issue