I've been browsing the questions in this forum and I can see that I'm not the only one that have some problems with the setup.php file.
What I can't see, is what I am doing wrong?
The error message is:
Fatal error: Failed opening required '/web/moodle/lib/setup.php' (include_path='') in /home/sites/site329/web/moodle/config.php on line 84
The config file :
$CFG->wwwroot = "http://www.thenavigator.dk/moodle";
$CFG->dirroot = "/web/moodle";
$CFG->libdir = "$CFG->dirroot/lib"; // Do not change this
require("$CFG->libdir/setup.php"); // Do not change this
Any help on this one ?