Download & Extend

Links in Email sent are not proper.

Project:FriendList
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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.