soflyy / oxygen-bugs-and-features

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

Undefined Index #2263

Open shmaltz opened 3 years ago

shmaltz commented 3 years ago

Getting these Undefined Index notices in my log. Running v3.8.

PHP Notice: Undefined index: icon-color in /.../wp-content/plugins/oxygen/component-framework/components/component.class.php on line 3216

Getting these 3 that are supposedly coming from Jetpack, but they said it's Oxygen related:

PHP Notice:  Undefined index: oxygen-cache-259368 in /.../wp-content/plugins/jetpack/class.jetpack.php on line 6463
PHP Notice:  Undefined index: oxygen-cache-259386 in /.../wp-content/plugins/jetpack/class.jetpack.php on line 6463
PHP Notice:  Undefined index: oxygen-universal-styles in /.../wp-content/plugins/jetpack/class.jetpack.php on line 6463
shmaltz commented 2 years ago

Still there in 3.9

shmaltz commented 2 years ago

Our logs are literally clogged up with this error. Every 2 seconds.

Is there anything we can do to fix this?

PHP Notice: Undefined index: icon-color in /wp-content/plugins/oxygen/component-framework/components/component.class.php on line 3217

shmaltz commented 2 years ago

I managed to get rid of the Undefined index: icon-color error by just removing the Oxy icons from my page and replacing them with SVGs. This is a temporary fix.

shmaltz commented 2 years ago

Same here