(1/1) ErrorException
symlink(): No such file or directory
in Filesystem.php (line 228)
at HandleExceptions->handleError(2, 'symlink(): No such file or directory', '/home/klicc/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php', 228, array('target' => '/home/klicc/public_html/storage/app/public', 'link' => '/home/klicc/public_html/public/storage'))
any help????
Does /home/klicc/public_html/storage/app/public directory exist? It seems the directory doesn't exist.
@code2913, is your issue resolved? Does the /home/klicc/public_html/storage/app/public directory exist? What about /home/klicc/public_html/public/storage?
they both exists @fletch3555
when i Fix simlink in voyager, I get that error
You have to delete the one at public/storage since that's what it's trying to create.
Closing due to age and inactivity. If this is still an issue after the 1.0 release, please open a new issue.
This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.
Most helpful comment
You have to delete the one at
public/storagesince that's what it's trying to create.