Hello I recently upgraded from d5 to d6 and I came across this threat http://drupal.org/node/420250 the flag friend are not sending messages to accept the friend request. The question I have is were exactly in the flag.install page do I put the update?
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | flag_friend-mail.patch | 1002 bytes | sirkitree |
Comments
Comment #1
sirkitree commentedI'm not sure that anything needs done in Flag Friend itself? The issue you referenced should take care of itself within Flag module. Can you explain what this has to do with the messages going out?
Comment #2
younggun commentedOops so did I put this in the wrong threat? Well like I said I upgraded from d5 to d6 and when I go to a users page and click the accept friend tab nothing happens. No message is sent to accept or deny the friend request.
Comment #3
sirkitree commentedDo you have messaging/notifications installed? Flag friend uses those for the messages.
Comment #4
sirkitree commentedChanging title for accuracy.
Comment #5
sirkitree commentedActually hook_mail is implemented, so this should be working correctly. It is on my system.
Comment #6
younggun commentedyes I have the privtemsg module install. Is there a separate module for notifications?
Comment #7
sirkitree commentedI didn't mean privatemsg - messaging (http://drupal.org/project/messaging) and notifications (http://drupal.org/project/notifications)
But see my last update, regular mail should work.
Comment #8
younggun commentedOk I don't have regular mail on my site is there a module for that or is that something that comes with d6?
Comment #9
sirkitree commentedIt's a basic php operation. Your server must be setup to send mail, but that is beyond what I can support here.
Is your system sending out emails at all?
Comment #10
younggun commentedyes it is. I set up some test accounts and I received a conformation emails..
Comment #11
sirkitree commentedOk, so this was definitely a bug in the module. We weren't checking for the user access correctly and hence the mail was not being sent out.
Please be aware that in order for mail functionality to work correctly you must have given your users the access permission of 'receive friend email notification'.
This patch fixes this.
Comment #12
sirkitree commentedTagging for port to 6--2
Comment #13
sirkitree commentedCommitted. http://drupal.org/cvs?commit=363348