SID-02357: flowchart not generate .svg or png file
| Status: |
Asked |
TWiki version: |
6.0.2 |
Perl version: |
perl 5, version 16, subversion 3 (v5.16.3) |
| Category: |
FlowchartPlugin |
Server OS: |
Centos 7 |
Last update: |
7 years ago |
Hello..
i am trying to create flow chart for twiki.
i have done installation of flowchart plugin and enable.
now issue is when in editor i am writing flow chart related syntax and save it.
then not generated .php or .svg file
so flow chart is not displayed.
So where is issue ?
please help me to fix it
Thanks
--
TWiki Guest - 2018-04-26
Discussion and Answer
I can only guess because I'm not familiar with that plugin: Perhaps you don't have ImageMagick installed on your system?
--
Harald Jörg - 2018-04-26
i have already installed imageMagic
also installed php pecl image magic
php -i | grep Imagick -i
/etc/php.d/imagick.ini,
imagick
imagick module => enabled
imagick module version => 3.4.3
imagick classes => Imagick,
ImagickDraw,
ImagickPixel,
ImagickPixelIterator
Imagick compiled with
ImageMagick version =>
ImageMagick 6.7.8-9 2016-06-16 Q16
http://www.imagemagick.org
Imagick using
ImageMagick library version =>
ImageMagick 6.7.8-9 2016-06-16 Q16
http://www.imagemagick.org
imagick.locale_fix => 0 => 0
imagick.progress_monitor => 0 => 0
imagick.skip_version_check => 0 => 0
convert --V
Version:
ImageMagick 6.7.8-9 2016-06-16 Q16
http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012
ImageMagick Studio LLC
Features:
OpenMP
Let me know if still anything missing from mine side
--
TWiki Guest - 2018-04-27
Things to check:
- Did you enable the plugin in configure?
- Did you set the proper path in the
{Plugins}{FlowchartPlugin}{ImageMagickCmd} setting in configure?
- Make sure the
convert script has an absolute path, and is readable by the webserver user
- Turn on
{Plugins}{FlowchartPlugin}{Debug} flag and watch the output in twiki/data/debug.txt
--
Peter Thoeny - 2018-04-29
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.