1

Topic: iRedAdmin Page is displayed in Plain Text ...

==== Required information ====
- 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 information ====
- iRedMail version (check /etc/iredmail-release): 0.9.8
- Linux/BSD distribution name and version: Debian Jessie 8.10
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- 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.
====

Since this morning my iRedAdmin Pro Web Panel looks like this, no errors in log, no high system loads or storage load... erverything normal except the webinterface does not loo like it should.....

Post's attachments

Bildschirmfoto 2018-04-10 um 10.12.59.jpg 248.11 kb, file has never been downloaded. 

Bildschirmfoto 2018-04-10 um 10.13.05.jpg 560.8 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: iRedAdmin Page is displayed in Plain Text ...

Could you please show us your /etc/nginx/templates/misc.tmpl?

3

Re: iRedAdmin Page is displayed in Plain Text ...

Of course :

# Deny all attempts to access hidden files such as .htaccess.
location ~ /\. { deny all; }

# Handling noisy messages
location = ^/favicon.ico { access_log off; log_not_found off; }
location = ^/robots.txt { log_not_found off; access_log off; allow all; }

4

Re: iRedAdmin Page is displayed in Plain Text ...

CSS/JS files were not loaded, did you change any Nginx config file for iRedAdmin? like /etc/nginx/templates/iredadmin.tmpl?

5

Re: iRedAdmin Page is displayed in Plain Text ...

ZhangHuangbin wrote:

CSS/JS files were not loaded, did you change any Nginx config file for iRedAdmin? like /etc/nginx/templates/iredadmin.tmpl?


No nothing ! It happened over night !

6

Re: iRedAdmin Page is displayed in Plain Text ...

Did you try to empty your web browser cache?

7

Re: iRedAdmin Page is displayed in Plain Text ...

ZhangHuangbin wrote:

Did you try to empty your web browser cache?

Of course! I tried everything....

8

Re: iRedAdmin Page is displayed in Plain Text ...

*) Try a different web browser. Maybe there's some cache and (static files) expire settings (either caused by server or client).
*) I cannot figure out the issue with currently posted info, need to check Nginx config files and do some tests. Would you like to get this support with a support ticket?
https://www.iredmail.org/support.html

9

Re: iRedAdmin Page is displayed in Plain Text ...

ZhangHuangbin wrote:

*) Try a different web browser. Maybe there's some cache and (static files) expire settings (either caused by server or client).
*) I cannot figure out the issue with currently posted info, need to check Nginx config files and do some tests. Would you like to get this support with a support ticket?
https://www.iredmail.org/support.html


fixed it , I don´t know why but on line 4 in the iredadmin.tmpl this part with the file extensions was missing "\.(png|jpg|gif|css|js)§"