Hi community, I am facing issue after upgrading my site to PHP 8.0, when we visit Learning Path some of them are breaking with below error.
Error: Attempt to modify property "embed_types" on bool in Drupal\opigno_h5p\Plugin\Field\FieldFormatter\H5PDefaultFormatter->viewElements() (line 76 of modules/contrib/opigno_module/ActivityTypes/opigno_h5p/src/Plugin/Field/FieldFormatter/H5PDefaultFormatter.php).
Upgrading the site to PHP 8.0
I have also resolved this issue by adding a isset condtion for $h5p_content->getLibrary()->embed_types, kindly review and test same.