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

raphael apard’s picture

Hi and thx for reporting

Normally, version 7.x-2.0 works fine for user section.

  • Can you access to : yoursite/member/1/edit ?
  • Which user links end up with 404 ?
  • Have you previously installed an older version ?
  • Are you using overlay ?
  • What other modules are you using ?
bavarian’s picture

1 - 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 ...

raphael apard’s picture

It'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.

raphael apard’s picture

Status: Active » Needs work
raphael apard’s picture

Status: Needs work » Closed (fixed)

Fixed in 7.x-2.0-alpha2.