1 (edited by murat.ugur 2011-02-24 20:09:31)

Topic: iredadmin - internal server error

Hi All, how i can solve this problem ? I cannot login iredadmin

thanks, regards.

[Thu Feb 24 14:03:20 2011] [error] [client ] Traceback (most recent call last):
[Thu Feb 24 14:03:20 2011] [error] [client ]   File "web/application.py", line 242, in process
[Thu Feb 24 14:03:20 2011] [error] [client ]   File "web/application.py", line 233, in handle
[Thu Feb 24 14:03:20 2011] [error] [client ]   File "web/application.py", line 411, in _delegate
[Thu Feb 24 14:03:20 2011] [error] [client ]   File "/var/www/iredadmin/controllers/ldap/basic.py", line 29, in ?
[Thu Feb 24 14:03:20 2011] [error] [client ]     from libs.ldaplib import core, auth, admin, domain, ldaputils
[Thu Feb 24 14:03:20 2011] [error] [client ]   File "/var/www/iredadmin/libs/ldaplib/admin.py", line 33, in ?
[Thu Feb 24 14:03:20 2011] [error] [client ]     from libs.ldaplib import core, attrs, ldaputils, iredldif, deltree
[Thu Feb 24 14:03:20 2011] [error] [client ] IndentationError: unindent does not match any outer indentation level (iredldif.py, line 115)
[Thu Feb 24 14:03:20 2011] [error] [client ]

in python 2.4;

>>> import sys
>>> import os
>>> import glob
>>> import ldap
>>> import ldap.filter
>>> import web
>>> from libs import languages, iredutils
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/var/www/iredadmin/libs/iredutils.py", line 33, in ?
    cfg = web.iredconfig
AttributeError: 'module' object has no attribute 'iredconfig'

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: iredadmin - internal server error

Did you modify some files?
Is it open source edition or iRedAdmin-Pro?

3

Re: iredadmin - internal server error

ZhangHuangbin wrote:

Did you modify some files?
Is it open source edition or iRedAdmin-Pro?

Yes i modifiyed, but i have put original files, but same problem. I 'm using opensource.

thanks, regards.

4

Re: iredadmin - internal server error

it's hard to say what the problem is without source code. Also, we don't provide support code change on open source edition, you have to solve it yourself, sorry.