Closed (duplicate)
Project:
Flexifilter
Version:
6.x-1.1-rc1
Component:
User interface - Admin pages
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2008 at 06:20 UTC
Updated:
12 Oct 2008 at 10:37 UTC
Flexfilter managed to create 3 samples (I had check/unchecked and saved prefereneces under modules 3 times).
Mediawiki Format This is an example format which provides a wikimedia-style input format. Edit Delete Disable
Mediawiki Format This is an example format which provides a wikimedia-style input format. Edit Delete Disable
Mediawiki Format This is an example format which provides a wikimedia-style input format. Edit Delete Disable
Say I click Edit, Disable or Delete, then I get: Access denied
You are not authorized to access this page. ... and I am admin.
Some clues would be interesting, thank you,
Paul
Comments
Comment #1
avpadernoThis is a problem with the definition of the menu/page done inside
hook_menu(), which forgets to include the access permissions; see #313337: Access denied for UID 1 for a patch to resolve the issue.Comment #2
avpadernoComment #3
avpadernoMarking this issue as a duplicate of #313337: Access denied for UID 1; the problem is the lack of access permission definition for the menus used by the module.