MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Tips and Tricks => Topic started by: waldeit on 2017-03-26, 16:02:04

Title: Typo3 does not find an imagemagick and Graphicsmagick
Post by: waldeit on 2017-03-26, 16:02:04
Typo3 v6.2 does not find an imagemagick and Graphicsmagick

According to phpinfo everything is active only the path is not found.
Search since 4 hours after the path

Can someone help me. Please, please, please. I am despairing.
 :'(
Best regards Dirk

[root@srv32 modules]# sh /script/sysinfo
A. Control Panel:
   - Kloxo-MR: 7.0.0.c-2017032001
   - Web: hiawatha-10.5.0-f.2.mr.el6.x86_64
   - PHP: php56s-5.6.30-1.ius.centos6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.8 (Final) x86_64
   - Hostname: srv32.team-hosting.de
C. Services:
   1. MySQL: MariaDB-server-10.0.30-1.el6.x86_64
   2. PHP:
      - Installed:
        - Branch: php56u-cli-5.6.30-1.ius.centos6.x86_64
        - Multiple:
          * php52m-5.2.17-102.mr.el6
          * php53m-5.3.29-1.ius.centos6
          * php54m-5.4.45-1.ius.centos6
          * php55m-5.5.38-1.ius.centos6
          * php56m-5.6.30-1.ius.centos6
          * php70m-7.0.16-1.ius.centos6
          * php71m-7.1.2-1.ius.centos6
      - Used: php56m-fpm
      - Multiple: enable
   3. Web Used: apache
     - Hiawatha: hiawatha-10.5.0-f.2.mr.el6.x86_64
     - Lighttpd: lighttpd-1.4.45-1.el6.x86_64
     - Nginx: nginx-1.11.12-1.el6.ngx.x86_64
     - Apache: httpd24u-2.4.25-3.ius.centos6.x86_64
       - PHP Type: php-fpm_event
       - Secondary PHP: on
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: bind
     - Bind: bind-9.9.9-1.mr.el6.x86_64
     - DJBDns: --uninstalled--
     - NSD: --uninstalled--
     - PowerDNS: --uninstalled--
     - Yadifa: --uninstalled--
   6. Mail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - pop3/imap4: courier-imap-toaster-4.1.2-1.3.20.mr.el6.x86_64
      - smtp: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - spam: bogofilter-1.2.4-1.el6.x86_64
   7. Stats: awstats
D. Memory:
             total       used       free     shared    buffers     cached
Mem:          1869        865       1003          0         25        491
-/+ buffers/cache:        349       1519
Swap:         3999          0       3999
E. Disk Space:
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root
                       50G  2,9G   44G   7% /


*** Process Time: 00:00:00:36.36458 (dd:hh:mm:ss:xxxxxx) ***

* Note: run 'sh /script/sysinfo -y' if you want run 'fix-service-list' also
        (importance after Kloxo-MR update)
Title: Re: Typo3 does not find an imagemagick and Graphicsmagick
Post by: MRatWork on 2017-03-26, 16:25:18
inform here 'php -m; php56m-cli -m'.
Title: Re: Typo3 does not find an imagemagick and Graphicsmagick
Post by: waldeit on 2017-03-26, 16:27:54
Code: [Select]
[root@srv32 modules]# php -m; php56m-cli -m
[PHP Modules]
amqp
bcmath
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gearman
geoip
gettext
gmp
hash
iconv
igbinary
imap
intl
ionCube Loader
json
krb5
ldap
libxml
mbstring
mcrypt
mhash
mssql
mysql
mysqli
mysqlnd
OAuth
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
pspell
readline
recode
Reflection
rrd
session
shmop
SimpleXML
snmp
soap
sockets
SPL
sqlite3
ssh2
standard
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
twig
uploadprogress
xml
xmlreader
xmlrpc
xmlwriter
xsl
yaml
zip
zlib

[Zend Modules]
the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured)

[PHP Modules]
amqp
bcmath
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gearman
geoip
gettext
gmp
hash
iconv
igbinary
imagick
imap
intl
ionCube Loader
json
krb5
ldap
libxml
mbstring
mcrypt
mhash
mssql
mysql
mysqli
mysqlnd
OAuth
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
pspell
readline
recode
Reflection
rrd
session
shmop
SimpleXML
snmp
soap
sockets
SPL
sqlite3
ssh2
standard
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
twig
uploadprogress
xml
xmlreader
xmlrpc
xmlwriter
xsl
yaml
zip
zlib

[Zend Modules]
the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured)
Title: Re: Typo3 does not find an imagemagick and Graphicsmagick
Post by: MRatWork on 2017-03-26, 16:29:38
Go to 'php module status' and then enable 'imagic' for certain php version. After that, click restart icon.
Title: Re: Typo3 does not find an imagemagick and Graphicsmagick
Post by: waldeit on 2017-03-26, 16:44:21
Now i have add General Settings  Extra Basedir /usr/bin/
and    Image Magick Works now

*** But Graphics Magick do not work  ***

I have make any Picture an pdf with information
Title: Re: Typo3 does not find an imagemagick and Graphicsmagick
Post by: waldeit on 2017-03-26, 16:46:38
The pdf with the php infos is too big
Here the link to the php info
Http://pc-reparatur-solingen.de/i.php
Title: Re: Typo3 does not find an imagemagick and Graphicsmagick
Post by: MRatWork on 2017-03-26, 17:08:42
I don't know about 'Graphics Magick' but php-imagick already installed and enabled in your server.
Title: Re: Typo3 does not find an imagemagick and Graphicsmagick
Post by: waldeit on 2017-03-26, 17:19:12
Where is the path of 'Graphicsmagick' and can I specify more than one path under Extra Basedir? With comma or semicolon?
Title: Re: Typo3 does not find an imagemagick and Graphicsmagick
Post by: MRatWork on 2017-03-26, 17:33:55
It's must doesn't need external/command line programs if using php-pecl-imagick.
Title: Re: Typo3 does not find an imagemagick and Graphicsmagick
Post by: MRatWork on 2017-03-26, 17:35:59
You can check this programs installed or not with 'yum list installed ImageMagicK'.
Title: Re: Typo3 does not find an imagemagick and Graphicsmagick
Post by: waldeit on 2017-03-26, 17:50:01
all ok all install no updates need

Code: [Select]
[root@srv32 etc]# yum list installed ImageMagicK
Geladene Plugins: fastestmirror, presto, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
mratwork-epel/metalink                                   |  19 kB     00:00
 * base: mirror.cuegee.de
 * extras: mirror.cuegee.de
 * mratwork-epel: mirror.i3d.net
 * mratwork-ius-archive: mirror.amsiohosting.net
 * mratwork-ius-stable: mirror.amsiohosting.net
 * mratwork-release-neutral-noarch: rpms.mratwork.com
 * mratwork-release-version-arch: rpms.mratwork.com
 * mratwork-webtatic: uk.repo.webtatic.com
 * updates: mirror.wiuwiu.de
base                                                     | 3.7 kB     00:00
extras                                                   | 3.4 kB     00:00
mratwork-epel                                            | 4.3 kB     00:00
mratwork-epel/primary_db                                 | 5.9 MB     00:01
mratwork-google-mod-pagespeed                            |  951 B     00:00
mratwork-ius-archive                                     | 2.4 kB     00:00
mratwork-ius-archive/primary_db                          | 3.3 MB     00:00
mratwork-ius-stable                                      | 2.3 kB     00:00
mratwork-ius-stable/primary_db                           | 210 kB     00:00
mratwork-mariadb                                         | 2.9 kB     00:00
mratwork-nginx                                           | 2.9 kB     00:00
mratwork-nginx-stable                                    | 2.9 kB     00:00
mratwork-release-neutral-noarch                          | 1.3 kB     00:00
mratwork-release-neutral-noarch/primary                  | 120 kB     00:00
mratwork-release-neutral-noarch                                         417/417
mratwork-release-version-arch                            | 1.2 kB     00:00
mratwork-varnish-3.0                                     |  951 B     00:00
mratwork-webtatic                                        | 3.6 kB     00:00
updates                                                  | 3.4 kB     00:00
0 packages excluded due to repository protections
Installierte Pakete
ImageMagick.x86_64                   6.7.2.7-5.el6_8                    @updates
Title: Re: Typo3 does not find an imagemagick and Graphicsmagick
Post by: MRatWork on 2017-03-26, 18:30:36
In original ImageMagick packaed, binary file is /usr/bin/magick and other some other files are symlink from magick. But, in your server, use /usr/bin/animate or copy this animate file to magick.