-
Notifications
You must be signed in to change notification settings - Fork 301
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
Admin - Clean-up Data Folder gives error - 2.0.0 #1974
Comments
Symbolic links are not supported by the filesystem abstraction layer: thephpleague/flysystem#599 |
What should I do? |
It would be easier to answer a specific question. What do you want to acheive? Share all your media folders between all your webtrees installations? |
Yes, I use the same media folders for all my installations. |
I had an media folder in the data folder. I removed it and the error vanished. |
Now I do no longer see the media in the test systems. The media is shared with my production system. |
I added one media file to the future test system. How do I share media between two wt 2.0.0. installations? How do I share media from my production pre wt2.0.0 to my test wt2.0.0 installation? I assume that the link that I had and that worked, caused this issue and error message. |
League\Flysystem\NotSupportedException: Links are not supported, encountered link at /data/media in file /vendor/league/flysystem/src/NotSupportedException.php on line 21
The text was updated successfully, but these errors were encountered: