View Issue Details

IDProjectCategoryView StatusLast Update
0023044mantisbtuipublic2017-07-09 04:57
ReporterAceOfAces Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformMicrosoft Azure 
Product Version2.5.1 
Summary0023044: Font errors
Description

I recently set up MantisBT on a Microsoft Azure. After configuring, somebody notified me that the server was going slow. After some inspection, fonts couldn't load (as they weren't on the server, apparently) and the system couldn't load the .woff and .woff2 files (showing a 404 error).

Additional Information

It's practically clean, with all plugins installed.

TagsNo tags attached.
Attached Files

Activities

AceOfAces

AceOfAces

2017-06-23 13:49

reporter   ~0057131

Correction: The missing fonts were from an extension. Only the fontawesome-webfont.woff and woff2 are missing (the console shows <MantisBTURL>fonts/fontawesome-webfont.woff2?v=4.6.3 causes a 404 error).

atrol

atrol

2017-06-23 14:10

developer   ~0057132

Check if this is your problem http://www.mantisbt.org/forums/viewtopic.php?f=3&t=24752

AceOfAces

AceOfAces

2017-06-23 16:40

reporter   ~0057133

Nope. I have done a new installation. No upgrades from an old version. And as I said, it gives a 404 error (both in the console and on the network tabs on Microsoft Edge's F12 developer tools).

atrol

atrol

2017-06-24 02:50

developer   ~0057134

fonts couldn't load (as they weren't on the server, apparently)

I downloaded 2.5.1. from official download https://sourceforge.net/projects/mantisbt/files/mantis-stable/2.5.1/
The fonts can be found in folder fonts after unpacking the zip-file.

AceOfAces

AceOfAces

2017-06-24 09:20

reporter   ~0057135

They were on the server. Re-uploaded the font files. Still the same error.

obmsch

obmsch

2017-06-24 10:53

reporter   ~0057136

Sorry not at my dev til monday. But I had a similar issue with fontawesome
and IIS. The mime-types for file extensions woff and woff2 needed to be
registered. May give a pointer:

https://stackoverflow.com/questions/32151062/font-awesome-not-shown-in-azure-website

AceOfAces

AceOfAces

2017-06-26 08:13

reporter   ~0057139

Ok. This bug got fixed. Had to do a bit of tweaking here and there. Thanks, @obmsch .

atrol

atrol

2017-06-26 08:31

developer   ~0057140

Thanks @obmsch for helping.

@AceOfAces it would be great if you could provide some more details for this

Had to do a bit of tweaking here and there.

AceOfAces

AceOfAces

2017-06-26 09:08

reporter   ~0057142

Mostly trying to register the file extensions on a Web.config file.