Closed (fixed)
Project:
ACL
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Feb 2009 at 03:53 UTC
Updated:
3 Apr 2010 at 16:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
jannalexx commentedbug reproduced in a clean installation, details in the views thread, seems to be an acl issue, if so we will move it here
Comment #2
salvisWhat exactly are you trying to accomplish with ACL? ACL is an infrastructure module — it doesn't do anything if you install it by itself. You need another module (like Forum Access, for example) that will make use of ACL before you get any benefit from it.
Comment #3
jannalexx commentedI can try to explain what I will to do with acl but not really the issue right now. It has to do with galleries per content type with special rights to users
just enabling acl and views 2 you can reproduce the issue in a clean installation, strange but simple as that
try to build a view like this one:
Comment #4
salvisThen please try to enable some other node access module (such as Content Access) and Views 2, without ACL.
Have you checked whether you can see the other nodes outside of Views 2? What happens if you change the page size to 1 or to 3?
Comment #5
jannalexx commented! Content Access : YES same issue exactly, that means there may be a connected, relevant behavior inside those modules
even in preview mode views2 can reproduce the bug
anything else seems normal, page size seems irrelevant as checked in different circumstances
Comment #6
salvisOk, back to #366419: No pager in individual "Node ID from URL" imagefield views (for a per node gallery view)...
Comment #7
jannalexx commentedMore info. modules Taxonomy Access Control Lite http://drupal.org/project/tac_lite
and Taxonomy Access Control http://drupal.org/project/taxonomy_access
same behavior after rebuilding permissions
Comment #8
jannalexx commentedexperimental solution:
http://drupal.org/node/366419#comment-1233418
Comment #9
salvisAh, thanks. This definitely confirms that it's an issue between Views 2 and the node access mechanism in core, which is activated by installing any node access module.
Comment #11
RikiB commentedSorry for re-opening this but this is still a real issue and Ive tried every patch I could find for days and nothing seems to fix it. My steps to reproduce this is very simple, hopefully someone can provide a solution with Drupal 6.16
1. Installed a fresh copy of Drupal 6.16
2. Install views module
3. create a node and add 5 comments.
4. Create a view and add Comment: Body into the Fields and Node: Nid as a filter or argument. Also set use pager to Mini and Items per page to 2. Preview the view and notice a pager is at the bottom (works as expected).
5. Install ACL and Rebuild Permissions
6. Preview the view again and notice the pager is gone.
Installing ACL by itself wont cause the pager to disappear, but as soon as you rebuild permissions it will disappear. Does anyone have any any ideas on how to solve this?
Comment #12
salvisSee #9.
Remove ACL and install any other node access module, do the rebuild, and you'll see the same behavior.
If it really still is an issue, then it's an issue between core and Views.