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: SOAP-ERROR: Encoding: object has no 'timeout' property in /var/cache/src/vmwarephp-master/library/Vmwarephp/Service.php on line 71
PHP Fatal error: Uncaught exception 'Vmwarephp\Exception\Soap' with message 'Client: SOAP-ERROR: Encoding: object has no 'timeout' property. ' in /var/cache/src/vmwarephp-master/library/Vmwarephp/Service.php:74
$task = $vhost->RebootHost_Task( $host, false );
PHP Fatal error: SOAP-ERROR: Encoding: object has no 'force' property in /var/cache/src/vmwarephp-master/library/Vmwarephp/Service.php on line 71
PHP Fatal error: Uncaught exception 'Vmwarephp\Exception\Soap' with message 'Client: SOAP-ERROR: Encoding: object has no 'force' property. ' in /var/cache/src/vmwarephp-master/library/Vmwarephp/Service.php:74
Tried to debug in Service.php:74 , print_r($soapMessage) shows that the second parameter is indeed missing.
The server is esxcli 5.5
The text was updated successfully, but these errors were encountered:
It seems second parameter disappears before the last SOAP call:
Tried to debug in Service.php:74 , print_r($soapMessage) shows that the second parameter is indeed missing.
The server is esxcli 5.5
The text was updated successfully, but these errors were encountered: