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
PHP Fatal error: Uncaught TypeError: Argument 2 passed to Buzz\Browser::prepareMultipart() must be of the type string, int given, called in /xxx/vendor/kriswallsmith/buzz/lib/Browser.php on line 127 and defined in /xxx/vendor/kriswallsmith/buzz/lib/Browser.php:219
Stack trace:
#0 /xxx/vendor/kriswallsmith/buzz/lib/Browser.php(127): Buzz\Browser->prepareMultipart()
#1 /xxx/vendor/brotkrueml/jobrouter-client/src/Client/RestClient.php(200): Buzz\Browser->submitForm()
#2 /xxx/vendor/brotkrueml/jobrouter-client/src/Client/RestClient.php(156): Brotkrueml\JobRouterClient\Client\RestClient->sendForm()
#3 /xxx/start_instance.php(48): Brotkrueml\JobRouterClient\Client\RestClient->request()
#4 {main}
thrown in /xxx/vendor/kriswallsmith/buzz/lib/Browser.php on line 219
Exception trace:
Example:
Solution would be to cast an integer to a string for subtables.
The text was updated successfully, but these errors were encountered: