I posted an issue over at the path_access module issue queue: http://drupal.org/node/1418902. It says:
I cannot access the edit page of all my menu links, when path access is enabled. If I disable Path Access then everything works fine.

However on a clean install this bg doesn't appear?

But this seems to be a path access issue, as disabling exactly "Path access" makes it work again.

The thing is that once the path access module is enabled in the database table "menu_router" every item gets its access_callback entry changed to the "_chain_menu_access_callback". This causes every menu item to become access denied (in my drupal configuration with 33 modules enabled) even for admins.

As said if you do all this in a fresh drupal install everything works fine. But there must be something in the _chain_menu_access_callback that causes this...

Any help very appreciated!

Comments

salvis’s picture

Status: Active » Closed (works as designed)

Other client modules manage to use CMA without causing this problem. It's unlikely that this is a CMA issue.

Please pursue this in #1418902: Enabling path access causes "Access denies" on the edit page of EVERY menu link.

Also consider flushing the menu cache.