Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I’d like to test migration D7/D8 in the following case :
D7 website is on my local PC (easyphp server)
D8 website is on an external hosting I use for testing migration.
I don’t use drush. I use the Migrate Upgrade interface
is it possible to test migration in that case?
I imported the source database in a second D8 database, created especially for that migration. I think it works well.
I want to migrate a Drupal 6 site in Drupal 7 (unfortunatly, I use the biblio Module, witch is not in drupal 8 yet).
I have a multi-site local environment witch works.
My others Drupal 6 sites have been converted in same way.
I upgraded the site using Composer. I checked for new versions for all modules listed as required in composer.json and updated as needed. I ran update.php. The status page shows that Drupal 8.2.1 is installed, however, it contains this error:
Mismatched entity and/or field definitions
The following changes were detected in the entity type and field definitions.
File
The Language code field needs to be updated.
When I view the front page, I get a WSOD with this error:
Anyone have any ideas on what might be causing this. Only error in logs.
This happens when adding a new node of any type. Lost.
The website encountered an unexpected error. Please try again later.
Drupal\Core\Entity\EntityStorageException: Field field_node_reference is unknown. in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 770 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).