Windows XP installation...

Windows XP installation...

από Bernard Langer -
Αριθμός απαντήσεων: 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

Μέσος όρος βαθμολογίας: -
Σε απάντηση σε 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";