Cannot update to 2.0.10

Created on 1 May 2024, 12 months ago
Updated 19 June 2024, 10 months ago

I've installed v. 2.0.9

Attempted to updated to v. 2.0.10

Version 2.0.10 requires `requires drupal/term_merge`
term_merge β†’ module is on beta

but it does not match your minimum-stability.
composer.json

"minimum-stability": "stable",

πŸ’¬ Support request
Status

Fixed

Version

2.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @La558
  • Status changed to Fixed 12 months ago
  • πŸ‡ΊπŸ‡¦Ukraine andriy khomych

    The issue was fixed here - https://www.drupal.org/project/taxonomy_manager/issues/3444071 πŸ› Version 2.0.10 breaks existing installations Needs work

    Please, use 2.0.11 release.

  • Thanks for the update.
    I was able to successfully update to 2.0.11

    However, when accessing the taxonomy manager page and selecting any of the different vocabularies:
    admin/structure/taxonomy_manager/voc/

    and then selecting any taxonomy term, I get the following error:

    Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException: The "taxonomy_term" entity type did not specify a "taxonomy_manager" form class. in Drupal\Core\Entity\EntityTypeManager->getFormObject() (line 209 of /path_to_site/web/core/lib/Drupal/Core/Entity/EntityTypeManager.php).

    here is the full back-trace error:

    #0 /path_to_drupal_site/web/core/lib/Drupal/Core/Entity/EntityFormBuilder.php(44): Drupal\Core\Entity\EntityTypeManager->getFormObject('taxonomy_term', 'taxonomy_manage...')
    #1 /path_to_drupal_site/web/modules/contrib/taxonomy_manager/src/Form/TaxonomyManagerForm.php(366): Drupal\Core\Entity\EntityFormBuilder->getForm(Object(Drupal\taxonomy\Entity\Term), 'taxonomy_manage...')
    #2 [internal function]: Drupal\taxonomy_manager\Form\TaxonomyManagerForm->termDataCallback(Array, Object(Drupal\Core\Form\FormState), Object(Symfony\Component\HttpFoundation\Request))
    #3 /path_to_drupal_site/web/core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php(69): call_user_func_array(Array, Array)
    #4 /path_to_drupal_site/web/core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php(112): Drupal\Core\Form\FormAjaxResponseBuilder->buildResponse(Object(Symfony\Component\HttpFoundation\Request), Array, Object(Drupal\Core\Form\FormState), Array)
    #5 [internal function]: Drupal\Core\Form\EventSubscriber\FormAjaxSubscriber->onException(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
    #6 /path_to_drupal_site/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php(111): call_user_func(Array, Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
    #7 /path_to_drupal_site/vendor/symfony/http-kernel/HttpKernel.php(239): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...')
    #8 /path_to_drupal_site/vendor/symfony/http-kernel/HttpKernel.php(91): Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Object(Drupal\Core\Form\FormAjaxException), Object(Symfony\Component\HttpFoundation\Request), 1)
    #9 /path_to_drupal_site/web/core/lib/Drupal/Core/StackMiddleware/Session.php(58): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    #10 /path_to_drupal_site/web/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    #11 /path_to_drupal_site/web/core/lib/Drupal/Core/StackMiddleware/ContentLength.php(28): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    #12 /path_to_drupal_site/web/core/modules/big_pipe/src/StackMiddleware/ContentLength.php(32): Drupal\Core\StackMiddleware\ContentLength->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    #13 /path_to_drupal_site/web/core/modules/page_cache/src/StackMiddleware/PageCache.php(106): Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    #14 /path_to_drupal_site/web/core/modules/page_cache/src/StackMiddleware/PageCache.php(85): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    #15 /path_to_drupal_site/web/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(48): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    #16 /path_to_drupal_site/web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    #17 /path_to_drupal_site/web/core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php(36): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    #18 /path_to_drupal_site/web/core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php(51): Drupal\Core\StackMiddleware\AjaxPageState->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    #19 /path_to_drupal_site/web/core/lib/Drupal/Core/DrupalKernel.php(704): Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
    #20 /path_to_drupal_site/web/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
    #21 {main}

    If I roll back to v. 2.0.9, the error goes away.

    Thanks!

  • Status changed to Active 12 months ago
  • Status changed to Postponed: needs info 12 months ago
  • πŸ‡ΊπŸ‡¦Ukraine andriy khomych

    Hey La558, I was not able to replicate this issue using a fresh 2.0.11 version
    Did you clear the cache after updating to 2.0.11?
    Could you uninstall the module and install it from scratch 2.0.11?

  • Thanks @Andriy,

    uninstalling the module and installing it from scratch 2.0.11 did work.

  • Status changed to Fixed 11 months ago
  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024