Skip to content
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

Closed
Tigla opened this issue Jan 10, 2025 · 6 comments
Closed

[Bug]: Undefined variable $getMaxParallelUploads #38

Tigla opened this issue Jan 10, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@Tigla
Copy link

Tigla commented Jan 10, 2025

What happened?

The filament version v3.2.133 encounters an error when using this package:

Undefined variable $getMaxParallelUploads

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.

@YamenAlzeiter
Copy link

I'm having the same issue, did you mange to solve it? or just used another method

@bytemewebdev
Copy link

Still no fix or workaround for this?

@YamenAlzeiter
Copy link

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.

@lucasvieira2902
Copy link
Contributor

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:
Filament Releasease v3.2.133

Because of this bug-fix:
feat/bug-fix: add maxParallelUploads option to FileUpload component by @angus-mcritchie at filamentphp/filament#15309

@jeffegiovani
Copy link

Same for me!

@joshembling
Copy link
Owner

Fixed in #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants