4:
Re: can't see sequences in moodle
By: Jun-Dir Liew
|
In response to 1 | 03/20/06 05:09 PM | ||
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 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 |
|
Reply to first post on this page
Back to Problems Installing LAMS