I just installed menu token and I get this error in the "edit menu link" screen:
The path 'user/[user-id]/edit/personal_data' is either invalid or you do not have access to it.

I know, that Drupal 6 shows a checkbox with the option "Use tokens in path" below path but not Drupal 7. That's maybe the problem?

For more details see attach.

CommentFileSizeAuthor
bug menu token.png30.36 KBYannakis

Comments

chriz001’s picture

subscribe

mortona2k’s picture

Same problem here.

Anonymous’s picture

same problem

jazzitup’s picture

Notice for D6:
=========
Path A: /user/[user-id]/orders {The path '/user/[user-id]/orders' is either invalid or you do not have access to it.}
Path B: user/[user-id]/orders {Success!}

dealancer’s picture

Status: Active » Closed (fixed)

This issue have been fixed in http://drupal.org/node/1067522.

Anonymous’s picture

Anonymous’s picture

What about D6 ? The bug still exist in this version. The solution on #4 doesn't work for me.

planctus’s picture

For drupal 6:
user/[user-id] does work.
user/[user-name] doesn't.

But the second one is pretty useless since drupal aliases the path /user/uid with /user/name.
I don't know what about subpaths, i just needed a simple link to the user profile.
Da.

spyderpie’s picture

Yes - I've tried this as well in Drupal 6 and it doesn't work for me either.

users/[user-name]

or [user-name]

Peace,
Julie