"Failed to open stream": what does this mean?

"Failed to open stream": what does this mean?

by Jose Miguel Arnaiz -
Number of replies: 2
Hi,

I´ve tried to install Moodle 1.6 (new installation) and everything seemed to go well (requirements-checking, settings, database...) until I got this message:

Warning: require_once(typo3/class.t3lib_cs.php) [function.require-once]: failed to open stream: No such file or directory in /home/.parisian/mysite/subdomain.mysite.net/lib/textlib.class.php on line 28

Fatal error: require_once() [function.require]: Failed opening required 'typo3/class.t3lib_cs.php' (include_path='.:/usr/local/php5/lib/php') in /home/.parisian/mysite/subdomain.mysite.net/lib/textlib.class.php on line 28

Does anyone know why? Installing Moodle in a subdomain could be a reason for that?

Thanks in advance.
Average of ratings: -
In reply to Jose Miguel Arnaiz

Re: "Failed to open stream": what does this mean?

by Vu Anh -

Check your upload. Missing at least 1 directory named typo3 within your moodle directory (for example: mysite.net/moodle/lib/typo3)

Installing Moodle in a subdomain may be a problem since some free hosts don't allow more than 3 level of sub-directories. In most cases, there are missing files. Good luck!

In reply to Vu Anh

Er: Re: "Failed to open stream": what does this mean?

by Jose Miguel Arnaiz -
Thanks. You are right: some files didn´t reach the server when uploading via FTP.

I´m trying again.

By