acquia/lightning-project

In ArrayElement.php line 76: The configuration property _core.default_config_hash doesn't exist.

Opened this issue · 1 comments

Ran commands in following sequence:

composer require drush/drush:~9.5.0 acquia/blt:~9.2.0 acquia/lightning:~3.2.0 drupal/core:~8.6.2 --update-with-dependencies
composer require 'drupal/paragraphs:^1.5' 'drupal/entity_reference_revisions:^1.6'
drush @site-alias cr
drush @site-alias updb
drush @site-alias cr

After this I run:
drush @site-alias update:lightning
I get this error:

Executing all available updates...
Lightning 3.2.0

Do you want to update all sub-profiles to be Drupal 8.6-compatible? (yes/no) [yes]:

yes

In ArrayElement.php line 76:

The configuration property _core.default_config_hash doesn't exist.

Profile file I have is "profiles/custom/ggg-site":

name: 'ggg_site'
type: profile
description: 'Desc'
core: '8.x'
distribution:
  name: GGG Site
base profile: lightning
exclude:
  - lightning_media_twitter
  - lightning_media_instagram
  - lightning_layout
  - lightning_landing_page
  - lightning_workflow
  - lightning_page
  - lightning_roles
  - lightning_search
  - lightning_contact_form
  - page_cache
  - lightning_scheduled_updates

install:
  - acsf
  - pathauto
  - ggg_core

themes:
  - ggg
  - seven

It helped:
drush @site-alias cdel -y lightning_core.versions _core