Problem with Moodle 1.5 install

Problem with Moodle 1.5 install

by William Waller -
Number of replies: 1
I am running the latest version of xampp on a Windows Server 2003. I got through the creation of the config.php and then the following warning and error occurred. I checked all of the scripts for errors in any paths and they seemed correct. Any additional help is appreciated...



Warning
: main(/course/lib.php) [function.main]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\moodle\index.php on line 16

Fatal error: main() [function.require]: Failed opening required '/course/lib.php' (include_path='c:\apachefriends\xampp\php\pear\') in C:\apachefriends\xampp\htdocs\moodle\index.php on line 16
Average of ratings: -
In reply to William Waller

Re: Problem with Moodle 1.5 install

by Marcus Schubert -
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