bug in version 1

I has anyone seen this error message before? I try to connect to the URL admin to change some configs but this keeps coming up. I've tried restarting the server but nothing. Is there anything I can do other than upgrade at this point? Thanks
Bug in Mailman version 1.0
We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks!
Traceback:
Traceback (innermost last):
File "/export/home/mailman/scripts/driver", line 112, in run_main
main()
File "/export/home/mailman/Mailman/Cgi/listinfo.py", line 40, in main
FormatListinfoOverview()
File "/export/home/mailman/Mailman/Cgi/listinfo.py", line 88, in
FormatListinfoOverview
l = MailList.MailList(n, lock = 0)
File "/export/home/mailman/Mailman/MailList.py", line 61, in __init__
self.Load()
File "/export/home/mailman/Mailman/MailList.py", line 806, in Load
raise Errors.MMBadListError,
MMBadListError: Unmarshaled config info is not a dictionary

On Thu, Aug 31, 2000 at 04:37:02PM -0400, Michael Curtin wrote:
I has anyone seen this error message before? I try to connect to the URL admin to change some configs but this keeps coming up.
[...]
File "/export/home/mailman/Mailman/MailList.py", line 806, in Load raise Errors.MMBadListError,
MMBadListError: Unmarshaled config info is not a dictionary
I've not seen the error, but it looks like the config.db for the list has become corrupt. (Does the list otherwise work?) Does restoring an older config.db help?
participants (2)
-
Jim Tittsler
-
Michael Curtin