Hi,
We added subscribers from en external shop plugin.
to Version 1.5.9 of Satollo Newsletter we use:
newsletter_subscribe($email, $vname, $name)
and from the Version 2.5.0:
$_REQUEST[‘na’] = ‘s’;
$_REQUEST[‘nn’] = ‘vname’;
$_REQUEST[‘ns’] = ‘name’;
$_REQUEST[‘ne’] = ’email’;
$newsletter->hook_init();
But in the new Version this code did not work.
It breaks up with: “No User” and it is not catchable.
Is there a bug oder is the request wrong?
Regards
Klaus