Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 301158

Unable to import config between websites

$
0
0

Hi,

I actually have 2 installations with 2 different hash.One for Dev and one for Prod.
I did assign same UUID to both websites (installed separately on 2 differents servers)
I did export config for the Dev one with Drush 8
Then I copy files to the Produciton one via FTP.
Thans I get this error :

drush @sited8ce config-import node.type.page_vdl_liste
exception 'Exception' with message 'The configuration directory type 'node.type.page_vdl_liste' does not exist' in                                                                     [error]
sited8/core/includes/bootstrap.inc:191
Stack trace:
#0 //bin/composer/composer.phar/vendor/drush/drush/commands/core/config.drush.inc(613): config_get_config_directory('node.type.page_...')
#1 [internal function]: drush_config_import('node.type.page_...')
#2 /bin/composer/composer.phar/vendor/drush/drush/includes/command.inc(422): call_user_func_array('drush_config_im...', Array)
#3 bin/composer/composer.phar/vendor/drush/drush/includes/command.inc(231): _drush_invoke_hooks(Array, Array)
#4 [internal function]: drush_command('node.type.page_...')
#5 bin/composer/composer.phar/vendor/drush/drush/includes/command.inc(199): call_user_func_array('drush_command', Array)
#6/composer/composer.phar/vendor/drush/drush/lib/Drush/Boot/BaseBoot.php(67): drush_dispatch(Array)
#7/composer/composer.phar/vendor/drush/drush/includes/preflight.inc(66): Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#8/bin/composer/composer.phar/vendor/drush/drush/drush.php(12): drush_main()
#9 {main}

I don't understand why ?

thanks


Viewing all articles
Browse latest Browse all 301158

Trending Articles