Giter Club home page Giter Club logo

migrate_example_i18n's People

Contributors

jigarius avatar vasi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

migrate_example_i18n's Issues

drupal_7_entity database whereas I'm not using it

Hi,

Thank you for your work.
I'm trying to migrate a D6 FR/EN website to D8.
I'm following your process Migrate hybrids (D6 content translations to D8) and I have some issues.
When I try to do migrate-import of example_hybrid_base (by the way, I guess there is typo error in "Hybrid base migration" section inside the Drush command line. I guess it is "example_hybrid_base" instead of "example_hybrid_i18n") it is complaining about "drupal_7_entity".

drush migrate-import example_hybrid_base --update
exception 'Drupal\Core\Database\ConnectionNotDefinedException' with message 'The specified database connection is not defined: drupal_7_entity' in

Where as in my settings I have only :
$databases['default']['default'] = array (
and
$databases['drupal_6']['default'] = array (

Any clue ?

Thanks a lot in advance !

Cannot clone the repo

I get an error saying warning: remote HEAD refers to nonexistent ref, unable to checkout when I do git clone.

How to specify the format_filter for a field to migrate, during Process

Hi,

Thanks to your module, I can now migrate D6 pages (just the body) to my D8 with their translation.

But, my D6 pages have an extra field called "field_context_content" which is a text formatted long field.

When I had inside migrate_plus.migration.example_hybrid_base.yml as follows :

process:
  type: constants/node_page
  langcode:
    plugin: default_value
    source: language
    default_value: und
  'body/value': body
  'body/format': constants/body_format
  title: title
  field_context_content:  field_context_content

It works although the context_content field, once migrated, does not know in which format_filter it should appear (in D6 they all are in full_html format).
Do you know how to force full_html format inside the process section here ?

I tried a lot of format stuff, but I always was unsuccessful.
Thanks again for your help !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.