Search found 4 matches

by Chlewey
14 Apr 2011, 20:49
Forum: Help
Topic: JpGraph and fonts
Replies: 3
Views: 7907

Re: JpGraph and fonts

Configuring throug [manage] / [manage plugins] I set JpGraph and made symbolic links so that phgraph/src were accessible from mantis/library

Now I get the following error:
Font File "/usr/share/fonts/truetype/Vera.ttf" is not readable or does not exist.

The real path of those files are:
/usr/share ...
by Chlewey
14 Apr 2011, 19:57
Forum: Help
Topic: JpGraph and fonts
Replies: 3
Views: 7907

JpGraph and fonts

I have installed MantisBT in a shared hosting environment. It seems to be working fine except for some bugs.

When I want to see graphical reports I get no graphics but instead the message:
"Unable to read/find font"

Reading the bugs, forums, etc. it seems that the issue is related to JpGraph... it ...
by Chlewey
13 Apr 2011, 13:01
Forum: Help
Topic: One site, several instances
Replies: 1
Views: 2140

Re: One site, several instances

I'm answering myself:

This is my config_inc.php
<?php
$get_site = isset($_GET['site'])? $_GET['site']: 'mantis';
$get_imag = isset($_GET['site'])? $_GET['site']: 'images';

# common configuration
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db ...
by Chlewey
12 Apr 2011, 15:21
Forum: Help
Topic: One site, several instances
Replies: 1
Views: 2140

One site, several instances

I've read the forum "Multiple Sites, One Instalation" and the corresponding Wiki HowTo. Those articles do not address my problem.

I want to implement a site running several instances of Mantis Bugtracker, each one with its own customizations.

Currently I can manage that by using several ...