• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Forwarded to devs Webp images are not displayed in dynamic list view tour when using custom theme

Monty

Silver Pleskian
Plesk Guru
TITLE:
Webp images are not displayed in dynamic list view tour when using custom theme
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Obsidian Version 18.0.21 Update #5
CentOS Linux 7.7.1908 (Core)‬
PROBLEM DESCRIPTION:
Related to: Import of custom theme results in warnings

When using a custom theme and you log in as a customer, you'll be presented with the tour through the new "dynamic list view" feature of Plesk Obsidian.

Clicking on the "Take the tour" link will result in broken images (404 not found).

Problem 1: The webp images used for the tour are not imported when you import a custom theme, see Import of custom theme results in warnings

Problem 2: If you manually copy the 4 webp images to /usr/local/psa/admin/htdocs/theme-skins/<theme-name>/plesk/views/smb/web/view/images/ the images are still not displayed but this time with a "403 forbidden" error.
This is due to the config of sw-cp-server not allowing .webp files:

Line 61 of /etc/sw-cp-server/conf.d/plesk.inc:
Code:
 location ~ "\.(css|gif|png|jpg|jpeg|svg|xml|woff|woff2)$" {

Workaround: Replace line 61 of /etc/sw-cp-server/conf.d/plesk.inc with:
Code:
location ~ "\.(css|gif|png|jpg|jpeg|svg|xml|woff|woff2|webp)$" {
STEPS TO REPRODUCE:
  1. Import a custom theme as outlined in Using Custom Themes
  2. Log in to Plesk as a customer
  3. Click on "Take the tour" link for the dynamic lists feature
ACTUAL RESULT:
Images in the tutorial are not loaded (Problem 1: 404 error, Problem 2: 403 error)​
EXPECTED RESULT:
Images should be displayed​
ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Confirm bug
 
Currently, Plesk PHP packages are compiled without WebP support.
WebP support is planned to be implemented in one of future Plesk Obsidian updates. Updated PHP builds will be available in Plesk Onyx as well.
 
Thank you. The feature request has been created: PPP-46990
 
Back
Top