unsubscribes, but shows error
Posted: Sat Dec 22, 2007 12:31 am
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