Node without View/Edit Permissions
| Project: | node privacy byrole |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active (needs more info) |
Jump to:
I am using Drupal 6.2. I installed node privacy byrole and one of my pages did not display the "View/Edit Permissions" section of the editor. When I checked the database the node had all flags set to 0. All other nodes behaved correctly. The node in question was not addressable by the annomous user. The only way I was able to get it to display correctly was to login as the first user. Under that user the "View/Edit Permissions" section was displayed and I was able to set the permissions for the node so that annomous users could see it.
The database for that node had grant_view, grant_update and grant_delete set to 0 for all records for that node.

#1
You probably need to edit that content type to grant permission for your normal role to edit permissions on that node type (something like admin/content/node-type/page) in the collapsed fieldset named Node privacy by role. Please verify you have done that already.