soflyy / oxygen-bugs-and-features

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

PHP 8.1 WARNING "line 207" and "line 316" #3078

Open Bebuk85 opened 2 years ago

Bebuk85 commented 2 years ago

Hi i'm getting this warnings in my PHP Log due oxygen plugin.

image

  1. PHP Warning: Undefined variable $old_query in /wp-content/plugins/oxygen/component-framework/components/classes/image.class.php on line 207

  2. PHP Warning: Undefined variable $old_query in /wp-content/plugins/oxygen/component-framework/components/classes/image.class.php on line 207

  3. PHP Warning: Undefined array key "" in /wp-content/plugins/oxygen/component-framework/components/classes/gallery.class.php on line 316

  4. PHP Warning: Trying to access array offset on value of type null in /wp-content/plugins/oxygen/component-framework/components/classes/gallery.class.php on line 316

WP Version: 6.0.2 PHP Version: 8.1.0 Oxygen Builder Version: 4.0.3

Kpudlo commented 2 years ago

Replicated and reported internally.

michacassola commented 1 year ago

PHP 8.0 !

PHP Warning:  Undefined array key "name" in [...]/htdocs/wp-content/plugins/oxygen/component-framework/includes/metabox/oxygen-metabox-integration.php on line 677
PHP Warning:  Undefined array key "" in [...]/htdocs/wp-content/plugins/oxygen/component-framework/components/classes/gallery.class.php on line 316
PHP Warning:  Undefined array key "name" in [...]/htdocs/wp-content/plugins/oxygen/component-framework/includes/metabox/oxygen-metabox-integration.php on line 587
PHP Warning:  Undefined array key "name" in [...]/htdocs/wp-content/plugins/oxygen/component-framework/includes/metabox/oxygen-metabox-integration.php on line 588

I do not have the Metabox Plugin installed.

philippwinzer commented 1 year ago

i also have this error on IONOS PHP 8.0 and 8.1 Undefined array key "name" in [...]/plugins/oxygen/component-framework/includes/metabox/oxygen-metabox-integration.php

Flipback8 commented 1 year ago

Same issue. My log in Cloudways is flooded with this message. Was on PHP 8.2, Downgraded to 8.1 as advised by Elijah and the error message remains persistent. Please prioritize getting this issue fixed.

OxyGalleryErrorLog81

WP Version: 6.3.1 PHP Version: 8.1. and 8.2 Oxygen Builder Version: 4.7

melgares commented 1 year ago

Same issue. My log in Cloudways is flooded with this message. Was on PHP 8.2, Downgraded to 8.1 as advised by Elijah and the error message remains persistent. Please prioritize getting this issue fixed.

OxyGalleryErrorLog81

WP Version: 6.3.1 PHP Version: 8.1. and 8.2 Oxygen Builder Version: 4.7

I have the same issue but with 8.0

image