Forum LAMS for Tech-Heads - General Forum: Re: Lams / Moodle Integration


 
Search: 

2: Re: Lams / Moodle Integration
In response to 1 11/30/05 03:48 PM
[ Reply | Forward ]
Hi Stephen,

Apparently this migh have to do with a clash of function names if you have installed PHP5 with web services support and using the nusoap library (that is included in the Moodle/LAMS module)

http://moodle.org/mod/forum/discuss.php?d=34685

See Eloy's posting (on Monday, 21 November 2005, 05:22 PM) on how to solve this.

Let us know how it goes.

Thanks,

Ernie

Posted by Ernie Ghiglione

3: Re: Re: Lams / Moodle Integration
In response to 2 12/01/05 05:33 AM
[ Reply | Forward ]
On further investigation the error occurs even though I temporarily comment out the 'nusoap' line. The only way I can get it to display without the parsing error is to uncomment the following four lines in the 'lib.php' file!

/// include_once("../../config.php");
/// require_once($CFG->dirroot.'/lib/datalib.php');
/// require_once($CFG->dirroot.'/lib/moodlelib.php');
/// require_once($CFG->dirroot.'/lib/nusoap/nusoap.php');

The question now is what is the effect of uncommenting these four lines in the 'lib.php' file?

Posted by Stephen Walker

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum