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
I am using the very latest commit, but when I call the $image->getAll() function, I get the following error
Warning: array_map(): An error occurred while invoking the map callback in /var/www/wp-content/plugins/gravityforms-digitalocean/api/src/Api/Image.php on line 33
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Property "DigitalOceanV2\Entity\Image::actionIds" should exist.' in /var/www/wp-content/plugins/gravityforms-digitalocean/api/src/Entity/AbstractEntity.php:49 Stack trace: #0 /var/www/wp-content/plugins/gravityforms-digitalocean/api/src/Entity/AbstractEntity.php(68): DigitalOceanV2\Entity\AbstractEntity->__set('actionIds', Array) #1 /var/www/wp-content/plugins/gravityforms-digitalocean/api/src/Entity/AbstractEntity.php(24): DigitalOceanV2\Entity\AbstractEntity->build(Object(stdClass)) #2 /var/www/wp-content/plugins/gravityforms-digitalocean/api/src/Api/Image.php(32): DigitalOceanV2\Entity\AbstractEntity->__construct(Object(stdClass)) #3 [internal function]: DigitalOceanV2\Api\Image->DigitalOceanV2\Api\{closure}(Object(stdClass)) #4 /var/www/wp-content/plugins/gravityforms-digitalocean/api/src/Api/Image.php(33): array_map(Object(Closure), Array) #5 /var/www/wp-content/plugins/gravityforms-digitalocean/functions/gravityforms-digitalocean-functions.php( in /var/www/wp-content/plugins/gravityforms-digitalocean/api/src/Entity/AbstractEntity.php on line 49
Hello,
I am using the very latest commit, but when I call the $image->getAll() function, I get the following error
Just letting you know!
I checked the API here: https://developers.digitalocean.com/#images , and there is an
array listed as part of the Image entity.Thanks
The text was updated successfully, but these errors were encountered: