Graphs (Bundled Ones) don't appear neither in Summ nor Adv

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
aelmarsfawy

Graphs (Bundled Ones) don't appear neither in Summ nor Adv

Post by aelmarsfawy »

Hi, I tried many times and followed most of related topics to make the graphs of Mantis appear, but they don't appear and they don't give any errors. Just blank small images appear. I am using the following:
1- Windows 7.0 Ultimate.
2- Mantis 1.2.11
3- php-5.4.7-Win32-VC9-x86
4- mysql-5.5.24-win32
5- httpd-2.2.22-win32-x86-openssl-0.9.8t
6- I have enables the GD.

Your help is appreciated so much.
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Graphs (Bundled Ones) don't appear neither in Summ nor A

Post by atrol »

a) Check your webserver logfiles for error messages
b) Right click on the blank image and open in new tab, maybe you get an error message
c) if possible try also latest PHP 5.3.x
Please use Search before posting and read the Manual
aelmarsfawy

Re: Graphs (Bundled Ones) don't appear neither in Summ nor A

Post by aelmarsfawy »

Thanks atrol. I checked the log files but no errors,also I think the PHP that I use is the newest one (5.4.7).

When I opened the blank image in a new tab , and clicked Inspect element I found the cursor stopped in the following HTML line:
<img style="-webkit-user-select: none" src="http://localhost/plugin.php?page=Mantis ... &width=450">

Any other ideas please?
aelmarsfawy

Re: Graphs (Bundled Ones) don't appear neither in Summ nor A

Post by aelmarsfawy »

It is working now :)
I'd like to share the solution with you, as the problem was not setting the default time zone. All the graphs were working after adding the following line in Config_inc.php:
date_default_timezone_set("Africa/Cairo");


Thanks for your help
Post Reply