phenaproxima / starshot-prototype

Prototype of a new kind of Drupal, based on recipes and loaded up with contrib's best modules and themes. Not a fork or a distribution.
https://drupal.org/starshot
104 stars 36 forks source link

"Config was not found" warnings on `drupal:install-dev` #121

Closed TravisCarden closed 1 week ago

TravisCarden commented 1 week ago

Running composer drupal:install-dev on a fresh DDEV installation results in a number of "config was not found" warnings:

composer drupal:install-dev
...
 [warning] The "help_block" was not found
 [warning] The "field_block:node:event:field_image" was not found
 [warning] The "extra_field_block:node:event:links" was not found
 [warning] The "field_block:node:event:body" was not found
 [warning] The "extra_field_block:node:event:content_moderation_control" was not found
 [warning] The "field_block:node:event:field_date_time" was not found
 [warning] The "field_block:node:event:field_location" was not found
 [warning] The "field_block:node:event:field_meta_tags" was not found
 [warning] The "field_block:node:event:field_location" was not found
 [warning] The "field_block:node:event:field_image" was not found
 [warning] The "extra_field_block:node:event:links" was not found
 [warning] The "field_block:node:event:body" was not found
 [warning] The "extra_field_block:node:event:content_moderation_control" was not found
 [warning] The "field_block:node:event:field_date_time" was not found
 [warning] The "field_block:node:event:field_location" was not found
 [warning] The "field_block:node:event:field_meta_tags" was not found
 [warning] The "field_block:node:event:field_location" was not found
 [warning] The "block_content:aa33cb62-047a-4695-a523-aa43266c2bb3" was not found
Full log ``` composer drupal:install-dev > cd web/sites/default && chmod +w . && rm -rf settings.php files > Composer\Config::disableProcessTimeout > \Drupal\starshot_installer\ScriptHandler::configureDrush > drush site:install --yes --account-pass admin --config drush-install.yml && rm -f drush-install.yml You are about to: * Create a sites/default/settings.php file * DROP all tables in your 'db.sqlite' database. // Do you want to continue?: yes. [notice] Starting Drupal installation. This takes a while. [notice] Performed install task: install_select_language [notice] Performed install task: install_select_profile [notice] Performed install task: install_load_profile [notice] Performed install task: install_verify_requirements [notice] Performed install task: install_settings_form [notice] Performed install task: install_verify_database_ready [notice] Performed install task: install_base_system [notice] Performed install task: install_bootstrap_full [notice] Performed install task: install_profile_modules [notice] Performed install task: install_profile_themes [notice] Performed install task: install_install_profile [notice] Performed install task: install_configure_form [warning] The "help_block" was not found [warning] The "field_block:node:event:field_image" was not found [warning] The "extra_field_block:node:event:links" was not found [warning] The "field_block:node:event:body" was not found [warning] The "extra_field_block:node:event:content_moderation_control" was not found [warning] The "field_block:node:event:field_date_time" was not found [warning] The "field_block:node:event:field_location" was not found [warning] The "field_block:node:event:field_meta_tags" was not found [warning] The "field_block:node:event:field_location" was not found [warning] The "field_block:node:event:field_image" was not found [warning] The "extra_field_block:node:event:links" was not found [warning] The "field_block:node:event:body" was not found [warning] The "extra_field_block:node:event:content_moderation_control" was not found [warning] The "field_block:node:event:field_date_time" was not found [warning] The "field_block:node:event:field_location" was not found [warning] The "field_block:node:event:field_meta_tags" was not found [warning] The "field_block:node:event:field_location" was not found [warning] The "block_content:aa33cb62-047a-4695-a523-aa43266c2bb3" was not found [notice] Performed install task: starshot_installer_apply_recipes [notice] Performed install task: starshot_installer_uninstall_myself [notice] Performed install task: install_finished [success] Installation complete. ```
phenaproxima commented 1 week ago

Yeah, I've seen these too. It doesn't seem to affect anything, so I've just been ignoring this...

TravisCarden commented 1 week ago

It looks like this may be a Drupal core issue: Warning "views_block:x was not found" when importing config [#3180467]. Since it doesn't appear to affect anything and we apparently didn't do something to cause it, I'll close this issue.