View Issue Details

IDProjectCategoryView StatusLast Update
0034917mantisbtadministrationpublic2025-03-01 18:40
Reporteratrol Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.27.0 
Target Version2.27.1Fixed in Version2.27.1 
Summary0034917: Admin check for Graphviz tools broken on Windows
Description

Set $g_relationship_graph_enable = ON;
Run admin checks
Get error

Graphviz tools (dot, neato, circo) are required to display relationship graphs
dot, neato, circo not found in C:\Programme\Graphviz\bin\ or not executable. 
TagsNo tags attached.

Activities

atrol

atrol

2024-10-27 15:55

developer   ~0069408

PR https://github.com/mantisbt/mantisbt/pull/2043

dregad

dregad

2024-10-28 03:03

developer   ~0069409

I caught and fixed that problem in the main code (0034609:0069167), but didn't consider it for the admin check... Thanks for catching it.

Related Changesets

MantisBT: master 25bf40e9

2023-09-30 13:21

dregad


Details Diff
Add admin check for Graphviz

Verify that
- the path is valid
- the tools used by Graph class exist and are executable

Fixes 0034609
Affected Issues
0034609, 0034917
mod - admin/check/check_display_inc.php Diff File
mod - admin/check/check_paths_inc.php Diff File

MantisBT: master-2.27 c4cb7a79

2024-10-27 15:51

atrol


Details Diff
On Windows, GraphViz tools need '.exe' extension

Fixes 0034917
Affected Issues
0034917
mod - admin/check/check_display_inc.php Diff File