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

[Proposal] Add warning if no php-soap installed #1

Open
dmitrydonskih opened this issue Oct 6, 2024 · 0 comments
Open

[Proposal] Add warning if no php-soap installed #1

dmitrydonskih opened this issue Oct 6, 2024 · 0 comments

Comments

@dmitrydonskih
Copy link

This extension requires package php-soap to run.
Joomla by default does not require this package.
So in an environment where php-soap package is not installed, an attempt to test a connection leads to fatal error: Class 'SoapClient' not found.

Tested on Joomla! 4.2.2, PHP 8.2.24, LogicalDOC Joomla explorer 4.1.0.

Propoposed solution would be to check existence of class SoapClient during installation of component and display a relevant warning message if none found.

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

1 participant