- Issue created by @buzzbee
- 🇬🇧United Kingdom buzzbee
We have been able to restore the site by doing the following:
removed all LMS modules from contrib, re-installed latest version of Drupal LMS and flushed all caches with drush.It is not really resolved but found a workaround!
- 🇬🇧United Kingdom catch
used update function (in Extend)
This is not recommended in Drupal 10 and has been completely removed in Drupal 11, see https://www.drupal.org/node/3511861 → for details. For installing and updating modules it's best to use composer - either directly via the command line, or via the contributed automatic_updates and project_browser modules.
- 🇬🇧United Kingdom buzzbee
I closed this issue as there is no need to reproduce this (newer version already available). Thanks for your support!