-
Notifications
You must be signed in to change notification settings - Fork 33
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
Media library items media field left empty for images #78
Comments
People have reported errors similar to this related to the Item Blaster support. Does it work correctly if you only run the operation without Item Blaster? |
Yes I can confirm it does work correctly if I only uncheck use Item blaster |
Ah, unfortunately it's a common problem that some people have. In future versions I'm planning to have it disabled by default and have the main use case for item blaster be if you had an environment that needed a massive amount of creates and didn't want to wait for Sitecore's item installation for each one. I've been looking for an opportunity to reproduce this bug, unfortunately i haven't been able to reliably recreate it to date. |
so somewhere in the content migrator code in a configuration file I did see an option called can we simple add false to our configuration files to fix it? |
There isn't a way to completely disable it, but in the alpha versions there's a default state configuration that you can use to have the checkbox be disabled by default to avoid these sorts of problems while still having it available if you need to move a massive amount of content. |
I think I'm encountering this same issue, but it doesn't matter which boxes I check or uncheck (I think I've tried all combos), the media field is always blank. My co-worker was able to get content from another site to eventually work after repeated attempts, but this new use case is failing every single time. Also, even though the remote site has the media attached and the local on does not, the tool sees them as being identical. So to re-attempt the copy over, I have to delete the item(s) first. Any ideas on what I could try? |
First off, thanks for the great support on the last ticket I created.
I've got another one, which involves the media library items.
When I select a new folder with 1 image in it, it takes more than 20 minutes to sync the folder to another environment.
AND the new item won't have it's media field properly filled.
elapsed time: 1290.2705965999999 seconds
Some information which might be important is:
So two problems really (the speed & the empty media field), but I'm really hoping to get a bugfix for the media field that's left empty when
Run using the event disabler.
Run using bulk update context.
Use Item Blaster
are checked.
The text was updated successfully, but these errors were encountered: