-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Bug]: Undefined variable $getMaxParallelUploads #38
Comments
I'm having the same issue, did you mange to solve it? or just used another method |
Still no fix or workaround for this? |
The only workaround seems to be limiting the input to accept only WebP format, as it offers the best image quality and smallest size. However, this approach sacrifices user-friendliness. |
I found a new workaround for this issue, I fixed the filament version to '3.2.132' without the '^' character and ran the composer update afterwards. This error is happening because of this version: Because of this bug-fix: |
Same for me! |
Fixed in #39 |
What happened?
The filament version v3.2.133 encounters an error when using this package:
How to reproduce the bug
Update filament to version v3.2.133
Package Version
1.4.3
PHP Version
8.2.0
Laravel Version
11.37.0
Which operating systems does with happen with?
Linux
Notes
As I understand it, there have been these changes: filamentphp/filament#15309
There may be other differences from the original BaseFileUpload and SpatieMediaLibraryFileUpload classes being replaced, you should update them.
The text was updated successfully, but these errors were encountered: