Problem/Motivation

While working on #3303780: Manually test QuickEdit module removal, during the vendor/bin/drush si demo_umami phase, I got some strange warnings and errors in the CLI output. @xjm confirmed:

Verified these warnings also happen on Simplytest.me; core bug report I think.

Warnings

 [warning] The "extra_field_block:node:recipe:content_moderation_control" was not found
 [warning] The "extra_field_block:node:recipe:content_moderation_control" was not found
 [warning] The "extra_field_block:node:page:content_moderation_control" was not found
 [warning] The "extra_field_block:node:page:content_moderation_control" was not found
 [warning] The "extra_field_block:node:article:content_moderation_control" was not found
 [warning] The "extra_field_block:node:article:content_moderation_control" was not found

Errors

 [error]  Import of string "Para buscar ayuda, se necesita instalar el módulo Search del núcleo, configurar una página de búsqueda, y añadir un bloque de ayuda para la página Ayuda u otra página administrativa. (Se añadirá una página de búsqueda y, si se utiliza como tema principal el tema administrativo Seven, se mostrará un bloque de búsqueda de ayuda en la página Ayuda principal). De este modo los usuarios con permisos de búsqueda, y permisos para ver la ayuda, podrán buscar ayuda. Para más información se puede visitar la <a href=" :search_help ">página de ayuda del módulo Search</a>." was skipped because of disallowed or malformed HTML.
 [error]  Import of string "<p class = "text-align-center">Explore recetas en cada tipo de ocasión, ingrediente y nivel de habilidad.</p>" was skipped because of disallowed or malformed HTML.
 [error]  Import of string "<p class ="text-align-center">Explore recetas en cada tipo de ocasión, ingrediente y nivel de habilidad</p>" was skipped because of disallowed or malformed HTML.

Steps to reproduce

  1. composer create-project drupal/recommended-project:9.4.* drupal-umami
  2. cd drupal-umami
  3. composer require drush/drush
  4. vendor/bin/drush si demo_umami

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

dww created an issue. See original summary.

kristen pol’s picture

Issue tags: +Bug Smash Initiative

I've been getting these as well when installing Umami Demo on both 9.3 and 9.4. Thanks for making the issue!

kristen pol’s picture

Status: Active » Closed (duplicate)