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
Hello
I've got a problem with Opencloud\OpenStack and I couldn't find a fix
iam trying to implement bulkDelete() but when i call the function
php throw an error saying
Fatal error: Uncaught RuntimeException: OpenStack\ObjectStore\v1\Service::bulkDelete is not defined in /Users/raphael/Dev Center/WebSite/www.photocloud.fr/vendor/php-opencloud/openstack/src/Common/Api/OperatorTrait.php:71
from this code
$openstack ->objectStoreV1() ->bulkDelete($list);
$openstack is an instance made by new OpenStack\OpenStack()
and according to the documentation there should be a bulkDelete (batchDelete at least) in the container class
I've got the same error for batchDelete()
The text was updated successfully, but these errors were encountered:
Hello
I've got a problem with Opencloud\OpenStack and I couldn't find a fix
iam trying to implement bulkDelete() but when i call the function
php throw an error saying
from this code
$openstack ->objectStoreV1() ->bulkDelete($list);
$openstack is an instance made by new OpenStack\OpenStack()
and according to the documentation there should be a bulkDelete (batchDelete at least) in the container class
I've got the same error for batchDelete()
The text was updated successfully, but these errors were encountered: