Server Loading Problems

Server Loading Problems

by Matt Collins -
Number of replies: 1
Could some one help me please, I have loaded all of the moodle file to the web site server.

Then I try to access moodle but i get a screen saying

  • Fatal error: main(): Failed opening required '' (include_path='.:/usr/local/lib/php') in /homepages/30/d130045270/htdocs/moodle/www/config.php on line 20
What do I do
Average of ratings: -
In reply to Matt Collins

Re: Server Loading Problems

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
Are you sure that your hoster supports PHP?

The way to test is to upload a file, say phpinfo.php with the contents

<?php phpinfo(); ?>
and access http://whateveryourmoodlesite/phpinfo.php with a browser.

You should get a nicely formatted table with technical information.