Active
Project:
FriendList
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2010 at 12:36 UTC
Updated:
22 Jun 2012 at 10:05 UTC
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
Comment #1
savedario commentedI 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.
Comment #2
carrierawks commentedI am having the same problem too, wish I could figure out how to get it to work right.
Comment #3
savedario commentedAs 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.