View Issue Details

IDProjectCategoryView StatusLast Update
0013090mantisbtreportspublic2012-01-17 03:32
Reporterguillermo.odone Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
PlatformWindows\Apache2.2\PHP5.3OSWindows XP Prof.OS VersionSP3
Product Version1.2.5 
Summary0013090: MantisGraph with jPGraph, error 25095.
Description

Using JpGraph:
On a fresh install, if you add only one issue, and then want to go to the graph,
When clicking on "Per Category" it should show message "Not enough data to create graph"; BUT instead, shows Error 25095 "Unknown Font font family specification".

Steps To Reproduce

Configure mantisGraph plugin to use JPGraph.
Add only one issue.
Go to summary -> Per Category Graph.

ERROR <<<

Additional Information

File: graph_api.php
Function: error_text
Problem:

  • there's a "SetFont" to "$t_graph_font" which is undefined.

Solution:

  • Before calling "SetFont" do: "$t_graph_font = graph_get_font();"
TagsNo tags attached.

Relationships

duplicate of 0012393 closedrombert MantisGraph graph_api.php:error_text() is broken when using JpGraph 

Activities

There are no notes attached to this issue.