Uncaught PHP Exception the "node_type" plugin does not exist.

Created on 25 February 2023, over 1 year ago
Updated 19 March 2023, over 1 year ago

Problem/Motivation

FYI - I am getting an error with this module when I try to add new Taxonomy Terms. Could easily be a conflict with another module I have. However, uninstalling Tooltip Taxonomy fixes my issue.

Error: [25-Feb-2023 09:36:36 America/Chicago] Uncaught PHP Exception Drupal\Core\Entity\EntityStorageException: "The "node_type" plugin does not exist. Valid plugin IDs for Drupal\Core\Condition\ConditionManager are: current_theme, request_path, user_role, webform, entity_bundle:block_content, entity_bundle:comment, entity_bundle:contact_message, entity_bundle:flagging, entity_bundle:media, entity_bundle:menu_link_content, entity_bundle:node, entity_bundle:shortcut, entity_bundle:taxonomy_term, entity_bundle:webform_submission" at /Applications/MAMP/htdocs/***/web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php line 815.

Potential suspect could be similar to an old ctools issues of the the same type where the solutions was:
"Upstream CTools has removed the node_type plugin, and replaced it with derivatives of entity_bundle. If you export your config, you can search-and-replace on all your pathauto.pattern.*.yml, changing references to node_type to entity_bundle.node."

Poking around it seems that the TooltipManager.php file envokes the "node_type" plugin.

Install Is: Drupal 10, MAMP local development.

Steps to reproduce

I have not tried a fresh install with only Tooltip Taxonomy.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States DrupalRanger

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

Comments & Activities

Production build 0.71.5 2024