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

Fix download issues #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

aschrammel
Copy link

First issue targeted is the fact, that the download via pub/get.php was skipped, as the media folder is not listed as allowed resource.
This is fixed by adding it as allowed to the media_storage_configuration.

Second issue was the problem, that the media folder was present in the source path as well as in the target path.
src_target
Addressed this issue with checking if media/ is already contained in target path and strip it from the source if necessary.

Andreas Schrammel added 3 commits September 8, 2020 11:38
As "media/" sometimes occurs in source path as well as in target path,
ensure that the duplication is removed if necessary.
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

Successfully merging this pull request may close these issues.

1 participant