A couple of PHP warnings

Got some PHP warnings and a deprecation notice. Running PHP 8.1.

Nothing serious but it may be nice to clean them up.

[28-Mar-2022 11:47:35 UTC] PHP Warning:  Undefined variable $column_fade_animation_offset in /wp-content/themes/pro/cornerstone/includes/elements/definitions/classic-column-v2.php on line 110
[28-Mar-2022 11:49:16 UTC] PHP Warning:  Undefined variable $control_accordion_header_indicator in /wp-content/themes/pro/cornerstone/includes/elements/definitions/accordion.php on line 427
[28-Mar-2022 11:49:16 UTC] PHP Warning:  Undefined variable $options_rating_value_content in /wp-content/themes/pro/cornerstone/includes/elements/control-partials/rating.php on line 145
[28-Mar-2022 11:49:16 UTC] PHP Warning:  Undefined variable $options_rating_scale_content in /wp-content/themes/pro/cornerstone/includes/elements/control-partials/rating.php on line 153
[28-Mar-2022 11:49:16 UTC] PHP Warning:  Undefined variable $options_rating_scale_content in /wp-content/themes/pro/cornerstone/includes/elements/control-partials/rating.php on line 161
[28-Mar-2022 11:49:16 UTC] PHP Warning:  Undefined variable $options_alert_close_offset in /wp-content/themes/pro/cornerstone/includes/elements/definitions/alert.php on line 204
[28-Mar-2022 11:49:16 UTC] PHP Warning:  Undefined variable $options_alert_close_offset in /wp-content/themes/pro/cornerstone/includes/elements/definitions/alert.php on line 212
[28-Mar-2022 11:49:16 UTC] PHP Warning:  Undefined variable $options_rating_value_content in /wp-content/themes/pro/cornerstone/includes/elements/control-partials/rating.php on line 145
[28-Mar-2022 11:49:16 UTC] PHP Warning:  Undefined variable $options_rating_scale_content in /wp-content/themes/pro/cornerstone/includes/elements/control-partials/rating.php on line 153
[28-Mar-2022 11:49:16 UTC] PHP Warning:  Undefined variable $options_rating_scale_content in /wp-content/themes/pro/cornerstone/includes/elements/control-partials/rating.php on line 161
[28-Mar-2022 11:49:16 UTC] PHP Warning:  Undefined variable $control_widget_area_bg_color in /wp-content/themes/pro/cornerstone/includes/elements/definitions/widget-area.php on line 119

E_DEPRECATED: Return type of Themeco\Cornerstone\Parsy\Util\Token::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /themes/pro/cornerstone/includes/classes/Parsy/Util/Token.php on line 33.

Thank you!

1 Like

Ok was about to post this too!

Are you guys officially supporting PHP 8.1 yet?