You may request notification for LAMS & Moodle 1.6 installation bug (when using PHP5 with built-in SOAP support). |
1:
LAMS & Moodle 1.6 installation bug (when using PHP5 with built-in SOAP support)
By: Ernie Ghiglione
|
01/30/06 07:53 PM | |||
Hi everyone,
Recently we have been aware of a bug in the LAMS Moodle module that prevents you from installing Moodle 1.6. It seems that the problem is due to a conflict between nusoap (the web service library used by the LAMS module) and PHP5 (when compiled with soap support). Here's the Moodle bug report. There's a work around this (for now): you can use the LAMS Module with Moodle 1.6 if you use PHP5 without the soap support (do not include the --enable-soap in the configure script) or you use the Moodle windows installer. If you have an already compile version of PHP5 with soap support and must install Moodle 1.6, then you can manually comment this line out in the moodle/mod/lams/lib.php file: require_once($CFG->dirroot.'/lib/nusoap/nusoap.php'); change that to be: /// require_once($CFG->dirroot.'/lib/nusoap/nusoap.php'); and that should do the trick. Thanks, Ernie Posted by Ernie Ghiglione |
|
Reply to first post on this page
Back to Problems Installing LAMS