Skip to content
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

No media files are copied when the 'default' handler group doesn't have a mediaHandler #19

Closed
KevinJump opened this issue Jan 22, 2020 · 1 comment

Comments

@KevinJump
Copy link
Member

If you disable the MediaHandler in the default handler group in the main uSync8.config file, no media files are copied between servers.

When you push media between servers, there is a point when the source server asks the target what media files it requires. This is done by comparing the file hashes of the media file on disk with those in the config files passed by the source site.

at this point the target server uses the "default" handler group to compare the media files, if you have disabled the media handler in the default group this returns an empty list, and no media is copied.

the fix is to make sure the media compare is done with the 'publisher' group which exists for this purpose and is used by all other functions in the sync.

@KevinJump
Copy link
Member Author

fixed in 8.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant