I have 1.5.1 and am trying the latest release for chronofirms.
Mu probem is that the emails sent to the registering person contain nothing but SEND_MSG_ACTIVATE and the admins get an empty message with SEND_MSG_ADMIN in it.
Line 245 of cf_joomla_registration.php is:
$message2 = sprintf ( JText::_( 'SEND_MSG_ADMIN' ), $row->name, $sitename, $name, $email, $username);
If this is followed by echo $message2 to debug the statement it produces:
SEND_MSG_ADMIN
and not the message
Any ideas? I checked the language files and SEND_MSG_ADMIN is defined.
James
