Closed (duplicate)
Project:
me aliases
Version:
6.x-2.7
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2009 at 09:45 UTC
Updated:
2 May 2011 at 22:25 UTC
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
Comment #1
cdale commentedWhich 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.
Comment #2
grzegorz.bartman commentedI 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?
Comment #3
grzegorz.bartman commentedit was my mistake, i overwrite $user variable in some module
Comment #4
dotidentity commentedFixed my own problem
Comment #5
abaddon commentedhttp://drupal.org/node/510866