Directory and files not created during install

Directory and files not created during install

by Carl Bogardus -
Number of replies: 3

Hi, I am installing Moodle on a shared hosted plan using windows IIS.

Here is the server info:

operating system - windows
version of Moodle - 1.9
versions of php - 4.4.2
version of mysq l - 4.1.18-nt
webserver & version - Windows NT 5.2

I installed the database, moodle's data storage area, and began working through setting up config.php, (which I had to do manually). I got to the point where I got the following error.

Thanks, Carl

Warning: main(C:\Inetpub\vhosts\chaparralmiddle.us\httpdocs\moodle/lib/typo3/class.t3lib_cs.php): failed to open stream: No such file or directory in C:\Inetpub\vhosts\chaparralmiddle.us\httpdocs\moodle\lib\textlib.class.php on line 28

Fatal error: main(): Failed opening required 'C:\Inetpub\vhosts\chaparralmiddle.us\httpdocs\moodle/lib/typo3/class.t3lib_cs.php' (include_path='.;c:\php4\pear') in C:\Inetpub\vhosts\chaparralmiddle.us\httpdocs\moodle\lib\textlib.class.php on line 28

Average of ratings: -
In reply to Carl Bogardus

Re: Directory and files not created during install

by Richard Enison -
CB,

Have you checked to see if C:\Inetpub\vhosts\chaparralmiddle.us\httpdocs\moodle/lib/typo3/class.t3lib_cs.php exists on your computer, i.e., that there is a folder (directory) called typo3 in the lib subfolder of your Moodle folder, and it contains a file called class.t3lib_cs.php? It should. It comes with Moodle. I have it on my PC, and I only have Moodle 1.8.3. If you don't have it, your Moodle download is incomplete (unless it has been dropped from Moodle in 1.9; but according to the online xref listing at http://xref.moodle.org/nav.html?index.html, it's still there). Try extracting again, if you still have the download file. If not, or if extracting again doesn't help, try downloading it again.

RLE
In reply to Richard Enison

Re: Directory and files not created during install

by Carl Bogardus -

Well, I checked, whole directory not there, so I may have to reinstall, thanks.

Carl

In reply to Carl Bogardus

Re: Directory and files not created during install

by Carl Bogardus -
Problem solved, installed correctly, thanks -- Carl