System Debian stable.
ich habe mir ezmlm-browse installiert und will damit jetzt meine Mailinglisten "durchbrowsen" ;-)
Das Problem ist, dass das Script (liegt in /usr/lib/cgi-bin, Debian halt) mir die Indexseite noch anzeigt, beim Klick auf eine Mailingliste aber
Code: Select all
Traceback (most recent call last):
File "main.py", line 54, in main
eza = ezmlm.EzmlmArchive(form[LISTDIR])
File "ezmlm.py", line 135, in __init__
self.months = os.listdir(os.path.join(self.archdir, 'threads'))
OSError: [Errno 13] Permission denied: '/var/vpopmail/domains/xxxxxx.de/we-planung/archive/threads'
Nächster Schritt: Probehalber mal ein chmod 777 auf den Verzeichnispfad. Siehe da, es klappt... Denkste. Neue Fehlermeldung:
Code: Select all
Traceback (most recent call last):
File "main.py", line 55, in main
eza.set_months(form)
File "ezmlm.py", line 139, in set_months
firstmonth = int(self.months[0])
IndexError: list index out of range
Kann mir jemand helfen?
Danke schonmal,
Dominik
