You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EWWW Image Optimizer Plugin is unable to generate WebP image due to the following error:
sh: 1: cwebp: not found
PHP Fatal error: Uncaught ImagickException: Failed to read the file in /var/www/vhosts/ndigitals.com/www/releases/202402050307/web/wp-content/plugins/ewww-image-optimizer/common.php:3119
Stack trace:
#0 /var/www/vhosts/ndigitals.com/www/releases/202402050307/web/wp-content/plugins/ewww-image-optimizer/common.php(3119): Imagick->__construct()
#1 /var/www/vhosts/ndigitals.com/www/releases/202402050307/web/wp-content/plugins/ewww-image-optimizer/unique.php(1235): ewww_image_optimizer_imagick_create_webp()
#2 /var/www/vhosts/ndigitals.com/www/releases/202402050307/web/wp-content/plugins/ewww-image-optimizer/unique.php(878): ewww_image_optimizer_webp_create()
#3 /var/www/vhosts/ndigitals.com/www/releases/202402050307/web/wp-content/plugins/ewww-image-optimizer/bulk.php(2014): ewww_image_optimizer()
#4 /var/www/vhosts/ndigitals.com/www/releases/202402050307/web/wp-content/plugins/ewww-image-optimizer/classes/class-ewwwio-cli.php(204): ewww_image_optimizer_bulk_loop()
#5 [internal function]: EWWWIO_CLI->optimize()
#6 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(100): call_user_func()
#7 [internal function]: WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher\{closure}()
#8 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/Subcommand.php(488): call_user_func()
#9 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(436): WP_CLI\Dispatcher\Subcommand->invoke()
#10 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(459): WP_CLI\Runner->run_command()
#11 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1284): WP_CLI\Runner->run_command_and_exit()
#12 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\Runner->start()
#13 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(83): WP_CLI\Bootstrap\LaunchRunner->process()
#14 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(32): WP_CLI\bootstrap()
#15 phar:///usr/bin/wp/php/boot-phar.php(20): include('...')
#16 /usr/bin/wp(4): include('...')
#17 {main}
thrown in /var/www/vhosts/ndigitals.com/www/releases/202402050307/web/wp-content/plugins/ewww-image-optimizer/common.php on line 3119
Attempting to run cwebp manually shows that it is in fact not installed in the image.
EWWW Image Optimizer uses jpegtran, optipng, pngout, pngquant, gifsicle, and cwebp. You are missing: jpegtran, optipng, gifsicle. Please install via the Settings Page or the Installation Instructions.
The text was updated successfully, but these errors were encountered:
The EWWW Image Optimizer Plugin is unable to generate WebP image due to the following error:
Attempting to run
cwebp
manually shows that it is in fact not installed in the image.The text was updated successfully, but these errors were encountered: