- last update
over 1 year ago Composer require failure
I had several media types to migrate from Media Entity to Media core, including a Soundcloud type. I followed the upgrade steps provided by Media Entity → .
In the end, it was found that a new field had been created as the source configuration field for the Soundcloud media type, even though it already had one.
This is a similar issue report: #2927149: Updating from Media Entity to core Media creates a new video source field →
I haven't reproduced it, but here are my original steps:
1. Update media_entity and media contrib including media_entity_soundcloud from 1.x to 2.x branches
2. Run drush mecu
- all requirements are met
3. Run database updates
4. Check fields on the Soundcloud media - it now contains a new field "field_media_soundcloud" that is set as the source field.
I'm not sure. A possible fix may be found at the linked issue?
I noted along the way that in the 1.x branch the type configuration is mapped to 'source_url_field' instead of 'source_field' like the others. Maybe that's relevant.
If any more info is needed, let me know. Thanks!
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.