junaidbhura / fly-dynamic-image-resizer

Fly Dynamic Image Resizer plugin for WordPress
https://wordpress.org/plugins/fly-dynamic-image-resizer/
MIT License
162 stars 26 forks source link

Errors after upgrade to PHP 8.1 #55

Open krishaamer opened 2 years ago

krishaamer commented 2 years ago

Hi, I'm getting this PHP Warning:

Undefined array key "file" in /plugins/fly-dynamic-image-resizer/inc/class-core.php on line 261

https://github.com/junaidbhura/fly-dynamic-image-resizer/blob/fd90db22d3e83e60c903244a7a42f7ec12805177/inc/class-core.php#L261

junaidbhura commented 2 years ago

Hey @krishaamer thanks for this issue. I'm more concerned about why there is no file within $image than the warning itself. It is right to throw a warning, since file should be in there.

Do you think you could do a var_dump of $image and share it here?