Menu

Pls help with extended map

Help
Mihy
2010-03-03
2012-12-15
  • Mihy

    Mihy - 2010-03-03

    Hi!

    Thanks for App, looks great. But I have looking 2days for image in my version (0.6.4) where is extended map - first image in screenshots. I cannot find any link where I can look at full relation graph. I can see only first step relations, but not full relation map. How can I get it?

     
  • Michael Scheibe

    Michael Scheibe - 2010-03-05

    To display extended maps, the third party tool graphviz is required. If installed on your server, enable extended maps with the following lines in your config.inc.php

    $g_graphviz = true;
    $g_graphviz_neato = /usr/bin/neato;

    Substitute the path to neato so it matches to your environment. (Hint: neato is a command line tool and part of graphviz).

     
  • Mihy

    Mihy - 2010-03-05

    Thanks. It works.

    I was installed graphviz, but didnt know about required put in config file.

    Your app is really grate! Waiting for new futures!

     
  • Marcel Alemany

    Marcel Alemany - 2010-11-08

    I put this text in my config.inc.php:

    $g_graphviz = TRUE;
    $g_graphviz_neato = "C:\\Archivos de programa\\Graphviz2.26.3\\bin\\neato.exe";
    $g_graphviz_restyle = FALSE;

    But I only obtein this results when I click in Extended link:

    Warning: file(C:\xampp\tmp\ci_ext_skjnrceb59m9t7ddepr69qipp6.plain) : failed to open stream: No such file or directory in C:\xampp\htdocs\php-cmdb\www\includes\graphviz.inc.php on line 267

    Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\php-cmdb\www\includes\graphviz.inc.php on line 268

    Warning: unlink(C:\xampp\tmp\ci_ext_skjnrceb59m9t7ddepr69qipp6.plain) : No such file or directory in C:\xampp\htdocs\php-cmdb\www\includes\graphviz.inc.php on line 192

    Warning: imagepng() expects parameter 1 to be resource, null given in C:\xampp\htdocs\php-cmdb\www\includes\graphviz_image.inc.php on line 53

    Warning: imagedestroy() expects parameter 1 to be resource, null given in C:\xampp\htdocs\php-cmdb\www\includes\graphviz_image.inc.php on line 56

    Can you help me?

    Congratulations!

    Marcel.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.