dto-btn / todo

Catch-all for issues that aren't related to a specific project.
0 stars 0 forks source link

Debug latest MySSC Drupal site deployment #33

Closed patheard closed 5 years ago

patheard commented 5 years ago

We're getting failures during the simplesaml configuration because of the following two modules:

Errors occur when importing our exported simplesaml config:

./drush cim --partial --source=/path/to/config/simplesamlphp_auth -y

Error

[error]  Drupal\Core\Config\ConfigImporterException: There were errors validating the config synchronization.
Unable to install the <em class="placeholder">block_dashboard</em> module since it does not exist.
Unable to install the <em class="placeholder">entity_browser_block_layout</em> module since it does not exist. in Drupal\Core\Config\ConfigImporter->validate() (line 737 of /path/to/drupal/web/core/lib/Drupal/Core/Config/ConfigImporter.php). 

In ConfigImportCommands.php line 261:

  The import failed due to the following reasons:                                                                 
  Unable to install the <em class="placeholder">block_dashboard</em> module since it does not exist.              
  Unable to install the <em class="placeholder">entity_browser_block_layout</em> module since it does not exist. 
patheard commented 5 years ago

Deployment has been fixed: