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
composer create-project drupal/recommended-project:9.4.* drupal-umamicd drupal-umamicomposer require drush/drushvendor/bin/drush si demo_umami
Comments
Comment #2
kristen polI've been getting these as well when installing Umami Demo on both 9.3 and 9.4. Thanks for making the issue!
Comment #3
kristen polSee #3176461: Warning: "extra_field_block:node:*:content_moderation_control" was not found
Comment #4
kristen polClosing this as a duplicate of #3176461: Warning: "extra_field_block:node:*:content_moderation_control" was not found.