On Sun, 2003-12-21 at 07:13, [EMAIL PROTECTED] wrote: > While trying to configure a new mailman install, I'm getting an error > message on the mailman webpage (.../mailman/listinfo) which says: > > <snip> > Bug in Mailman version 2.0.13 > > 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. > </snip> > > How do we uninhibit a traceback? > > Or, if someone knows why I'm getting this error, I'll take that too. > > > Thanks >
This is a very common problem and is most likely a configuration problem. If you installed from source then look at your web server and find out which group it runs as, then run the ./configure with the switch: --with-cgi-gid=<webserver group's ID> This is well documented in Mailman's README files. After you resolve that problem you may wish to look in the FAQ: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.014.htp > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py ------------------------------------------------------ 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/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
