Loading...
 
Galaxia Workflow Engine

Galaxia Workflow Engine


Re: Problems with WinGraphViz

Brazil

It's a bug. Insert the following line of code between lines 42 and 43 of tiki-g-admin_graph.php:

Image
Copy to clipboard
$info['graph'] = "lib/Galaxia/processes/" . $info['normalized_name'] . "/graph/" . $info['normalized_name'] . ".png";


Things should look like this afterwards:

Image
Copy to clipboard
$info['map'] = $map; $info['graph'] = "lib/Galaxia/processes/" . $info['normalized_name'] . "/graph/" . $info['normalized_name'] . ".png"; } else {


This bug, and several others, are corrected in CVS. If possible, fetch the latest Galaxia sources:

tiki-g-*.php
templates/tiki-g-*.tpl
lib/Galaxia/*

Regards,

Georger

There are no comments at this time.