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.
| Comment | File | Size | Author |
|---|---|---|---|
| bug menu token.png | 30.36 KB | Yannakis |
Comments
Comment #1
chriz001 commentedsubscribe
Comment #2
mortona2k commentedSame problem here.
Comment #3
Anonymous (not verified) commentedsame problem
Comment #4
jazzitup commentedNotice 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!}
Comment #5
dealancer commentedThis issue have been fixed in http://drupal.org/node/1067522.
Comment #6
Anonymous (not verified) commentedComment #7
Anonymous (not verified) commentedWhat about D6 ? The bug still exist in this version. The solution on #4 doesn't work for me.
Comment #8
planctus commentedFor 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.
Comment #9
spyderpie commentedYes - 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