- 🇧🇪Belgium dieterholvoet Brussels
It would probably be a good idea to add a
hook_requirements
implementation that checks if the extension exists usingextension_loaded()
, just likesystem_requirements()
does.
This module requires the PHP extension SOAP to be installed on the web server.
However, there is no mention of this requirement anywhere, and the SoapClient
class (provided by the extension mentioned above) is just being called, without checking for its existence beforehand. This results in a WSOD if the extension is not installed.
Needs work
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
It would probably be a good idea to add a hook_requirements
implementation that checks if the extension exists using extension_loaded()
, just like system_requirements()
does.