Forum Problems Installing LAMS: Re: LAMS install on Windows with XAMP


 
Search: 

12: Re: LAMS install on Windows with XAMP
In response to 1 04/12/06 06:31 PM
[ Reply | Forward ]
Hi Andy,

The bit that says 'failed to fetch user data' means LAMS is expecting to receive the Moodle user's details so that it can create on-the-fly a LAMS account for it, but it didn't receive the soap packet.

It might be a problem with your integration config (check the 'userinfo_url' entry in the LAMS database).  It should be in this format:

http://<moodle_server>/mod/lams/userinfo.php?un=%username%&ts=%timestamp%&hs=%hash%

This URL will show up in your Moodle access_log (e.g. C:\Program Files\Apache Group\Apache2\logs\access.log), from which you can copy and paste into your browser.  If the userinfo_url is working properly, you should see text such as 'jliew,jun-dir,liew,,,,,,,,email@address' in the browser.

Let me know if you need more info.

Posted by Jun-Dir Liew

14: Re: Re: LAMS install on Windows with XAMP
In response to 12 07/29/07 07:01 AM
[ Reply | Forward ]
Dear MR. Liew,
You jhave no idea how much that link helped...
I have actually followed the dolly animation which says create link as: http://localhost/moodle/mod/lamstwo/userinfo.php?un=%username%&ts=%timestamp%&hs=%hash%
Where as it should be (as u pointed out)
http://localhost/mod/lams/userinfo.php?un=%username%&ts=%timestamp%&hs=%hash%

Although /mod is indide moodle folder.. so i dont know how your link worked
Thanx a ton for the help

Posted by karan kalha

15: Re: Re: Re: LAMS install on Windows with XAMP
In response to 14 07/29/07 07:02 AM
[ Reply | Forward ]
16: Re: Re: Re: Re: LAMS install on Windows with XAMP
In response to 15 07/29/07 03:33 PM
[ Reply | Forward ]
Karan,

It's not that localhost/moodle/mod/lamstwo is wrong or localhost/mod/lamstwo is correct as it depends on whether your moodle folder is at the root of the apache webfolder or under a moodle directory like in the first case.

Ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to Problems Installing LAMS