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


 
Search: 

13: Re: LAMS-Moodle integration problem
In response to 1 05/22/06 11:26 PM
[ Reply | Forward ]
Cheers for that, can you also post the contents of your ext_server_org_map table? Login to mysql, and at the mysql prompt do

use lams;
select * from ext_server_org_map;

where 'lams' is the name of your LAMS database.

I just noticed I posted an incorrect path to Apache's access log, the log directory shouldn't be under htdocs, it is at the same level. So if you installed Apache under one directory, e.g. /usr/local/apache/logs/access.log
Or, some distros may put the log directory under somewhere like /etc/httpd/logs or something.

Posted by Jun-Dir Liew

14: Re: Re: LAMS-Moodle integration problem
In response to 13 05/22/06 11:40 PM
[ Reply | Forward ]
-- Dumping data for table `ext_server_org_map`
--

INSERT INTO `ext_server_org_map` VALUES (1, 'lamsserver01', 'XXXXXXXXX', 'horse', 'test server for horsefrog', 'H', 'http://www.horsefrog.com/japanese-translator-patent/mod/lams/userinfo.php?un=%username%&ts=%timestamp%&hs=%hash%', '', 0, 1001);
INSERT INTO `ext_server_org_map` VALUES (2, 'lamsserver02', 'XXXXXXXX', 'testing', 'testing server', 'T', 'http://www.hatsuon.jp/testing/moodle/mod/lams/userinfo.php?un=%username%&ts=%timestamp%&hs=%hash%', '', 0, 1000);


I XXXXed out the passwords.

Posted by James Phillips

15: Re: Re: Re: LAMS-Moodle integration problem
In response to 14 05/23/06 12:15 AM
[ Reply | Forward ]
The Apache access log is attached.

Posted by James Phillips

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