config.php moodle 1.2 error message

config.php moodle 1.2 error message

by Boyd Mitchell -
Number of replies: 1

curious... i'm installing the new 1.2 version on our new Novel 6.5 server.  I edited the config.php and tried to run the install.  But I get this error:

Please fix your settings in config.php:

You have:

$CFG->dirroot = "SYS:/apache2/html/moodlelci";

but it should be:

$CFG->dirroot = "SYS:/Apache2/html/moodlelci";

I made the change from apache2 to Apache2 like it is requesting, but it still came up.  Then I just took out the config.php (deleted it out of the directory)...... and STILL I got this error message.  How is this possible?  I deleted it, sooo it shouldn't be able to give me this error message.

What my guess is, is that the different version of php on the server is causeing some syntax problems.... but, what do you think?

Thanks.

Average of ratings: -
In reply to Boyd Mitchell

Re: config.php moodle 1.2 error message

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
All I can think of is that you have multiple copies of config.php.  The error message is probably correct, but you just need to edit the correct config.php