Forum Problems Installing LAMS: Re: LAMS & Moodle Integration--Activity Call up Error & HTTP Status 500 ERROR


 
Search: 

3: Re: LAMS & Moodle Integration--Activity Call up Error & HTTP Status 500 ERROR
In response to 1 02/12/06 04:47 AM
[ Reply | Forward ]
My environment
Windows 2000
Error was on account of the lib file calling for the following:
" include_once("../../config.php");"

One I blocked it The error went.
Curretnly this is how this segemnt looks.

/// Library of functions and constants for module lams
//include_once("../../config.php");
require_once($CFG->dirroot.'/lib/datalib.php');
require_once($CFG->dirroot.'/lib/moodlelib.php');
require_once($CFG->dirroot.'/lib/nusoap/nusoap.php');

I notice that the last line is a new addition I am not clear what this calls up??

Are my subsequent problems due to blocking out the line. If I should not block it what should this point to???


After the insrtallation of and creation of the database I believe we have to manually enter something into the table created ???

ERROR on opening the LAMS activity gives the following error:

"HTTP Status 500 - No Context configured to process this request

----------------------------------------------------------

type Status report

message No Context configured to process this request

description The server encountered an internal error (No Context configured to process this request) that prevented it from fulfilling this request.


--------------------------------------------------------

Apache Tomcat/4.1.24-LE-jdk14"

I shall be grateful for help in solving this error. I had previously installed a test instance in Windows XP which went smooth.

Both on a stand alone basis are woring there is an integration issue that I seem to be missing out upon.

Shall be gratefull for help. This is a production server that I am trying to configure.

Thanks in advance.

Garry

Posted by Bhupinder Singh

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