Graph is blank and errors on Error Console

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
gmarrufo
Posts: 2
Joined: 11 Apr 2014, 18:11

Graph is blank and errors on Error Console

Post by gmarrufo »

Dear Forum,

I have a Windows Server with the following:

MantisBT 1.2.17
MySQL 5.6.16 Community
Apache 2.4.7 (VC9 compiled)
PHP 5.3.28 (VC9 compiled)

GD support bundled 2.1.0, FreeType 2.4.10, JPEG and PNG support enabled.

I get a blank screen (no graph) when trying to do Graphs (any), I have the Mantis Graphs 1.0 installed with the bundle option selected, and using Error Console I can see a: Image Corrupt or truncated pointing to the MantisGraph/summary_graph_bypriority

I double checked the Fonts are they are all installed in C:\Windows\Fonts\, I also have fonts in my own C:\MantisBT\fonts\ folder, the $g_system_font_folder is pointing to the "MantisBT" one, I tracked via "echos" and see that the font "arial.ttf" is set up in the graph process but still can't get any graphs created.

Any idea of the issue, would be greatly appreciated.

Thanks,

GM
atrol
Site Admin
Posts: 8574
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Graph is blank and errors on Error Console

Post by atrol »

Run admin/check.php
Check web server logs

Are there any errors or warnings?

Do you use any 3rd party plugins?
Please use Search before posting and read the Manual
gmarrufo
Posts: 2
Joined: 11 Apr 2014, 18:11

Re: Graph is blank and errors on Error Console

Post by gmarrufo »

Hi Atrol,

Thanks for your reply.

Running the check.php, I get the following:

Warning: the configuration option jpgraph_path is now obsolete
Warning: the configuration option use_jpgraph is now obsolete
BAD: Checking MantisBT upload file size is less than PHP

Urges me to correct failed tests before using MantisBT, I tried bumping up the max_file_size in mantis to 9M but the BAD is still there.
Post Reply