Hi,

I have built a site with several basic pages and several views pages. I am trying to use this module to restrict access to one of the basic pages. Unfortunately it seems to partially restrict access to my views pages as well. Anonymous users can only see the first page of results on all the views pages. They cant see the pager and therefore cant get to the next pages.

I am quite new to Drupal, so this could be something i have done wrong, but I am quite sure it's not. I have tried the new views integration patch here: http://drupal.org/node/1035220, but this gave me all kind of errors like this:

Warning: include_once(C:\Program Files\wamp\www\Century\sites\all\modules\node_privacy_byrole\node_privacy_byrole.module) [function.include-once]: failed to open stream: Permission denied in drupal_load() (line 933 of C:\Program Files\wamp\www\Century\includes\bootstrap.inc).
Warning: include_once() [function.include]: Failed opening 'C:\Program Files\wamp\www\Century/sites/all/modules/node_privacy_byrole/node_privacy_byrole.module' for inclusion (include_path='.;C:\php\pear') in drupal_load() (line 933 of C:\Program Files\wamp\www\Century\includes\bootstrap.inc).
Warning: include_once(C:\Program Files\wamp\www\Century\sites\all\modules\node_privacy_byrole\node_privacy_byrole.module) [function.include-once]: failed to open stream: Permission denied in drupal_load() (line 933 of C:\Program Files\wamp\www\Century\includes\bootstrap.inc).
Warning: include_once() [function.include]: Failed opening 'C:\Program Files\wamp\www\Century/sites/all/modules/node_privacy_byrole/node_privacy_byrole.module' for inclusion (include_path='.;C:\php\pear') in drupal_load() (line 933 of C:\Program Files\wamp\www\Century\includes\bootstrap.inc).

Not sure whether this was the patch I needed anyway?

Has anyone had the same issue? Can anyone help me?

Thanks

Rory

Comments

gargoyle’s picture

I can confirm I am getting the same "disappearing pager" when I activate this module and try to restrict a page type that is being listed by a view.

rorydflynn’s picture

Anyone figured out a solution for this problem yet?