I have successfully loaded Moodle on to my own computer and with the help of the instructions, easyphp et al, can work through it. I then tried to upload Moodle to a server which I currently use for my web site. I have used the server to run my own php programs (with mysql) with no problems.
I have a folder called Moodle on the server and in it are all the various Moodle folders and files. When I run install.php I get the following error message:
Warning: main(file:///D|/users/laganictuk/public_html/moodle/./lib/moodlelib.php): failed to open stream: No such file or directory in d:\users\laganictuk\public_html\moodle\install.php on line 76
Fatal error: main(): Failed opening required 'file:///D|/users/laganictuk/public_html/moodle/./lib/moodlelib.php' (include_path='.;c:\php4\pear') in d:\users\laganictuk\public_html\moodle\install.php on line 76
Line 76 in the install.php reads:
require_once('file:///D|/users/laganictuk/public_html/moodle/./lib/moodlelib.php');
Can anyone help me with this?