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

avpaderno’s picture

Title: Initial set up of Flexfilters fails by removing permissions from admin. » Module fails by removing example flexifilters.

This 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.

avpaderno’s picture

Title: Module fails by removing example flexifilters. » Module fails removing example flexifilters.
avpaderno’s picture

Status: Active » Closed (duplicate)

Marking 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.