×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Errors displayed when logged in and subscribed

Errors displayed when logged in and subscribed 7 years 8 months ago #34671

  • Ali Samii
  • Ali Samii's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
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.

Errors displayed when logged in and subscribed 7 years 8 months ago #34674

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
What have you entered in the mapping field? It seems that it generates an error?
  • Page:
  • 1
Time to create page: 0.105 seconds