• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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