Page 1 of 1

IE broken load

Posted: 10 Jul 2019, 06:22
by volius
I used windows wamp server 3.1.7 64bit.

The server configuration:
Apache 2.4.37 Port 8080- PHP 7.2.14
MySQL 5.7.24 Port 3306
MariaDB 10.3.12 Port 3307
PHP 7.3.1 for CLI (Command-Line Interface)

Install Mantisbt 2.20.0 and view with IE 11, the mantisbt "missing" style (seen attachment). With Chrome and Firefox good working.

How fix this problem?

Re: IE broken load

Posted: 10 Jul 2019, 07:50
by atrol
I assume you have to deactivate IE compatibility mode in IE settings.

Re: IE broken load

Posted: 10 Jul 2019, 09:17
by volius
atrol wrote: 10 Jul 2019, 07:50 I assume you have to deactivate IE compatibility mode in IE settings.
did not work

Re: IE broken load

Posted: 10 Jul 2019, 11:32
by atrol
If you used an older Mantis version before in this browser, clearing browser cache might help.

Re: IE broken load

Posted: 10 Jul 2019, 13:46
by volius
Now I fix this problem. In the file html_api.php add line :)

Code: Select all

<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />

In the future we will update mantisbt :)