unsubscribes, but shows error
Moderator: moderator
unsubscribes, but shows error
Short version, unsubscribe occurs, but error form is shown.
Running 5.3.1
The unsubscribe link in email is correct, and user can unsubscribe... http://...../r.html?uid=1.1g.6.6w.a0jyr9o055
But the error form shows, no matter what - I see in stderr log that there is an "Action Result: False" happening immediately after the "Action Result: True" of unsubscribing. Only one unsubscribe action shows up in mysqlbinlog.
Unsubscribe action is as described in manual, and the form is as well-
<form action="form.do" method="post">
<input type="hidden" name="agnCI" value="1">
<input type="hidden" name="agnFN" value="UnsubscribeQuery">
<input type="hidden" name="agnUID" id="param" value="$!agnUID">
Do you really want to unsubscribe from the mailing list?<br>
<input type="reset" value="Cancel">
<input type="submit" value="Unsubscribe">
</form>
I
Running 5.3.1
The unsubscribe link in email is correct, and user can unsubscribe... http://...../r.html?uid=1.1g.6.6w.a0jyr9o055
But the error form shows, no matter what - I see in stderr log that there is an "Action Result: False" happening immediately after the "Action Result: True" of unsubscribing. Only one unsubscribe action shows up in mysqlbinlog.
Unsubscribe action is as described in manual, and the form is as well-
<form action="form.do" method="post">
<input type="hidden" name="agnCI" value="1">
<input type="hidden" name="agnFN" value="UnsubscribeQuery">
<input type="hidden" name="agnUID" id="param" value="$!agnUID">
Do you really want to unsubscribe from the mailing list?<br>
<input type="reset" value="Cancel">
<input type="submit" value="Unsubscribe">
</form>
I
Last edited by obs on Fri Jan 04, 2008 2:19 am, edited 1 time in total.
I'm not sure where my error is then - simply going to the unsubscribe link in email results in unsubscribe action.
The form UnsubscribeQuery has the action of "Unsubscribe" selected above the Success Form box. No other action selected for Error Form.
If I select "No Action" for both action pulldowns, then no actions are taken - no unsubscribe occurs, in other words.
Action "Unsubscribe" has just one step selected - "Unsubscribe".
The form UnsubscribeQuery has the action of "Unsubscribe" selected above the Success Form box. No other action selected for Error Form.
If I select "No Action" for both action pulldowns, then no actions are taken - no unsubscribe occurs, in other words.
Action "Unsubscribe" has just one step selected - "Unsubscribe".