soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
314 stars 29 forks source link

undefined array key - PHP version 8+ #3282

Open pka246 opened 1 year ago

pka246 commented 1 year ago

When I upgrade to PHP version 8.2 then I am getting a warning like "undefined array key icon-color".

Screenshot 2023-04-12 222906

There is no checking for a variable set or not for keys "icon-padding", "icon-color", "icon-background-color", "icon-size".

stephenharman commented 1 year ago

I'm getting the same errors on PHP v.8.0.28 running Oxygen 4.5.

Kpudlo commented 1 year ago

Reproduced and reported internally at https://github.com/soflyy/oxygen/issues/5055.

DanDawson commented 1 year ago

I confirm I am still seeing these with PHP 8.2 on Oxygen 4.7:

[31-Aug-2023 14:39:32 UTC] PHP Warning: Undefined array key "icon-color" in /public/wp-content/plugins/oxygen/component-framework/component-init.php on line 3023 [31-Aug-2023 14:39:32 UTC] PHP Warning: Undefined array key "icon-background-color" in /public/wp-content/plugins/oxygen/component-framework/component-init.php on line 3024 [31-Aug-2023 14:39:32 UTC] PHP Warning: Undefined array key "icon-size" in /public/wp-content/plugins/oxygen/component-framework/component-init.php on line 3026