🇨🇦Canada @ryrye

Account created on 5 April 2009, about 16 years ago
#

Recent comments

🇨🇦Canada ryrye

On my site that had been upgraded from D7->D8 at some point in the distant past, I had this issue - upgrading from d10.2.x to d10.3.x or 10.4.x caused some several admin menu items to disappear. Now that 10.2.* is fully deprecated I was forced to deal with this.

Eventually I was able to do the upgrade without the breakage and without the mess of removing and re-adding custom menu items. Here is the outline of the procedure I followed, in order:

  • drush pmu menu_ui
  • drush entity:delete menu_link_content --yes
  • drush pmu menu_link_content
  • (adjust composer.json to use ^10.3.9)
  • composer update "drupal/core-*" -W
  • drush updb -y
  • drush en menu_link_content menu_ui
  • drush pmu admin_toolbar_tools

Surprisingly my custom admin menu items were still in place after all this, and no items were missing from the admin menu. I don't really understand how this could be so after the `drush entity:delete menu_link_content --yes` command but there you go.

The last command is optional - admin_toolbar_tools seems to currently have some routes in it that are causing errors, so I disabled it. If you're using it you might need to as well. Hopefully those routes are removed from the module soon and we can re enable it.

Hopefully this works for someone else too.

🇨🇦Canada ryrye

For me #17 was the cleanest solution until this is resolved, no patch to core.

🇨🇦Canada ryrye

Mine have been through the D7->[...]->D10 process as well.

🇨🇦Canada ryrye

When faced with this issue, caspervoogt's solution https://www.drupal.org/project/drupal/issues/3075527#comment-15604529 🐛 Adding links around embedded media through CKEditor might lead to invalid/complex markup when rendered Active to disable to the "Convert line breaks into HTML" filter worked for me.

🇨🇦Canada ryrye

Same issue here.

As a workaround I am temporarily recreating the menu since the pages for the sub-items in admin/config and admin/structure are accessible

🇨🇦Canada ryrye

Thank you for reporting this, and for reporting the fix. I had the same problem and uninstalling Facets fixed it. I haven't tried the development version of Facets, this incompatibility may be fixed by now using that version.

Production build 0.71.5 2024