View Issue Details

IDProjectCategoryView StatusLast Update
0011548mantisbtreportspublic2011-08-05 02:12
Reporterllattan Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Platformx86_64OSRedHat EnterpriseOS Version5.2
Product Version1.2.0 
Summary0011548: Mantis Graphs 1.0 unable to read/find font
Description

I upgraded Mantis to 1.2.0
After I installed "Mantis Graphs 1.0" plugin, when I want to see graphs, I get:

unable to read/find font

When I had mantis 1.0.7 in the same machine, I could see graphs without problems.

OS: RHEL 5.2 x86_64
Apache: 2.2.3
MySQL: Ver 14.12 Distrib 5.0.45
jgraph: 2.3.3

TagsNo tags attached.

Relationships

has duplicate 0019398 closeddregad Summary graph does not working (unable to read/find font) 
related to 0011741 closeddhx Mantis Graphs 1.0 unable to read/find font 

Activities

dhx

dhx

2010-02-24 22:40

reporter   ~0024500

Make sure you have a corefonts/Microsoft web fonts package installed.

Can you try using the ezC graph implementation (see the MantisGraph plugin configuration options) to see if that method also fails to find valid fonts?

llattan

llattan

2010-02-26 13:41

reporter   ~0024547

I adjusted MantisGraph config to use jpgraph and
I linked /var/www/html/library/jpgraph -> /usr/local/jpgraph/src
(jpgraph-2.3.3)

Then, I installed msttcorefonts-2.0-1.noarch.rpm and
I linked /usr/share/fonts/truetype -> /usr/X11R6/lib/X11/fonts/truetype

and everything worked fine.

Please close the issue.

dhx

dhx

2010-02-26 20:00

reporter   ~0024554

Thanks for getting back to me. It's good to hear that you got it working again.

yw84ever

yw84ever

2010-04-07 12:44

reporter   ~0025054

also had this issue, graphs worked after installing the package

ttf-mscorefonts-installer

on ubuntu server 9.10

hablutzel1

hablutzel1

2010-05-31 16:03

reporter   ~0025637

I installed msttcorefonts-2.0-1.noarch.rpm, instructions here:

http://corefonts.sourceforge.net/

and made

ln -s /usr/share/fonts/msttcorefonts /usr/share/fonts/truetype

Now it is working

dregad

dregad

2010-07-26 10:45

developer   ~0026131

The same workaround with the symbolic link worked for me as well (running Mantis on SuSE (SLES 10).

Many thanks hablutzel1 !