Windows XP installation...

Windows XP installation...

by Bernard Langer -
Number of replies: 1

Hello,

1 : french frog speaking... so sorry for bad english !

2 : Fantastic work !

3 : I had some problems with the config.php file in Windows XP system... Upload and directory creation don't work...

Here is a windows solution :

$CFG->dataroot  = "C:/Easyphp/www/moodle/data";

Explanation : C:/Easyphp/www is my absolute path to the web root.

C:/Easyphp/www/moodle is the moodle directory (I copied the distribution files in this directory ans not in the web root diretory)

C:/Easyphp/www/moodle/data ...I created this directory manually

Since moodle works fine !

Regards

Bernard Langer  french math teacher

Average of ratings: -
In reply to Bernard Langer

Re: Windows XP installation...

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Hmm .. what are the error messages are you getting? Sometimes with PHP on Windows it matters that the case is exactly the same for file paths:

eg perhaps it should be

$CFG->dataroot = "C:/EasyPHP/www/moodle/data";
$CFG->dataroot = "C:/easyphp/www/moodle/data";