|
2:
Re: Moodle Lams Integration Error
|
In response to 1
|
12/11/05 10:35 PM |
|
Hi Jeremy,
You get this message when LAMS can't access Moodle to get the users data from it to create the account on LAMS.
Can you post here the insert statement you added to the LAMS MySQL db, the server name for your Moodle and LAMS servers?
That'll help us figure out the problem.
Thanks,
Ernie
Posted by Ernie Ghiglione
|
|
|
3:
Re: Moodle Lams Integration Error
|
In response to 1
|
12/12/05 12:39 PM |
|
mysql> insert into ext_server_org_map
(serverid, serverkey, servername, serverdesc, prefix, orgid) values
('ourserver', 'secretkey2005', 'Practice Server',
'Server using Moodle installed in this and that location',
'ar', '1020');
mysql> update ext_server_org_map
set userinfo_url = 'http://www.itbtraining.com/etraining/mod/lams/userinfo?un=%username%&ts=%timestamp%&hs=%hash%'
where orgid = '1030';
I pretty much cut and pasted from the integration page trying to get it to work. I am probably making a pretty dumb mistake, but have no clue what.
Posted by Jeremy Shankle
|
|
|
4:
Re: Moodle Lams Integration Error
|
In response to 1
|
12/12/05 06:30 PM |
|
Oh, my mistake in copying. I enter 1020 (which is the correct value) for both of them, not 1020 and 1030 as I put here. Sorry if that created confusion.
Posted by Dean Shankle
|
|
|
|
|
|
|
|
10:
Re: Moodle Lams Integration Error
|
In response to 1
|
12/13/05 11:06 AM |
|
I have installed Lams under OS X 10.4 and I am now trying to integrate it with Moodle 1.5
I've followed the installation instructions that came with the Lams Moodle module and the module appears in the list of installed modules. The table appears in the db, however, when I try to edit the settings for the module (as per point 5 in the instructions) I'm met with a blank screen.
Additionally, this has also crippled my admin/index.php page. Removing the module fixes moodle but I'm stuck now.
Any ideas?
Incidentally, there are some changes I've noted that need making to the install notes - especially for Lams itself. Once I have correctly installed this, I'll submit my findings to you. It'll help OSX people as the Unix notes aren't the same for OSX users.
Posted by Steve Gale
|
|
|
11:
Re: Re: Moodle Lams Integration Error
|
In response to 10
|
12/13/05 05:45 PM |
|
Hi Steve,
If you are using PHP5 with webservices support, I think the error you might be getting is presented here. In there you can find a work around it as well.
Let us know how it goes.
If you have any comments or suggestions about the installation guide (did you use this one?), let us know so we can improve them accordingly.
Thanks,
Ernie
Posted by Ernie Ghiglione
|
|