Posted by kaay on October 23, 2009 at 9:45am
Jump to:
| Project: | me aliases |
| Version: | 6.x-2.7 |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
Hi
when I write:
user/me/edit (it take me to user user account edit page, which is fine)
But when I write:
user/me/edit/photos (it shows error: PAGE NOT FOUND)
Please explain what i am doing wrong or missing. thanks
Comments
#1
Which module provides the user/[uid]/edit/photos path? It's most likely a problem there with that module using arg(). I am looking at a catch all solution, but I'm not sure when this will be ready.
#2
I have similar problem with this module. I'm using content profile module, this module adds tabs on profile page. When i trying to open page user/me/profile/profile or user/me/profile/user_avatar (profile and user_avatar are node content type marked as content profile) i get error "Access denied. You may need to login below or register to access this page" and i'm logged out.
Modules version:
Content Profile: 6.x-1.0-beta4
me aliases: 6.x-2.7
Does anyone is using this module with content_profile?
#3
it was my mistake, i overwrite $user variable in some module
#4
Fixed my own problem
#5
http://drupal.org/node/510866