This is the message that members get when they try to send a message to another member. Has anyone ever seen this? Any fixes?
_COMPOSE_REJECT_MEMBER_NOT_FOUND
This is the message that members get when they try to send a message to another member. Has anyone ever seen this? Any fixes?
_COMPOSE_REJECT_MEMBER_NOT_FOUND
Version 6.1.4
What version of aeDating? And patch?
Also, did you do an upgrade from a previous release?
Smoge
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
haven't done the upgrade. aed said they would work on it. They did now members get a new message.
Failed to send message to one or more recipients.
I was told to upgrade to Dolphin to repair it.
Version 6.1.4
I know you run v4.0 - but what patch is it?
Anyways, in v4.0.2, the only code that shows this string is on line #118 in compose.php
So, perhaps it's pretty isolated - and could be easily troubleshooted.PHP Code:if(!$recipient && $recipientID)
{
$ret = "<table width=".(strstr($content_w,'%') ? $content_w : $content_w-20)." cellpadding=4 cellspacing=4><td align=center class=text>";
$ret .= _t("_COMPOSE_REJECT_MEMBER_NOT_FOUND");
$ret .= "</td></table>";
return $ret;
}
Smoge
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks