Same issue here, on "license" menù. Others seems to work fine.
==== Required information ====
- iRedMail version: Pro SQL 2.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Linux/BSD distribution name and version: CentOS Linux 6.6
- Related log if you're reporting an issue:
====
https://fqdn/iredadmin/system/license
internal server error
[root@postfix httpd]# tail -20 ssl_error_log
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/web/application.py", line 239, in process
return self.handle()
File "/usr/lib/python2.6/site-packages/web/application.py", line 230, in handle
return self._delegate(fn, self.fvars, args)
File "/usr/lib/python2.6/site-packages/web/application.py", line 416, in _delegate
mod = __import__(mod, None, None, [''])
File "/var/www/iredadmin/controllers/panel/log.py", line 16, in <module>
from libs import __version_mysql__ as version
ImportError: cannot import name __version_mysql__
The issue is present also in "System -> Admin log" but the trace is the same as above:
https://fqdn/iredadmin/iredadmin/system/log
internal server error
Others menù seems to be fine.