• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Plesk, Wordpress and popular 'Converter for Media' WP plugin WEBP question

skazhikadyadya

New Pleskian
Server operating system version
Ubuntu 20.04.6 LTS
Plesk version and microupdate number
Version 18.0.63 Update #4, last updated on Sept 4, 2024 11:19 PM
Hello! I've encountered an issue. When I try to use a plugin for WEBP, it doesn't work. There are instructions for Nginx on the official website:

Configuration for Nginx server - matt plugins

My settings are listed below. Is there anything that can be done about this? Thank you.
 

Attachments

Last edited by a moderator:
I am not quite sure where the plugin you are using is configured to log errors.

Hello! I've encountered an issue. When I try to use a plugin for WEBP, it doesn't work

If the plugin doesn't return or log an error, please describe the issue in as much details as possible.
 
In the Nginx logs:

517738#0: *9222316 openat() "/var/www/vhosts/*****.online/httpdocs/wp-json/webp-converter/v1/cron-conversion" failed (2: No such file or directory)
 
Also, in the logs:
2024/10/17 10:11:33 [error] 517738#0: *9224573 openat() "/var/www/vhosts/*****.online/httpdocs/wp-json/webp-converter/v1/regenerate" failed (2: No such file or directory), client: 46.***.167.144, server: *****.online, request: "POST /wp-json/webp-converter/v1/regenerate HTTP/1.1", host: "*****.online", referrer: "https://****.online/wp-admin/options-general.php?page=webpc_admin_page&action=advanced"
 
That sounds like Nginx is trying to fetch the /wp-json/webp-converter/v1/regenerate file instead of rewriting it to index.php.

Is the WordPress install listed in WPTollkit? WPToolkit will add the required URL rewrite in the Nginx config before other location directives.

The directives in your initial message are for requesting already converted images if they exist.

What is the name of the plugin?
 
That sounds like Nginx is trying to fetch the /wp-json/webp-converter/v1/regenerate file instead of rewriting it to index.php.

Is the WordPress install listed in WPTollkit? WPToolkit will add the required URL rewrite in the Nginx config before other location directives.

The directives in your initial message are for requesting already converted images if they exist.

What is the name of the plugin?
Hello Raul!

Plugin name is 'Converter for Media'.
I'll check the WPToolkit in my site and post to that thread today.

Thank you.
 
Back
Top