We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I installed this lib via composer and I get this error.
<b>Fatal error</b>: Uncaught Error: Class 'GoetasWebservices\Client\DHLExpressTrack\SoapContainer' not found in index.php:10
Line 10 is $container = new SoapContainer();.
$container = new SoapContainer();
I have tried various ways, including downloading the source. What could be the problem? I am running php 7.3.
Thanks!
The text was updated successfully, but these errors were encountered:
Did you include the autoloader as in https://github.com/goetas-webservices/dhl-express-track-client/blob/master/example.php?
Sorry, something went wrong.
Yes, I used the example in the same way, except renamed it to index.php.
No branches or pull requests
Hi!
I installed this lib via composer and I get this error.
<b>Fatal error</b>: Uncaught Error: Class 'GoetasWebservices\Client\DHLExpressTrack\SoapContainer' not found in index.php:10
Line 10 is
$container = new SoapContainer();
.I have tried various ways, including downloading the source. What could be the problem? I am running php 7.3.
Thanks!
The text was updated successfully, but these errors were encountered: