Page 1 of 1
Newsletter made simple: Unsubscribe still not working 1.0.1
Posted: Sun Feb 18, 2007 5:24 pm
by curana
Hi,
The unsubscribe-function is still not working for me on 1.0.4 and NMS 1.0.1
Always "Parameter missing"
What is wrong, what can I do?
Thanks for help!
EDIT: There is another problem: When I try to send an email, I get the error "form error".
Why does this happen? I thought its 1.0.1 but it cant send emails?
What am I doing wrong? I really need this module!!!
Re: Newsletter made simple: Unsubscribe still not working 1.0.1
Posted: Mon Feb 19, 2007 10:46 am
by curana
Ok, I modified it myself.
But to be honest, I wouldnt call the 1.0.1 "productive release"...

Re: Newsletter made simple: Unsubscribe still not working 1.0.1
Posted: Mon Feb 19, 2007 3:00 pm
by calguy1000
well, sending a diff, or submitting a patch to the forge would be nice. I've had other independent people test this module and have had no difficulties, so it must be something unique to your setup.
Re: Newsletter made simple: Unsubscribe still not working 1.0.1
Posted: Mon Feb 19, 2007 10:58 pm
by curana
Well, my setup is a standard 1.0.4 cmsms installation with no special modules installed. The only thing I added to the basic install is the NMS module.
I just used the simplest setup possible to add the functionality to give it a try but i couldnt un-register for the newsletter. "Not enough parameters". Problem here: The script is asking for a userid / uniqueid which is not given by a form which just contains an emailaddress. => changed this to check for the address instead of id.
And a lot more other things u hv to change manually if u want to use only 1 list and give no option to choose.
Example:
Sign off of a list means: deactivating. So you can never register for it again. U should add a checkup, if u really want to keep the address in ur list, then activate it again when there is a new request to register instead of "user already existing". I changed this to delete a user as I dont want 50 of 100 addresses to be deactivated instead of deleted by hand.
The other thing which I didnt figure out why, i just removed the functionality, was the template thing. You can use a template (HTML, Text etc), but when I use the Standard HTML which comes with the installation I get a "form error". Nothing else. So I picked "Text only" and it worked, why so ever. So I removed others from the list as I hv my own template anyway.
to be continued...
Maybe I will check again the standard installation and make some changes to make it work. If it helps I can try to point out the differences. We will see.
I would be interested in people who get it to work just with a standard installation. I want to know what I did wrong.
Re: Newsletter made simple: Unsubscribe still not working 1.0.1
Posted: Thu Mar 15, 2007 7:21 pm
by saltydog
I can confirm several discepancies on this module:
1. unsubscription issue. When the user unsubscribe, the entry has to be deleted otherwise he could never subscribe back again!
2. I still don't know how to handle the message composer. I always get a "Form error" back and I can use just the Text Only option, but FCKeditor will put in the mnessage a lot of html anyway. It is a mess that I don't know how to handle. I have also tried with ad hoc template, but still getting the error.
Please send the diff!
Re: Newsletter made simple: Unsubscribe still not working 1.0.1
Posted: Fri Mar 23, 2007 7:23 pm
by carasmo
I also get this same error
One or more required parameters are missing from the request. This action cannot proceed
Please send me instructions on the fix.
Re: Newsletter made simple: Unsubscribe still not working 1.0.1
Posted: Fri Mar 23, 2007 7:26 pm
by RonnyK
carasmo,
the only time I get the "Form error" is when I didn't fill "Preferences" not correctly, meaning no valid mail-account for the admin.
Ronny
Re: Newsletter made simple: Unsubscribe still not working 1.0.1
Posted: Fri Mar 23, 2007 7:30 pm
by carasmo
The email is a valid account on my server and I tried my gmail account too, nothing.
I still get:
Error!
One or more required parameters are missing from the request. This action cannot proceed
But this is only for unsubscribe, the subscribe works fine.
Re: Newsletter made simple: Unsubscribe still not working 1.0.1
Posted: Thu Apr 05, 2007 12:18 pm
by NomadSoul
curana wrote:I just used the simplest setup possible to add the functionality to give it a try but i couldnt un-register for the newsletter. "Not enough parameters". Problem here: The script is asking for a userid / uniqueid which is not given by a form which just contains an emailaddress. => changed this to check for the address instead of id.
hello curana,
Can you explain how you changed it to use e-mail instead of id (in unsubscribe form)?
Thank you very much.
[solved] Re: Newsletter made simple: Unsubscribe still not working 1.0.1
Posted: Sun Oct 07, 2007 10:48 pm
by NomadSoul
always the same problem with NMS 1.0.2 (cmsms 1.1.3.1 "Apia") ...
I get this message on unsubscribe form webpage:
Error!
One or more required parameters are missing from the request. This action cannot proceed
Someone can help, please?
Which file has to be modified?
EDIT: Finally, this method worked nice for me:
http://forum.cmsmadesimple.org/index.ph ... l#msg66352