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
every time i tried to get Data out of a VHost i get the Error
PHP Fatal error: Uncaught Error: Call to undefined method Vmwarephp\SoapClient::RetrieveServiceContent()
The text was updated successfully, but these errors were encountered:
You need to inform the path to the vmwarephp composer, mine was like this.
"autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" }, "classmap": [ "vendor/vmwarephp/vmwarephp/library" ] },
then you need to update composer to work.
every time i tried to get Data out of a VHost i get the Error
PHP Fatal error: Uncaught Error: Call to undefined method Vmwarephp\SoapClient::RetrieveServiceContent()
The text was updated successfully, but these errors were encountered: