upgrading from D10.1.8 to D10.3.0 .. "entity_bundle:node

Created on 24 June 2024, 4 days ago
Updated 26 June 2024, 2 days ago

upgrading from d10.18 to 10.3.0.
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "entity_bundle:node" plugin does not exist. Valid plugin IDs for Drupal\rules\Core\ConditionManager are:
rules_data_compariso

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

🐛 Bug report
Status

Postponed: needs info

Version

10.3

Component
Base 

Last updated 1 minute ago

Created by

🇮🇳India nishantkumar155

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

Comments & Activities

  • Issue created by @nishantkumar155
  • 🇮🇳India anshuljain2k8 Pune

    I am Getting Same Error : Here is the error snippet

    Drupal\Component\Plugin\Exception\PluginNotFoundException: The "entity_bundle:node" plugin does not exist. Valid plugin IDs for Drupal\rules\Core\ConditionManager are: rules_data_comparison, rules_data_is_empty, rules_list_contains, rules_list_count_is, rules_entity_has_field, rules_entity_is_new, rules_entity_is_of_bundle, rules_entity_is_of_type, rules_ip_is_banned, rules_node_is_of_type, rules_node_is_promoted, rules_node_is_published, rules_node_is_sticky, rules_path_alias_exists, rules_path_has_alias, rules_text_comparison, rules_entity_field_access, rules_user_has_role, rules_user_is_blocked, webform in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core\lib\Drupal\Component\Plugin\Discovery\DiscoveryTrait.php).
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('entity_bundle:node') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('entity_bundle:node', Array) (Line: 67)
    Drupal\Core\Condition\ConditionManager->createInstance('entity_bundle:node', Array) (Line: 21)
    Drupal\rules\Core\ConditionManager->createInstance('entity_bundle:node', Array) (Line: 81)
    Drupal\Core\Plugin\DefaultLazyPluginCollection->initializePlugin('entity_bundle:node') (Line: 80)
    Drupal\Component\Plugin\LazyPluginCollection->get('entity_bundle:node') (Line: 26)
    Drupal\Core\Condition\ConditionPluginCollection->get('entity_bundle:node') (Line: 149)
    Drupal\Component\Plugin\LazyPluginCollection->getIterator() (Line: 92)
    Drupal\theme_switcher\Theme\ThemeSwitcherNegotiator->applies(Object) (Line: 67)
    Drupal\Core\Theme\ThemeNegotiator->determineActiveTheme(Object) (Line: 414)
    Drupal\Core\Theme\ThemeManager->initTheme(Object) (Line: 95)
    Drupal\Core\Theme\ThemeManager->getActiveTheme() (Line: 90)
    Drupal\Core\Render\ElementInfoManager->getInfo('form') (Line: 806)
    Drupal\Core\Form\FormBuilder->prepareForm('user_login_form', Array, Object) (Line: 285)
    Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
    Drupal\Core\Controller\FormController->getContentResult(Object, Object)
    call_user_func_array(Array, Array) (Line: 123)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 638)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 53)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
    Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32)
    Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 45)
    Drupal\services\StackMiddleware\FormatSetter->handle(Object, 1, 1) (Line: 53)
    Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 50)
    Drupal\ban\BanMiddleware->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
    Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 741)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 22)

  • Status changed to Postponed: needs info 4 days ago
  • 🇺🇸United States cilefen

    This is possibly the same as this bug that is being tracked in the rules module: 📌 [10.3] Update ConditionManager to support PHP Attributes Active . Can you verify please?

  • 🇮🇳India nishantkumar155

    @cilefen Yes i can see it is relevant to #3456430: Update 10.3 release notes to indicate Rules module is not compatible.

  • 🇺🇸United States uberhacker

    Possible solution?

  • Status changed to Closed: duplicate 3 days ago
  • 🇺🇸United States cilefen

    Based on what I have seen while following the multiple issues, 📌 [10.3] Update ConditionManager to support PHP Attributes Active is the lead issue for solving this in Rules module.

  • Status changed to Postponed: needs info 2 days ago
  • 🇺🇸United States uberhacker

    @cilefen: Applying that patch exposes this error. Whack a mole?

Production build 0.69.0 2024