On Wed, Jan 19, 2011 at 01:43:09PM -0800, Mark Sapiro wrote:
> Joshua J. Kugler wrote:
> ....
> Yes, my bad. So, back to the original issue.
> 
> I suspect this error occurs because somehow this list's language has
> been set to a list of languages rather than a single language.
> 
> If you view the source of the list's listinfo page, you should see near
> the end something like
> 
>       <FORM Method=POST ACTION="../options/LISTNAME">
>       To unsubscribe from LISTNAME, get a password reminder,
>         or change your subscription options enter your subscription
>         email address:
>         <p><center> <INPUT name="email" type="TEXT" value="" size="30"
> >  <INPUT name="UserOptions" type="SUBMIT" value="Unsubscribe or edit
> options" ><INPUT name="language" type="HIDDEN" value="en" ></center>
> If you leave the field blank, you will be prompted for
>         your email address
>               </FORM>
> 
> What is the value in the <INPUT name="language" type="HIDDEN" value= >
> element?

Ah, that gave me the clue to find it ....

The form at the bottom of the page had become 2 overlapping forms,
so looking at (near the bottom):

        /listinfo.html

I saw:

      <TD COLSPAN="2" WIDTH="100%">
        <MM-Options-Form-Start>
        <MM-Editing-Options>
         <p>
        <MM-Roster-Form-Start>
        <MM-Roster-Option>
        <MM-Form-End>
        <p>
        <MM-Form-End>
      </td>

Once I fixed it to:

      <TD COLSPAN="2" WIDTH="100%">
        <MM-Options-Form-Start>
        <MM-Editing-Options>
        <MM-Form-End>
        <p>
        <MM-Roster-Form-Start>
        <MM-Roster-Option>
        <MM-Form-End>
      </td>

It all worked.

So the problem was that there were 2 elements called 'language' in the form.
Many thanks for the clue.

Regards

-- 
Alain Williams
Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT 
Lecturer.
+44 (0) 787 668 0256  http://www.phcomp.co.uk/
Parliament Hill Computers Ltd. Registration Information: 
http://www.phcomp.co.uk/contact.php
#include <std_disclaimer.h>
------------------------------------------------------
Mailman-Users mailing list [email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to