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


 
Search: 

16: Re: LAMS-Moodle integration problem
In response to 1 05/23/06 03:53 AM
[ Reply | Forward ]
In your ext_server_org_map, you have orgid's of '1001' and '1000' - when you create organisations, the id's usually start from 1020. If the organisation with id=1001 doesn't exist then it won't work. Can you let me know how you got these numbers, and if they exist in the mysql table 'u_organisation'? See the instructions on how to check the u_organisation details.

The apache log you posted isn't the right one for either of the two moodle servers - there's no record of accesses to /japanese-translator-patent or /testing/moodle URLs. What we should see in the access log is a line such as:

11.11.11.11 - - [06/Sep/2005:17:32:12 +1000] "GET /moodle/mod/lams/userinfo.php?un=admin&ts=1125991932162&hs=b85a9dbf2a
79468afcd86008b7c5e43c0c5702bb HTTP/1.1" 200 53

This is evidence of LAMS successfully calling Moodle for details of the user 'admin'.

Posted by Jun-Dir Liew

17: Re: Re: LAMS-Moodle integration problem
In response to 16 05/23/06 05:24 AM
[ Reply | Forward ]
Ah, I see. I had made a mistake there. The generated id for my ogrganization (horsefrog) was 1030 so I have changed the org id's in ext_server_org_map to 1030. The faults are still the same though, which is a little puzzling. Am searching through the logs at the moment.

Posted by James Phillips

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