Error in "Chose language"

Error in "Chose language"

by bar bar -
Number of replies: 2
I am installing my first moodle and i get an error in the first part of the installation.
I cant select a langnuage and the error says:
Warning: require_once(../config.php) [function.require-once]: failed to open stream: No such file or directory in /www/htdocs/****/elearning/install/lang/cs_utf8/installer.php on line 11
and
Fatal error: require_once() [function.require]: Failed opening required '../config.php' (include_path='.:/usr/share/php:..') in /www/htdocs/****/elearning/install/lang/cs_utf8/installer.php on line 11

Maybe someone can give me a hand here smile
Average of ratings: -
In reply to bar bar

Re: Error in "Chose language"

by Richard Enison -
BB,

It looks like you have downloaded one screwball Moodle! Because
  1. It didn't let you choose a language, but seems to have locked you into Czech! and
  2. The script install/lang/cs_utf8/installer.php shouldn't have the require_once line that triggered your error. In every version of Moodle 1.9.x that I have looked at, line 11 of that file is blank, and there is no require_once in the file at all.
What version (exactly) of Moodle are you trying to install? Did you use the download page at moodle.org or did you use CVS?

RLE
In reply to Richard Enison

Re: Error in "Chose language"

by bar bar -
i downloaded 1.9.3 +.
I think i just download it again and give it another try .-)