- Issue created by @jigarius
I just updated to Drupal 10.3.2 and I get the following warning on PHP 8.2.
Creation of dynamic property Drupal\layout_builder_st\Plugin\SectionStorage\OverridesSectionStorage::$initializedContextConfig is deprecated in Drupal\Component\Serialization\PhpSerialize::decode() (line 21 of core/lib/Drupal/Component/Serialization/PhpSerialize.php)
Seems like there are records in the database that contain that "$initializedContextConfig". When trying to unserialize those records, PHP raises the deprecation warning.
Upgrade to Drupal 10.3.2 with existing nodes that have custom layouts.
Not sure. Maybe, implement a __wake() that will handle the non-existent property?
?
?
?
Active
Code