Closed Cyrille37 closed 9 years ago
Hi, grapher.php isn't generating any edges.
solution: change the Value of the Boolean in Line 165 from true to false. Before: $ins = p_cached_instructions(wikiFN($pid),true,$pid); After: $ins = p_cached_instructions(wikiFN($pid),false,$pid);
refs: http://www.splitbrain.org/blog/2010-08/02-graphing_dokuwiki_help_needed
I've just try and the solution works nice !
Cheers
Hi, grapher.php isn't generating any edges.
solution: change the Value of the Boolean in Line 165 from true to false. Before: $ins = p_cached_instructions(wikiFN($pid),true,$pid); After: $ins = p_cached_instructions(wikiFN($pid),false,$pid);
refs: http://www.splitbrain.org/blog/2010-08/02-graphing_dokuwiki_help_needed
I've just try and the solution works nice !
Cheers