The links sent in email when a friend request is sent are not proper. Clicking on the link causes 404 Page not found error.

I got following mail when a friend request was sent.
xyz added you as a friend. Visit the following link to respond
to this request:
http://example.com/connections/received

I think the URL is not properly expanded.

Comments

savedario’s picture

I have the same problem.

After looking at the code, I noticed that the email are composed with what looks like an old path.
There are in fact a few views that are disabled but marked as "Old style friendlist view. Included for backwards compatibility "
If those are enabled, the URL in the email works, but it's clearly an issue with the code that composes the email message not updated with the latest changes.

carrierawks’s picture

Priority: Normal » Major

I am having the same problem too, wish I could figure out how to get it to work right.

savedario’s picture

As I mentioned in #1, you could enable the old-style views that have a path matching the one in the emails.
I chose (sigh) to manually fix the code so that the URL in the emails is the correct one.