I have enabled the Content Access module and granted the manager Role permissions to "grant content access" and to "grant own content access". I then navigated to Admin/content types/ and clicked on the edit link for Book Page. I then selected the checkboxes for read and delete permissions. However, on any tab I click 'Access Control' on, I get a blank white screen. Please help... Granular access control in Drupal is driving me mad...

Comments

fago’s picture

the grant content access permissions are only for the access control tab of nodes, if you have enabled per node access control. On which tab do you get the white screen? Have you enabled php errors? Have a look in your drupal log if you can find a php error.

kpm’s picture

Solved this problem. No error logs in the Drupal logs, but Apache Error Log reads:
PHP Fatal error: Call to undefined function acl_get_id_by_name() in C:\\www\\drupal\\sites\\all\\modules\\content_access\\content_access.module on line 107, referer: http://intranet/node/12
I deleted the ACL from modules and downloaded a fresh copy. Attempted again and was taken to the proper page rather than a blank page.
Thanks for the help Fago... I must remember to check those logs before posting and cluttering up these support pages unnecessarily. My apologies.

fago’s picture

Status: Active » Fixed

no problem.

Anonymous’s picture

Status: Fixed » Closed (fixed)
Anonymous’s picture

Can you please tell me what ACL stands for? Thanks

kpm’s picture