2:
Re: LAMS and Moodle 1.6 Integration
By: Jun-Dir Liew
|
In response to 1 | 04/25/06 08:50 PM | ||
That means LAMS is trying to create (on-the-fly) a user using details from Moodle, but didn't receive the user details. First, check that your callback_url in the LAMS database is correct - it should look something like this:
http://localhost/moodle/mod/lams/userinfo.php?un=%username%&ts=%timestamp%&hs=%hash% You can also check your Apache access.log to see if it received the request for user info, it looks something like this: 127.0.0.1 - - [13/Apr/2006:10:16:34 +1000] "GET /moodle/mod/lams/userinfo.php?un=admin&ts=1144887394659&hs=863f5701030ae3e11d055e606639a5b8d7844b47 HTTP/1.1" 200 51 If the callback_url was incorrect this line won't be in the log, or it'll have a 404 instead of 200 at the end of the line. Posted by Jun-Dir Liew |
Reply to first post on this page
Back to Problems Installing LAMS