thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

error file_put_contents() #5007

Closed alihan-dev closed 4 years ago

alihan-dev commented 4 years ago

Version information

I am getting this kind of error in voyager setup and I could not find a solution. Can you help me?

Ekran Resmi 2020-07-09 11 57 56

I made many attempts about this error, but I could not find a solution. You can access the stackoverflow location here. https://stackoverflow.com/questions/62801389/laravel-voyager-setup-error-file-put-contents

ousid commented 4 years ago

The problem is that the host is not supporting "exlusive locks". I had this problem with Vagrant on a Ubuntu host. Then you can fix it like described here: https://stackoverflow.com/a/35743592/2707570 If you have the problem on a remote server you need to contact the provider and ask why exclusive locks are not supported.

See this thread on StackOverflow it may help you with your problem.

fletch3555 commented 4 years ago

This is not a Voyager problem. As you can see in the output you shared, it's an incompatibility between League/Flysystem (used by Voyager), and your system configuration.

github-actions[bot] commented 3 years ago

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.