installing_php_imagick_module_ubuntu_22_04
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext 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] wikiadmin | installing_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. | ||
| + | </ | ||
| + | |||
| + | To check the extension is installed successfully, | ||
| + | |||
| + | |||
| + | < | ||
| + | php -m | grep imagemagick | ||
| + | </ | ||
| + | |||
| + | Don’t forget to reload Apache web server after installing extensions: | ||
| + | |||
| + | < | ||
| + | sudo systemctl reload apache2 | ||
| + | |||
| + | </ | ||
| + | |||
| + | Check within nextcloud Administration -- Overview whether the error message is gone: " | ||
| + | |||
| + | **The above warning is gone.** | ||
| + | |||
| + | |||
| + | Also, the following two items seem to have appeared within the Imagick section of the phpinfo table. | ||
| + | |||
| + | |||
| + | < | ||
| + | Imagick compiled with ImageMagick version ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https:// | ||
| + | Imagick using ImageMagick library version ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https:// | ||
| </ | </ | ||
installing_php_imagick_module_ubuntu_22_04.1687675884.txt.gz · Last modified: 2023/06/25 06:51 by wikiadmin
