Forum LAMS for Tech-Heads - General Forum: Re: LAMS-Moodle integration problem


 
Search: 

7: Re: LAMS-Moodle integration problem
In response to 1 05/22/06 07:38 PM
[ Reply | Forward ]
Can you attach (or email, if you'd prefer) some access logs from LAMS and Apache? From LAMS:
/path/to/jboss/server/default/log/localhost_access2006-05-23.log
(please attach the log for the date you had the error - or you could go through the process again, and just reattach today's log).

From Apache:
/path/to/htdocs/logs/access.log
(your access log file name might vary).

Also, note that Moodle 1.6 already has the lams module present, so you don't need to install the files. In moodle/mod/lams/lib.php, at the top where it includes a line like,
require_once($CFG->dirroot.'/lib/soap/nusoap.php');
make sure it points to a file that exists. In Moodle 1.6, I think it should look like the above. In 1.5, it looks like,
require_once($CFG->dirroot.'/lib/nusoap/nusoap.php');

Once we can see the access logs, we'll see what it's doing and take it from there.

Cheers,

Posted by Jun-Dir Liew

8: Re: Re: LAMS-Moodle integration problem
In response to 7 05/22/06 07:57 PM
[ Reply | Forward ]
OK. Thanks! Is this purely connected to the integration? The LAMS sequences I am making are not appearing in the left menu also and so cannot be selected and I was also wondering how I should go about getting that to work? Sorry for having so many questions.

Posted by James Phillips

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