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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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).
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!
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.