1

Topic: HTTP500 while trying to access https://server/iredadmin

Hello Folks,

Using SuSE 11.3 and installing iRed for like the 10th time i got a problem... when i try to reach iRedAdmin i get these errors (from apache's error_log)

[Sun Mar 13 07:47:03 2011] [error] [client 192.168.150.1]   File "/srv/www/iredadmin/iredadmin.py", line 10, in <module>
[Sun Mar 13 07:47:03 2011] [error] [client 192.168.150.1]     from libs import iredbase
[Sun Mar 13 07:47:03 2011] [error] [client 192.168.150.1]   File "/srv/www/iredadmin/libs/iredbase.py", line 41, in <module>
[Sun Mar 13 07:47:03 2011] [error] [client 192.168.150.1]     from controllers.mysql.urls import urls as backendUrls
[Sun Mar 13 07:47:03 2011] [error] [client 192.168.150.1]   File "/srv/www/iredadmin/controllers/mysql/urls.py", line 3, in <module>
[Sun Mar 13 07:47:03 2011] [error] [client 192.168.150.1]     from libs.iredutils import reEmail, reDomain
[Sun Mar 13 07:47:03 2011] [error] [client 192.168.150.1]   File "/srv/www/iredadmin/libs/iredutils.py", line 10, in <module>
[Sun Mar 13 07:47:03 2011] [error] [client 192.168.150.1]     from xml.dom.minidom import parseString as parseXMLString
[Sun Mar 13 07:47:03 2011] [error] [client 192.168.150.1] ImportError: No module named xml.dom.minidom
[Sun Mar 13 07:47:03 2011] [error] [client 192.168.150.1] File does not exist: /srv/www/htdocs/favicon.ico

And a HTTP500 returned on the client side...

Well i'm really not a python guy, so what could be happening ?

Cheers!

----

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

2

Re: HTTP500 while trying to access https://server/iredadmin

Sorry, this is my mistake.

You can solve it by install package "python-xml" via zypper:

# zypper install python-xml

Restarting apache is optional but recommended.

3

Re: HTTP500 while trying to access https://server/iredadmin

Cool, Zhang.

I'm not in the office anymore but soon as i get there again i'll try it.

Thanks!