Windows XP installation...

Windows XP installation...

Napisane bez: Bernard Langer ()
Liczba ôdpowiedzi: 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

W ôdpowiedzi na Bernard Langer

Re: Windows XP installation...

Napisane bez: Martin Dougiamas ()
Ôbrŏz Core developers Ôbrŏz Documentation writers Ôbrŏz Moodle HQ Ôbrŏz Particularly helpful Moodlers Ôbrŏz Plugin developers Ôbrŏz 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";