The user/uid/edit and views pages with user/uid/blog are not aliasing. My pathauto is configured for user/uid => profile/username.

Cleared cache. Inserted code into path.inc (cleared cache again). Other ideas?

Comments

rdeboer’s picture

Hi hellomobe,
I had a look and you may be on to something.
For now at Configuration >> URL aliases aka ../admin/config/search/path introduce one more alias: "profile" for system path "user".
That will probably do the trick.
Let me know how you go.
Rik

hellomobe’s picture

That did the trick, thank you. Sorry I didn't think of it first, but hopefully it will also help someone else.

BeaPower’s picture

But then the user id doesn't show. How can this be fixed. I'm getting members/messages instead of members/lana/messages

jim_at_miramontes’s picture

I'm getting the same thing here -- no aliasing of user paths, and, as @BeaPower says, aliasing "profile" for "user" produces the wrong thing. Any hope here?

jim_at_miramontes’s picture

Progress, in a couple of different ways:

* Having just upgraded to PHP 5.4, I was having some runkit problems, which certainly got in the way of the module working. @BeaPower, you should look into the status of the PECL runkit on /admin/reports/status.

* But, beyond that, I started digging into the code to see why it wasn't working, and finally got them resolved (at least, it's now working the way it seems like it should. I've filed this as a separate issue: http://drupal.org/node/1719858 . There may be something there that would be helpful.

rdeboer’s picture