- Issue created by @kay_v
- 🇺🇸United States kay_v
removing the 2nd error; it appears to be an issue with pathauto
- 🇺🇸United States kay_v
I'm updating the summary; it seems Drush pmu is inconsistent - sometimes it succeeds and others it does not:
ddev drush pmu simple_views_accordion In DiscoveryTrait.php line 53: The "simple_views_accordion" plugin does not exist. Valid plugin IDs for Drupal\views \Plugin\ViewsPluginManager are: entity_reference_revisions, serializer, simple_views_ accordion_simple_views_accordion, default, default_summary, table, rss, grid, html_li st, entity_reference, unformatted_summary, opml Failed to run drush pmu simple_views_accordion: exit status 1
- Status changed to Postponed: needs info
about 1 year ago 5:34pm 2 October 2023 - 🇳🇮Nicaragua edysmp Nicaragua
Hey @kay_v,
Assuming that in the step `5. upgrade the d9 site to d10` you are exporting the configuration,
I'm not able to reproduce this with a fresh d9 install and then making the upgrade to d10.1. Something more should be happen on your end that i'm not able to reproduce.Also i don't have to make the install/uninstall steps when doing a upgrade.
- Status changed to Closed: cannot reproduce
about 1 year ago 8:43pm 2 October 2023 - 🇺🇸United States kay_v
Marking as closed.
Thanks @edysmp! I've also not been able to reproduce the issue, tho it kept happening repeatedly for so long. Huh! Who knows what made the issue come up? Good to have it resolved!
- Status changed to Needs work
7 months ago 2:31pm 16 May 2024 - 🇳🇮Nicaragua edysmp Nicaragua
Hey @kay_v,
You were right. The issue is still there.
It happens because the renaming of the plugin id from `simple_views_accordion_simple_views_accordion` to `simple_views_accordion` in the dev branch.
I will post a MR shortly with a post update hook that will fix things.
- Merge request !2Issue #3390451 by kay_v, edysmp: PluginNotFoundException → (Merged) created by edysmp