Moodle Installation

Moodle Installation

by Rod Keat -
Number of replies: 1

Hi

We have problems installing Moodle on a remote server.  The following error is reported on accessing the website

Error detected in config.php

Error in: $CFG->dirroot = 'linkintolearning.co.uk/public/www';

Try this: $CFG->dirroot = '/web/_l/_i/_n/linkintolearning.co.uk/public/www';

What do these underscored entries mean?

Our config.php file contains the entry

$CFG->dirroot = 'http://www.linkintolearning.co.uk/public/www';

On a different problem, we find that Moodle installs without problems on single computer, but when this computer is accesed on an intranet the home page can be accessed, but a) only default fonts appear on client computers, and b) the links do not work.  I thought that this was due to lack of loopback on the router, but it is not.  When I install Apache 2.x only on the same  computer,  together with some dummy web pages, fonts and links work properly.

Any help on these problems would be greatly appreciated.

Average of ratings: -
In reply to Rod Keat

Re: Moodle Installation

by Przemyslaw Stencel -
Hi Rod,

The dirroot in config.php should not be the http location, but the OS path, e.g. /home/youraccount/public/www/

Hope this helps big grin

Sorry, but I cannot help you with the other question sad