- π¦π·Argentina luisrdm
Hi there, I'm encountering this error when I try to acces /admin/modules/uninstall
The website encountered an unexpected error. Try again later.
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "filter_footnotes" plugin does not exist. Valid plugin IDs for Drupal\filter\FilterPluginManager are: editor_file_reference, filter_align, filter_autop, filter_caption, filter_html, filter_htmlcorrector, filter_html_escape, filter_html_image_secure, filter_image_lazy_load, filter_null, filter_url, media_embed, php_code in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
This is a Drupal 10.3.1
Apache/2.4.56
PHP 8.2.5
10.7.3-MariaDB-1:10.7.3+maria~bullseye-log - Status changed to Active
2 months ago 8:32pm 6 February 2025 - πΊπΈUnited States DamienMcKenna NH, USA
Yes, this is still a problem in the 4.0.x branch.
When the module is uninstalled it needs to loop through all of the defined filters and remove mentions of the "filter_footnotes" plugin.