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 just upgraded my php version from 7.0 to 7.3.4 and ran a simple query (please see below).
$x = $pace->job->read(128910);
The job in Pace exists but it returned the error message (Class 'SoapClient' not found).
I removed the package and reinstalled it by composer.
I printed the $pace object and compared it with the working one and there's no difference.
Thanks, Ryan
The text was updated successfully, but these errors were encountered:
Sorry. I resolved this. Please ignore this.
I forgot to install php-soap package.. Iol
Sorry, something went wrong.
I'm re-opening this for now because the Soap\Factory class should throw an exception with a useful error message.
I have added ext-soap to the require section of composer.json in v1.1.0.
No branches or pull requests
Hi,
I just upgraded my php version from 7.0 to 7.3.4 and ran a simple query (please see below).
$x = $pace->job->read(128910);
The job in Pace exists but it returned the error message (Class 'SoapClient' not found).
I removed the package and reinstalled it by composer.
I printed the $pace object and compared it with the working one and there's no difference.
Thanks,
Ryan
The text was updated successfully, but these errors were encountered: