IE broken load

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
volius
Posts: 3
Joined: 10 Jul 2019, 05:17

IE broken load

Post 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?
Attachments
Capture.PNG
Capture.PNG (48.83 KiB) Viewed 2450 times
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: IE broken load

Post by atrol »

I assume you have to deactivate IE compatibility mode in IE settings.
Please use Search before posting and read the Manual
volius
Posts: 3
Joined: 10 Jul 2019, 05:17

Re: IE broken load

Post by volius »

atrol wrote: 10 Jul 2019, 07:50 I assume you have to deactivate IE compatibility mode in IE settings.
did not work
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: IE broken load

Post by atrol »

If you used an older Mantis version before in this browser, clearing browser cache might help.
Please use Search before posting and read the Manual
volius
Posts: 3
Joined: 10 Jul 2019, 05:17

Re: IE broken load

Post 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 :)
Post Reply