- Issue created by @shaundychko
- πΊπΈUnited States NicholasS
Adding the "exclude" for "drupal/h5p" to your code example.
- πΊπΈUnited States NicholasS
I had to combine with a Drush update
composer require drupal/h5p:dev-2.0.x-patched drush/drush:^13 -W
But I can confirm this updates h5p so its compatible with PHP 8.3
- πΊπΈUnited States chamilsanjeewa
I followed the steps and used the forked branch, but I still encountered the errors below.
Also, @shaundychko, do you plan to merge this into the module?
- π¨π¦Canada shaundychko
@chamilsanjeewa thank you for trying out the fork. I don't have commit access to this module so I can't merge into it. The intention is to keep the fork only while waiting for the maintainers to commit the patches to the module, and then I would delete the fork. The error messages you posted are related to downloading the H5P libraries since your site is searching for files in the ./default/files/h5p directory.
- πΊπΈUnited States chamilsanjeewa
Hi Shaundychko,
Thank you. Unfortunately, we can't grant write access to the server. We need to move everything using Composer and pipelines instead.