#1765 closed defect (bug) (duplicate)
bug: error-message / new Group-Creation / invite friends
Reported by: | erich73 | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
I just received an error-message (see Screenshot attached:
description of what I did:
I just created a new Group at testbp.org .
But I only comleted the first step of creating the Group. I did not continue to the second-Tab of "Group Settings".
Then I invited friends from my Friends-List at the Tab "Invite Friends".
see this error-message:
string(19) "apeatling@…" string(77) "[Test Drive BuddyPress] You have an invitation to the group: "group creation"" string(426) "One of your friends erich73 has invited you to the group: "group creation". To view your group invites visit: http://testbp.org/members/andy/groups/invites To view the group visit: http://testbp.org/groups/group-creation/ To view erich73's profile visit: http://testbp.org/members/erich73/ --------------------- To disable these notifications please log in and go to: http://testbp.org/members/andy/settings/notifications/"
Attachments (2)
Change History (5)
#3
@
15 years ago
This isn't an error. It's a result of debugging code. The invite email is displayed on-screen instead of sending an email, so you don't end up with an inbox full of needless emails, but you get to see if the right information is making it to right function. Someone just forgot to remove the offending line of code before committing it.
See #1760