1

Topic: iRredAdmin Pro 3.1 error

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
======== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
======== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.8
- Linux/BSD distribution name and version: Ubuntu 16.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? Yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hello Zhang,
today after upgrading iRedmail to 0.9.8 and iRedamin Pro to 3.1 there is something wrong with the theme of it,
as per screenshots there is no logo nor background or any kind of images please check attached screenshots.
this is the upgrade log:

 * Detected Linux/BSD distribution: UBUNTU
* HTTP server root: /opt/www
* Found iRedAdmin directory: /opt/www/iredadmin, symbol link of iRedAdmin-Pro-LDAP-3.0
* Found iRedAdmin config file: /opt/www/iredadmin/settings.py
* Copying new version to /opt/www/iRedAdmin-Pro-LDAP-3.1
* Copy /opt/www/iredadmin/settings.py.
* Removing old symbol link /opt/www/iredadmin
* Creating symbol link /opt/www/iredadmin to /opt/www/iRedAdmin-Pro-LDAP-3.1
* Delete all existing sessions, admins are forced to re-login to iRedAdmin.
* Enable mlmmj integration.
awk: warning: escape sequence `\'' treated as plain `''
* Restarting service: mlmmjadmin.
* Check and install dependent Python modules:
  + [required] json or simplejson
  + [required] dnspython
  + [required] pycurl
  + [required] requests
  + [optional] BeautifulSoup
  + [optional] lxml
* Check SQL tables, and add missed ones - if there's any
* iRedAdmin has been successfully upgraded.
* Restarting uwsgi service to use new iRedAdmin release ...
* Upgrading completed.
<<< NOTE >>> If iRedAdmin doesn't work as expected, please post your issue in
<<< NOTE >>> our online support forum: http://www.iredmail.org/forum/

Thanks.

Post's attachments

Dashboard.PNG
Dashboard.PNG 39.39 kb, file has never been downloaded. 

iRedAdmin-Login.PNG
iRedAdmin-Login.PNG 13.25 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

----

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

2

Re: iRredAdmin Pro 3.1 error

1: Did you upgrade Nginx mentioned in iRedMail-0.9.8? https://docs.iredmail.org/upgrade.iredm … -iredadmin
2: try to empty web browser cache and try again

3

Re: iRredAdmin Pro 3.1 error

Ok, Error cleared after modifying:
/etc/nginx/templates/iredadmin.tmpl

location ~ ^/iredadmin/static/(.*)\.(png|jpg|gif|css|js) {
    alias /var/www/iredadmin/static/$1.$2;
}

but now top senders and recipients not working only showing random numbers as attached.

Post's attachments

TopSenders.PNG
TopSenders.PNG 43.8 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

4

Re: iRredAdmin Pro 3.1 error

be noted that I couldn't add

 include /etc/nginx/templates/misc.tmpl; 

to
/etc/nginx/sites-available/00-default.conf and 00-default-ssl.conf

when I add it nginx couldn't start for the following error:

 
Jul 27 10:25:42 ******-ired nginx[29564]: nginx: [emerg] duplicate location "/favicon.ico" in /etc/nginx/templates/misc.tmpl:14
Jul 27 10:25:42 ******-ired nginx[29564]: nginx: configuration file /etc/nginx/nginx.conf test failed

5

Re: iRredAdmin Pro 3.1 error

it says you have duplicate "misc.tmpl" loaded in same file.