Closed (fixed)
Project:
Rename Admin Paths
Version:
7.x-2.0-alpha1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2011 at 12:20 UTC
Updated:
17 Jan 2012 at 21:38 UTC
renaming admin-path to "backend" works fine .... seems at least it works flawless.
but renaming user-path to "member" does not work at all for me. am i the only one? when clicking on user links i end upp with 404 errors all the time
Comments
Comment #1
raphael apard commentedHi and thx for reporting
Normally, version 7.x-2.0 works fine for user section.
Comment #2
bavarian commented1 - YES, I can access mysite/member/1/edit
2 - 404 here ...
in mysite/backend/people there is a list of users. mouse of a user shows a link like mysite/users/name-of-user and clicking name-of-user brings a 404error
same with the edit-links under operation on mysite/backend/people that look like myseite/members/name-of-user/edit?destination=admin/people ... even here 404error
3 - had used older and dev versions before but unsinstalled everything several times ...
4 - not using overlay
5 - lots of other modules ...
Comment #3
raphael apard commentedIt's problem with url alias.
You have an url alias "myseite/members/name-of-user" redirecting to "myseite/user/uid" and the module redirects it to 404.
You can't edit existing system path of alias to set "myseite/member/uid" because it will be automaticly converted to ""myseite/user/uid".
I will check what i can do for this issue as soon as possbile.
Comment #4
raphael apard commentedComment #5
raphael apard commentedFixed in 7.x-2.0-alpha2.