Windows XP installation...

Windows XP installation...

Bernard Langer tomonidan -
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

O'rtacha reytinglar: -
In reply to Bernard Langer

Re: Windows XP installation...

Martin Dougiamas tomonidan -
Core developers rasmi Documentation writers rasmi Moodle HQ rasmi Particularly helpful Moodlers rasmi Plugin developers rasmi Testers rasmi
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";