wp-media / imagify-plugin

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

PHP Deprecated notice when upgraded to PHP 8.2 #723

Closed ionikol closed 1 year ago

ionikol commented 1 year ago

Before submitting an issue please check that you’ve completed the following steps:

Describe the bug The user on this ticket received the following PHP Deprecated notice when upgraded to PHP 8.2

Deprecated: Creation of dynamic property Imagify\MediaOptimization::$query_url is deprecated in wp-content/plugins/imagify/inc/classes/class-imagify-abstract-background-process.php on line 38

Expected behavior No deprecated notice

Backlog Grooming (for WP Media dev team use only)

CrochetFeve0251 commented 1 year ago

Identify the root cause

The root cause is due to an error done in the Imagify_Abstract_Background_Process class.

The query_url property is not definted.

Scope a solution

Define the query_url property inside the Imagify_Abstract_Background_Process class:

Estimate the effort

Effort XS