Due to changes in Drupal 6.2, menu now does not inherit permissions from their parents. This makes menus without permission to be inaccessible in Drupal 6.2 (HTTP 403 even with user 1). Adding access arguments to every menu item, not only the parent, will solve the problem.

CommentFileSizeAuthor
flexifilter-6.2.txt3.08 KBLeonth

Comments

cwgordon7’s picture

Is this not already in the dev version?

Leonth’s picture

Version: 6.x-1.1-rc1 » 6.x-2.x-dev
Status: Needs review » Fixed

Sorry for the delayed response and for not checking out the dev version first... Actually you really need to release another RC, because the last one does not work with Drupal 6.2.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

avpaderno’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev
Status: Closed (fixed) » Active

It can be fixed in the 6.x-2.x development snapshot, but that version is suggested to not be used.
A fix for a 6.x-2 branch should be ported to the 6.x-1 branch too, normally.

avpaderno’s picture

Version: 6.x-1.x-dev » 6.x-1.1-rc1

The development snapshots are not even visible in the module page. I would think that in this case the issue should be reported for the release 6.x-1.1-rc1.

avpaderno’s picture

Title: 6.2 Menu Permission » Menu permission for Drupal 6.2 or higher

The issue needs also to be fixed for the 6.x-1.x-dev snapshot, indeed.

avpaderno’s picture

Status: Active » Closed (duplicate)

Setting this as a duplicate of #247416: Missing options and Access Denied error when editing filters, which should really have a different title.