You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined variable $getMaxParallelUploads error on latest FilamentPHP update
Describe the bug
After updating to the latest version of FilamentPHP (released last week), I encountered the following error when loading a page that includes a FileUpload field:
To Reproduce
Steps to reproduce the behavior:
Update to the latest version of FilamentPHP.
Use the following FileUpload configuration in a form:
The FileUpload field should work as expected, especially since the maxParallelUploads feature appears to be specific to multiple file uploads, and I am not using the multiple() option in my code.
Environment
Operating System: Windows
PHP Version: 8.4
Filament Version: Latest (updated last week)
Web Server: Built-in PHP server (php artisan serve)
Additional context
The error occurs even though maxParallelUploads should be irrelevant for a single file upload configuration. This issue seems to be a regression introduced in the latest update.
The text was updated successfully, but these errors were encountered:
Discussed in #15364
Originally posted by zaiimrq January 17, 2025
Package
Form builder
Package Version
v3.2.1.33
How can we help you?
Undefined variable
$getMaxParallelUploads
error on latest FilamentPHP updateDescribe the bug
After updating to the latest version of FilamentPHP (released last week), I encountered the following error when loading a page that includes a
FileUpload
field:To Reproduce
Steps to reproduce the behavior:
FileUpload
configuration in a form:Expected behavior
The
FileUpload
field should work as expected, especially since themaxParallelUploads
feature appears to be specific to multiple file uploads, and I am not using themultiple()
option in my code.Environment
php artisan serve
)Additional context
The error occurs even though
maxParallelUploads
should be irrelevant for a single file upload configuration. This issue seems to be a regression introduced in the latest update.The text was updated successfully, but these errors were encountered: