I have the problem that when I use the “Start Bulk Processing” function, the process freezes after two images.
My setting:
Imagick with WebP and AVIF
Log shows this last line: [2024-11-23 20:23:41][notice]test imagick image.jpg
]]>WebP generator stopped working properly. When I uploaded an image, it showed a blank media in the Media Library. This behaviour was the same for a new WordPress install.
After reaching out to support (I’ve got a paid license) , I was informed of 2 things:
I did #2 and my WebP generator is working fine again.
]]>After I finally moved from PHP 7.4 to 8.1 I find that the image processing manipulates the image content to a darker state. If I disable Imagick in PHP, the image is uploaded as expected, but then I loose the all important EXIF data.
How do I stop the content of the image from being manipulated?
Morten
]]>I have an error when cropping an image on my website; the message on the UI is “There was an error cropping your image”.
Here is what I see in the logs:
PHP Warning: file_put_contents(https://cdn.{domain}.com/wp-content/uploads/cropped-image.jpeg): Failed to open stream: HTTP wrapper does not support writeable connections in /home/{path}/public/wp-includes/class-wp-image-editor-imagick.php on line 860″ while reading response header from upstream, client: {ip}], server: {server}}.
It looks like the cropping function tries to use the cdn url instead of a filename with :
file_put_contents( $filename, $image->getImageBlob() )
Which causes the error as file_put_contents expects a file path.
How can this be addressed? The imagick usage is essential to my application.
Thank you for your help!
]]>I’ve been getting this message under Site Health Status for a while now and don’t know how to fix it. It’s recommending an imagick module, not sure what this is or where to find it. Here is the message:
Site Health Status
The site health check shows information about your WordPress configuration and items that may need your attention. 1?recommended improvement
Recommended items are considered beneficial to your site, although not as important to prioritize as a critical issue, they may include improvements to things such as; Performance, user experience, and more. One or more recommended modules are missing
PHP modules perform most of the tasks on the server that make your site run. Any changes to these must be made by your server administrator.
The WordPress Hosting Team maintains a list of those modules, both recommended and required, in the team handbook(opens in a new tab).
I found this error “The optional module, imagick, is not installed, or has been disabled.”
How to solve this? Please suggest the solution.
Thanks in advance.
]]>I have clicked the Apply button, and refreshed the Site Health page, but still see:
]]>The optional module, imagick, is not installed, or has been disabled.
I found a couple of stack related to this issue, but I am unsure what to do:
https://wordpress.stackexchange.com/questions/391803/why-are-thumbnails-not-being-generated-for-pdf-files
https://stackoverflow.com/questions/52703123/override-default-imagemagick-policy-xml
Any help would be much appreciated.
]]>.. any solution?
]]>