drupal-6 | Pressflow 6 now tracks the official Drupal git | Content Management System library
kandi X-RAY | drupal-6 Summary
kandi X-RAY | drupal-6 Summary
This branch is obsolete. Pressflow 6 now tracks the official Drupal git repository.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of drupal-6
drupal-6 Key Features
drupal-6 Examples and Code Snippets
Community Discussions
Trending Discussions on drupal-6
QUESTION
I try to migrate drupal 7 site to version 8 following this steps https://www.drupal.org/docs/8/upgrade/upgrading-from-drupal-6-or-7-to-drupal-8. But when migrate the fields of content types I get error of this type in fields that reference other content types "Attempt to create a [field_name] with no type.". "upgrade_d7_field" is the migration id I execute. I'm doing the migration via drush.
I know the posible problem, but I dont know how to resolve. In drupal 7 the type of fields that reference other content types is the "Node reference" type, but in version 8 that type doesn't exist anymore, now is of type "entity reference".
I think that I should change some configurations in my migration definition but I don't know exactly what.
This is migration definition of the migration id "upgrade_d7_field":
...ANSWER
Answered 2019-Jul-19 at 13:28It seems you are using the References module that provides D7 versions of the node_reference
and user_reference
field types from the old CCK package.
This module was the solution to get these field types enabled in the early days of drupal 7.
Some time later, Entity Reference cames out to d7, it provides a generic field type to reference arbitrary entities and has been included with Drupal 8 core since then.
To address your issue, you should start by migrating the reference fields into the proper field type entity_reference
.
There is a module called Reference to EntityReference Field Migration that should help get the job done before your drupal 8 migration.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install drupal-6
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page