Skip to content
New issue

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

the package doesn't seem to work with php version 7.3.4 #44

Closed
rkang30 opened this issue Apr 24, 2019 · 3 comments
Closed

the package doesn't seem to work with php version 7.3.4 #44

rkang30 opened this issue Apr 24, 2019 · 3 comments

Comments

@rkang30
Copy link

rkang30 commented Apr 24, 2019

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

@rkang30
Copy link
Author

rkang30 commented Apr 24, 2019

Sorry. I resolved this. Please ignore this.

I forgot to install php-soap package.. Iol

@rkang30 rkang30 closed this as completed Apr 24, 2019
@robgridley
Copy link
Owner

robgridley commented Apr 24, 2019

I'm re-opening this for now because the Soap\Factory class should throw an exception with a useful error message.

@robgridley robgridley reopened this Apr 24, 2019
@robgridley
Copy link
Owner

I have added ext-soap to the require section of composer.json in v1.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants