Temporary directory, mkdir() permission denied #3058
Unanswered
BryanMeurisse
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Web user don't have permissions to create folders, temporary-directory creates a temporary folder |
Beta Was this translation helpful? Give feedback.
1 reply
-
Look at the path permissions, check if the folder exists |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
The uploading is working well locally, but after pushin my website in production here is the error I get when I try to upload a Media:
production.ERROR: mkdir(): Permission denied {"userId":12,"exception":"[object] (ErrorException(code: 0): mkdir(): Permission denied at .../vendor/spatie/temporary-directory/src/TemporaryDirectory.php:82)
In my composer.json :
"spatie/laravel-medialibrary": "^10.0.0",
"laravel/nova": "~4.0",
"ebess/advanced-nova-media-library": "^4.0",
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions