Hi,
I have installed the latest version of CMC and set up the system properly.
I did a test subscribe to make sure the subscribe requests were being received properly and that the success message was being displayed properly. Everything worked fine.
I then logged into my site with my username and and password (on the joomla instance) and rather than getting a message where the CMC module is published telling me that I have not confirmed my subscription, I am getting errors:
Notice: Undefined offset: 1 in /Volumes/sites/clients/wway/public/modules/mod_cmc/helper.php on line 89
Notice: Undefined offset: 1 in /Volumes/sites/clients/wway/public/modules/mod_cmc/helper.php on line 98
The lines referred to in the two errors are below, starting with line 89:
if (strstr($map[1], ':'))
{
$parts = explode(':', $map[1]);
$field = explode(' ', $user->get($parts[0]));
$value = trim($field[(int) $parts[1]]);
}
else
{
$value = $user->get(trim($map[1]));
}
Below those errors, I see the notice saying that my subscription isn't verified.
Please advise.