Hi, I have a site running Ubercart on Drupal 6.19 that has been working fine for years but I am conscious I need to upgrade it. (It sells Christmas trees so only active for one month a year, hence how I have delayed updating so far!)
One of the main reasons for not upgrading yet is I am very dependent on the ubercart delivery timeslot module, specifically the delivery view feature - I can see all info for deliveries due per day very simply.
in my Drupal6 site for user profiles, I used the "content profile" module.
Now I'm trying to migrate the site to Drupal 8, but all the fields of the content profile module are not migrated.
How can I migrate users and content profile fields associated with them?
Thank you very much
I'm trying to port a D6 site to D8. It uses hidden profile fields to store information about what each user can do. I did the migration using the standard flow using the UI.
The table seems to have made it across in the migration as there is a table called user__profile_my_name in the database with all the values in. But this information is not visible in D8. I tried creating a field in D8 to serve the same purpose, but that created its own table called profile__field_profile_my_name, so that will not work.
To upgrade my Drupal 6 site, I need to install the "Views data export" plugin. The version I need is "views_data_export 6.x-2.0-beta7", which does not appear to be available for download.