Problem with Moodle 1.5 install

Re: Problem with Moodle 1.5 install

by Marcus Schubert -
Number of replies: 0
Hi,

the line that causes the error looks like this

require_once($CFG->dirroot .'/course/lib.php');

So i guess either your dirroot is not correct or you didn't install the complete moodle. But i think you set the dirroot wrong.
Why is your include_path set to the pear directory?

Marcus