Forum Problems Installing LAMS: Re: can't see sequences in moodle


 
Search: 

4: Re: can't see sequences in moodle
In response to 1 03/20/06 05:09 PM
[ Reply | Forward ]
Those versions look OK.

Have a look in the LAMS access log (C:\lams\jboss\server\default\log\localhost_access.log) - when you open that page such as the one you have in your screenshot in the first post, you should have these two lines in your LAMS access log:

127.0.0.1 - - [21/Mar/2006:10:00:29 10000] "GET /lams/services/LearningDesignService?wsdl HTTP/1.1" 200 3202
127.0.0.1 - - [21/Mar/2006:10:00:31 10000] "POST /lams/services/LearningDesignService HTTP/1.0" 200 2736

As you say, the user login/single sign on process seems to be working fine, since you can create and save a sequence. Are there any errors in your Apache error_log?

Another thing to try, in your mod/lams/lib.php file, is to edit the line that reads

include_once('../../config.php');

to become the full path to your Moodle config.php, such as

include_once('C:/Program Files/Apache Group/Apache2/htdocs/moodle/config.php');

Posted by Jun-Dir Liew

5: Re: Re: can't see sequences in moodle
In response to 4 03/21/06 04:06 AM
[ Reply | Forward ]
The change in mod/lams/lib.php did it.

Thank You very much.

Posted by David Prüm

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