Closed tautomer closed 2 years ago
Sorry for the delay.
Is this related to how symlinks are created on windows?
Honestly I have no clue. :(
I'm having the same issue (at least the same symptoms) but running on Linux. I'm running Lychee in a Docker container, with a directory from the host bind mounted into the container at /pictures. When attempting to import anything from /pictures as a symlink it fails, and the logs don't provide enough detail to understand why. Perhaps a permission issue?
@linucksrox I would recommend that you open a new issue since you are not on Windows. In general though:
php artisan lychee:sync
; if you are running 4.3.4, you will need to set the global config import_via_symlink
; if you are running master, there's a commandline option now)./pictures
accessible to the user ID that your web browser is using?@kamil4 I opened a new issue and did my best to answer all the questions: #1139
Detailed description of the problem [REQUIRED]
I managed to install Lychee on a Windows machine. Directly importing the imgaes or uploading works, but I can't import my folder with symbolic link option checked. Log says
2021-03-22 22:59:18 -- error -- App\Actions\Import\Exec::do -- 254 -- Could not import file (D:\Pictures\test/filename.png)
.Is this related to how symlinks are created on windows?
Steps to reproduce the issue
Steps to reproduce the behavior:
Screenshots If applicable, add screenshots to help explain your problem.
Output of the diagnostics [REQUIRED]
Browser and system
Chrome & Edge Both server and clients are Windows 10