I'm seeing:

The website encountered an unexpected error. Please try again later.

When reviewing the log, I see:

Drupal\Component\Plugin\Exception\PluginNotFoundException: The "block_content" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 150 of /var/aegir/platforms/example_platform/web/core/lib/Drupal/Core/Entity/EntityTypeManager.php).

It would certainly be nicer to land on the tab with a message like, "You don't have any custom blocks." rather than trip the exception handler.

Aside: It would be nice if subsystems didn't need to be installed as dependencies if they're not being used. For example, I only care about Taxonomy, so I shouldn't have to enable `menu_link_content` and `block`.

CommentFileSizeAuthor
#3 PluginNotFoundException-3070414-3.patch925 bytesfjgarlin

Comments

colan created an issue. See original summary.

vensires’s picture

Version: 8.x-1.16 » 2.x-dev
fjgarlin’s picture

Component: User interface » Code
Status: Active » Needs review
StatusFileSize
new925 bytes

Patch supplied. I had the same issue.

bachbach’s picture

Status: Needs review » Reviewed & tested by the community

patch #3 is working, thanks

  • colan committed 53ecd5d on 2.x authored by fjgarlin
    Issue #3070414 by fjgarlin, vensires, bachbach: With no blocks, clicking...
colan’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.