acl_edit_form is calling _acl_edit_form, which is undefined. I get this by going to the 'Access Control' node tab supplied by content_access.module.

When I remove that extraneous underscore, I still get WSOD on that content_access node tab.

I had to roll back to Beta3.

Comments

salvis’s picture

Status: Active » Postponed (maintainer needs more info)
function acl_edit_form($acl_id, $label = NULL, $new_acl = FALSE) {
  module_load_include('admin.inc', 'acl');
  return _acl_edit_form($acl_id, $label, $new_acl);
}

loads acl.admin.inc, which has _acl_edit_form(). I wonder why this is not working for you???

jody lynn’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Thanks. This was our fault then- looks like the new acl.admin.inc didn't survive our CVS update/svn commit routine.

salvis’s picture

Category: bug » support
Status: Closed (fixed) » Fixed

Good, thanks for letting us know!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.