- Issue created by @tibezh
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 6:42am 15 March 2024 - Status changed to RTBC
about 1 year ago 8:32am 18 March 2024
In the PHP 8.1 in specific cases we can have a deprecation error:
Deprecated function: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated in video_embed_field_field_formatter_view()
We need to add a check for existing data before the unserialize function.