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!!!
Newsletter made simple: Unsubscribe still not working 1.0.1
Newsletter made simple: Unsubscribe still not working 1.0.1
Last edited by curana on Sun Feb 18, 2007 6:31 pm, edited 1 time in total.
Re: Newsletter made simple: Unsubscribe still not working 1.0.1
Ok, I modified it myself.
But to be honest, I wouldnt call the 1.0.1 "productive release"...
But to be honest, I wouldnt call the 1.0.1 "productive release"...
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Newsletter made simple: Unsubscribe still not working 1.0.1
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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Newsletter made simple: Unsubscribe still not working 1.0.1
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.
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
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!
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
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.
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
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
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
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.
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
hello curana,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.
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
always the same problem with NMS 1.0.2 (cmsms 1.1.3.1 "Apia") ...

I get this message on unsubscribe form webpage:
Which file has to be modified?
EDIT: Finally, this method worked nice for me:
http://forum.cmsmadesimple.org/index.ph ... l#msg66352
I get this message on unsubscribe form webpage:
Someone can help, please?Error!
One or more required parameters are missing from the request. This action cannot proceed
Which file has to be modified?
EDIT: Finally, this method worked nice for me:
http://forum.cmsmadesimple.org/index.ph ... l#msg66352
Last edited by NomadSoul on Sun Oct 07, 2007 11:47 pm, edited 1 time in total.

