php-opencloud / openstack

PHP SDK for OpenStack clouds
Apache License 2.0
221 stars 148 forks source link

failed: Call to undefined function GuzzleHttp\Promise\all() #359

Closed assadi-dev closed 1 year ago

assadi-dev commented 1 year ago

Hi, I encountered this problem last week, it's due to the guzzleHttp\Promise\all is deprecated show , I fixed it by replacing with

  $p = \GuzzleHttp\Promise\Utils::all($promises);

path: php-opencloud\openstack\src\ObjectStore\v1\Models\Container.php .