What plugins are installed on my

Поделиться
HTML-код
  • Опубликовано: 18 янв 2024
  • 2 ways to check what plugins are installed on your Moodle

Комментарии • 3

  • @shiriajin
    @shiriajin Месяц назад

    What is the best way to remove missing from disk plugins? I have four Microsoft plugins that I no longer want but don’t seem to be able to remove them. I tried CLI, but it didn’t work for some reason.

    • @Wise-Cat
      @Wise-Cat  Месяц назад +1

      I've been meaning to do a video on this for a while now. Your best bet is probably the CLI uninstall-plugins.php. Use the switches --show-missing and --purge-missing to show and purge the missing plugins for the site. Also remember to use the --run switch when you actually want it to run the actions (uninstall-plugins.php is very cautious and won't actually do anything without the --run switch).
      Afterwards, perhaps go to the "performance overview" report and make sure the Database schema matches what the code expects.
      Good luck and happy hunting!

    • @Wise-Cat
      @Wise-Cat  28 дней назад

      I made a video on this topic ruclips.net/video/JCD1F-ZDgj0/видео.htmlsi=K5EgsFeGEkFvFf2X
      Hope that helps