-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images/Media not properly migrated #17
Comments
Just to confirm, did you use the latest update? I released it a week ago. If so, did you get any errors when the import completed? If you did, do you know what they were? Are you using an modules to add the media that way? I ask because I haven't seen it used like that before and I will need to modify the importer to take that into account. It looks like a shortcode in WordPress. It appears I need to implement this capability but I don't see that being a big issue. I can work on this this week but I need more details on how that was used. I'm not a big Drupal user so bare with me if this is common. |
I cloned from this repo 3 days ago. Thus, I think I should have the latest. I did some further investigation, though. It seems that those come from the Drupal Media module (https://www.drupal.org/project/media). |
Perfect, thanks. I will add this to the plugin within the next week or two. A bit busy with work right now. Not sure if you are aware but this plugin has hooks you can hook into for custom functionality. See: https://github.com/jpSimkins/Drupal2WordPress-Plugin/wiki/Hooks The hook to use would be |
@jpSimkins Thanks! Didn't know about the hooks. Let me know as soon as there is something to test. I'm happy to run pull requests for testing for you. |
I haven't had a chance to get this setup for development. I'll have to spend more time when I am able to. |
I got similar errors for media, when doing the import. Not a single media gets imported to.
|
It seems part of the plugin works. I was able to pass in some of the values and get media imported. But the final result in wordpress's content has messed up image links. I get:
in my wp content, which is incorrect because that link path should be relative to drupal's site dir. The files do get imported though.
|
I played with the migration script today. However, I fail to get media migration working. Within the content I migrated as posts I can see the Drupal Media tags in Wordpress.
Any ideas?
The text was updated successfully, but these errors were encountered: