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
Can you adjust your api to return the missing data? Or can the PHP wrapper be adjusted to conditionally set this field? For our needs, we can skip setting this field if it does not exist.
Thanks
The text was updated successfully, but these errors were encountered:
I tried to use the new v6.1.0 release in our development branch and I'm getting the following exception from within the package:
"Undefined index: class" : OnApp-PHP-Wrapper-External/Helper/Caster/JSON.php : Line 149
The code attempted to access
$this->map["resize_without_reboot_policy"]["class"]
.Using a debugger, I find that map is only defined as the following
Can you adjust your api to return the missing data? Or can the PHP wrapper be adjusted to conditionally set this field? For our needs, we can skip setting this field if it does not exist.
Thanks
The text was updated successfully, but these errors were encountered: