Hi guys I had everything up and running for mailman untill I encountered this problem yesterday. I am trying to access the admin pages for one of the lists that I created. It prompts me for a password and then I enter the admin password for that list and then it gives me the error: Bug in Mailman version 2.0.12
We're sorry, we hit a bug! Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been explicitly inhibited, but the webmaster can find this information in the Mailman error logs. When I look at the error log I see the following error: Type Error:not enough arguments for format string and the detailed log is below. admin(5878): [----- Mailman Version: 2.0.12 -----] admin(5878): [----- Traceback ------] admin(5878): Traceback (innermost last): admin(5878): File "/home/mailman/scripts/driver", line 96, in run_main admin(5878): main() admin(5878): File "../Mailman/Cgi/admin.py", line 173, in main admin(5878): FormatConfiguration(doc, mlist, category, category_suffix, cgid ata) admin(5878): File "../Mailman/Cgi/admin.py", line 328, in FormatConfiguration admin(5878): form.AddItem(FormatOptionsSection(category, mlist, cgi_data)) admin(5878): File "../Mailman/Cgi/admin.py", line 345, in FormatOptionsSection admin(5878): options = GetConfigOptions(mlist, category) admin(5878): File "../Mailman/Cgi/admin.py", line 977, in GetConfigOptions admin(5878): return mlist.GetConfigInfo()[category] admin(5878): File "/home/mailman/Mailman/MailList.py", line 350, in GetConfigI nfo admin(5878): config_info['digest'] = Digester.GetConfigInfo(self) admin(5878): File "/home/mailman/Mailman/Digester.py", line 44, in GetConfigIn fo admin(5878): return [ admin(5878): File "/home/mailman/Mailman/Utils.py", line 502, in maketext admin(5878): text = template % SafeDict(dict) admin(5878): TypeError: not enough arguments for format string could someone please help me with this, I have been struggling to flook up in the archives and couldnt find anything. thanks raghu ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
