Search found 6 matches

by diedie2
17 Feb 2025, 10:49
Forum: Help
Topic: How to install Graphviz
Replies: 14
Views: 25919

Re: How to install Graphviz

so I guess I'm gonna need some help again :lol:

- I've upgraded to Mantis 2.27
- I've upgraded to Graphviz 12.2.1 (but still in C:\Graphviz)
- I've put $g_dot_tool and $g_neato_tool in comment and added $g_graphviz_path = 'C:\Graphviz\bin'; to config_inc.php
- Fully reboot the server

When I try ...
by diedie2
27 May 2024, 12:09
Forum: Help
Topic: How to install Graphviz
Replies: 14
Views: 25919

Re: How to install Graphviz

This works! Oh I feel so stupid for not thinking about it myself.
but nonetheless, thank you very much!
by diedie2
27 May 2024, 08:21
Forum: Help
Topic: How to install Graphviz
Replies: 14
Views: 25919

Re: How to install Graphviz

2.26.1 on Windows Server with IIS and MySQL
by diedie2
24 May 2024, 13:50
Forum: Help
Topic: How to install Graphviz
Replies: 14
Views: 25919

Re: How to install Graphviz

sry for reopening an old topic, but I can't get this to work.

I downloaded and installed the latest version of Graphviz (11.0 64bit for Windows).
I entered this confgiguration

$g_relationship_graph_enable = ON;
$g_dot_tool = 'C:\Program Files\Graphviz\bin\dot.exe';
$g_neato_tool = 'C:\Program ...
by diedie2
15 Jun 2023, 09:59
Forum: Help
Topic: Problem with French accentuated characters
Replies: 3
Views: 8347

Re: Problem with French accentuated characters

I tried this using phpMyAdmin. I was able to change to collation of al tables. The issue was fixed, but came back after few days...
Collation is still the samen as I set it
by diedie2
23 Feb 2023, 07:59
Forum: Help
Topic: Problem with French accentuated characters
Replies: 3
Views: 8347

Re: Problem with French accentuated characters

I have a similar issue: upgraded from an older version to 2.25.4 on a new server, and characters like ï and ë show like ë.
I got a tip it got something to do with code page / collation in the database, but I'm not sure where to look.