-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Getting The "/tmp/****" file does not exist or is not readable. #1613
Comments
GD Library extension not available with your PHP installation.
you use docker then add into dockerfile:
or if you use |
@hazem-taha it's probably related to some permission setting in your environment. If there is something that can be done in medialibrary to fix this, send a PR. |
I'm getting the same issue . Already tried in Windows, macOS and linux .. |
I also got the same issue... The upload logic works fine for some controllers but doesn't for others. |
Hello what i do was try to preserve the file in temp/uploads while the adding sequence still in progress. then remove it in the last record insertion. that is because FileAdder class still accessing the file information when you move files from temp to media collection |
I'm using Laravel 7.11 w/ PHP 7.4.5. The following code gives me an error like
|
@jinseokoh Man, you are right, it works, but I don't know how, if you have any reason about it then please share it. |
@jinseokoh thanks for that it works fine after using the native |
I am getting this issue.. changing addMediaFromRequest to addMedia didn't work.. im using windows..
currently i have two project that are using this package, my first project don't have any issues.. EDIT: EDIT: |
Facing same issue. Using version 10.3.4 |
I did this |
Did you find a fix for the duplicate uploads? I am facing the same issue as well |
Yeah i omitted preservingOriginal() |
Hello,
I'm getting the below error even if I'm uploading very small images.
any solution ??
Thanks
The text was updated successfully, but these errors were encountered: