Active
Project:
Manage Multiple Terms
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 May 2014 at 07:05 UTC
Updated:
12 Feb 2015 at 03:35 UTC
Jump to comment: Most recent
Comments
Comment #1
codenamerhubarb commentedI had the same issue but was able to fix it by changing line 10 of manage_multiple_terms.module from:
'access arguments' => array('administer'),
to
'access arguments' => array('administer taxonomy'),
and making sure my user role has the "Administer vocabularies and terms" permission checked.