View Issue Details

IDProjectCategoryView StatusLast Update
0004336mantisbtreportspublic2004-11-06 06:55
Reporterdjockheck Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version0.19.0a2 
Summary0004336: in one of my two installations the graphs (jpgraph) are empty
Description

in one of my two installations the graphs (jpgraph) are empty after the update from 18.3 to 19.0a2.

Additional Information

How can I trace the problem? Both Versions are installed on Suse 9.0 Systems.

TagsNo tags attached.
Attached Files
grapherror.JPG (92,952 bytes)   
grapherror.JPG (92,952 bytes)   

Relationships

Activities

vboctor

vboctor

2004-08-17 05:06

manager   ~0007024

Did you check the notes on the JpGraph page in Mantis manual?
http://manual.mantisbt.org/manual.configuration.jpgraph.php

djockheck

djockheck

2004-08-17 05:36

reporter   ~0007025

Yes I've done so:
I'm using jpgraph 1.14
My config_inc.php contains:

<cut>
$g_use_jpgraph = ON;
$g_jpgraph_path = '/srv/www/htdocs/jpgraph/src/';
</cut>

Where does jpgraph (temporary) store it's images? Maybe it's a problem of permissions?

Are there any logfiles that migth be userfull?

fusenigk

fusenigk

2004-08-17 16:55

reporter   ~0007037

hi, this helped for me: get the url of a image and open this url directly in your browser. Doing so, I got some error messages which helped me to solved the problem.

djockheck

djockheck

2004-08-18 00:26

reporter   ~0007041

Last edited: 2004-08-18 00:27

I tried opening the ulr ( http://aslixp02.cad/mantis/summary_graph_bystatus.php ) directly but there's always the empty pictureframe with the red cross in the upper left :-?

edited on: 08-18-04 00:27

fusenigk

fusenigk

2004-08-18 02:55

reporter   ~0007042

Hi, no, this is the url of the complete summary page. But each picture has it´s own URL, take a look into the html source code in your browser. In my firefox browser, I can right click a picture and find the menu entry "Copy Image Location". If you open this location/URL directly in your browser, I got some helpfull error messages.

djockheck

djockheck

2004-08-18 05:19

reporter   ~0007044

I've updated Suse 9.0 via yast online update. Now I opened the picture-URL:
http://aslixp02.cad/mantis/summary_graph_bycategory.php

The messages I reveive there is:
<cut>
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 184320 bytes) in /srv/www/htdocs/mantis/lang/strings_german.txt on line 613
</cut>

djockheck

djockheck

2004-08-18 05:26

reporter   ~0007045

I've changed Memory Limit from 8M to 16M in /etc/php.ini

memory_limit = 16M ; Maximum amount of memory a script may consume (8MB)

now it works fine :-) This bug can be closed :-)))

vboctor

vboctor

2004-08-18 07:55

manager   ~0007051

I will leave this issue open till we add information about debugging such problems in the FAQ. This has been raised several times before with the same debugging steps. This issue is now marked as a child of a documentation issue.

TomR

TomR

2004-08-27 05:48

reporter   ~0007224

See also 0004411

djockheck

djockheck

2004-08-30 00:39

reporter   ~0007296

TomR,
for me the message in your screenshot looks like a problem with
1st. permissions on your webserver
or
2nd. Wrong path to the summery_graph_bystatus.php

Have you tried to open the URL

http://proguide.speed.planet.nl/cts/summery_graph_bystatus.php

directly?

ciao
Detlef

thraxisp

thraxisp

2004-09-14 19:34

reporter   ~0007584

I have added a new Troubleshooting section to the manual source to include these tips.