wp-media / imagify-plugin

Speed up your website with lighter images without losing quality.
https://imagify.io
71 stars 25 forks source link

Fix deprecated notice due to undefined property. #724

Closed CrochetFeve0251 closed 1 year ago

CrochetFeve0251 commented 1 year ago

Added a definition of the property query_url to fix a warning.

Fix #723

vmanthos commented 1 year ago

@CrochetFeve0251 I checked the PR and the warning reported in the original issue is resolved. 👏

There is still this one:

PHP Deprecated:  Creation of dynamic property Imagify\Webp\RewriteRules\Display::$server_conf is deprecated in /var/www/example.com/htdocs/wp-content/plugins/imagify-plugin/classes/Webp/RewriteRules/Display.php on line 246

To reproduce:

  1. Visit Imagify's settings.
  2. Change any setting, e.g. enable Display images in WebP format on the site and save the settings.
  3. See the notice in the debug.log.

Can you please look into this? :pray: