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 did D7 to D8 data migration and after that fixing the modules for D8, while D7 still accessing by editor to add in content.
Exported the node of content in D7 using node export, wanted to import it into D8 using node export's import function but not able to locate it under "add content"
I am working on a drupal 7 to 8 migration and ran into the next problem, I can't find a solution here, there are some links but no solution I can find.
In the D7 site I have about 15 different content types and some of them have a date field.
After the migration is done (Drupal 8 verision 8.6.5) all my date fields are filled in the DB f.i. table node__field_wedstrijddatum with field: field_wedstrijddatum_value is not empty.
But when i open an entity with the admin console this date field is empty.
When I do composer update this morning to update from 8.6.4 to 8.6.5 on my local development site, I noticed that this overwrite my development.services.yml file as well. I modified this file added some parameters for making theme debug easier .
So what is the better way to update my local development site? Instead of copy/paste development.services.yml file each time when composer update ?