Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9.10
-
Fix Version/s: None
-
Component/s: LAMS
-
Labels:None
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE
Description
When deleting a LAMs resource, or a course that contains a LAMs module I receive the error 'Fatal error: Class 'soap_client' not found in /home/swsi/public_html/mod/lams/lib.php on line 143'. This is due to $CFG->lams_serverurl.$relativeurl not being a valid wsdl path. A check here should be performed first to avoid this error so that the uninstall can finish without a PHP error.