Active
Project:
Taxonomy Access Control
Version:
7.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2012 at 14:56 UTC
Updated:
9 Dec 2014 at 21:52 UTC
Jump to comment: Most recent
Comments
Comment #1
Putr commentedFound some more data:
Errors just b4 the 403 error (all with the same URL as the 403)
Notice: Undefined index: access in _menu_translate() (line 792 of /var/www/www.petrol.si/webdir/includes/menu.inc).
Notice: Undefined index: access in menu_get_item() (line 478 of /var/www/www.petrol.si/webdir/includes/menu.inc).
Notice: Undefined index: access in menu_execute_active_handler() (line 513 of /var/www/www.petrol.si/webdir/includes/menu.inc).
Comment #2
wranvaud commentedI'm having the same issue, also using postgres, and I just changed lines 152-153 in taxonomy_access.module in order to bypass access callback during development (do not leave this in production as it grants access to the module configuration also to anonymous users):