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


 
Search: 

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