Relation graph not displayed (Mantis 1.0.0.rc1)

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jgueunie
Posts: 2
Joined: 24 Aug 2005, 07:14

Relation graph not displayed (Mantis 1.0.0.rc1)

Post by jgueunie »

I use mantis on a NT4 server with easyphp 1.7 and it works fine

I try to change my server : win2K, easyphp 1.8, other suff are the same.

Since there the relation graph is empty ( the graph image is not generated by wingraphviz ???)
Guest

Post by Guest »

after $t_graphviz = new COM( $this->graphviz_com_module );

$t_graphviz is null, objet not loaded

graphviz_api.php line 292
Guest

Post by Guest »

I upadte to php 4.4.0 and the problem was solved
Post Reply