Windows XP installation...

Windows XP installation...

از 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

میانگین امتیازات: -
In reply to Bernard Langer

Re: Windows XP installation...

از Martin Dougiamas در
تصویر Core developers تصویر Documentation writers تصویر Moodle HQ تصویر Particularly helpful Moodlers تصویر Plugin developers تصویر 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";