Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


installing_php_imagick_module_ubuntu_22_04

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
installing_php_imagick_module_ubuntu_22_04 [2023/06/25 06:51] – [Fixing Warning Message -- Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it] wikiadmininstalling_php_imagick_module_ubuntu_22_04 [2023/06/25 07:03] (current) – [Fixing Warning Message -- Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it] wikiadmin
Line 497: Line 497:
  
 No VM guests are running outdated hypervisor (qemu) binaries on this host. No VM guests are running outdated hypervisor (qemu) binaries on this host.
 +</code>
 +
 +To check the extension is installed successfully, use:
 +
 +
 +<code>
 +php -m | grep imagemagick
 +</code>
 +
 +Don’t forget to reload Apache web server after installing extensions:
 +
 +<code>
 +sudo systemctl reload apache2
 +
 +</code>
 +
 +Check within nextcloud Administration -- Overview whether the error message is gone:  "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it."
 +
 +**The above warning is gone.**
 +
 +
 +Also, the following two items seem to have appeared within the Imagick section of the phpinfo table.
 +
 +
 +<code>
 +Imagick compiled with ImageMagick version ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org
 +Imagick using ImageMagick library version ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org
 </code> </code>
installing_php_imagick_module_ubuntu_22_04.1687675884.txt.gz · Last modified: 2023/06/25 06:51 by wikiadmin