Install.php problem

Install.php problem

by Richard Griffin -
Number of replies: 1
I am trying to install Moodle 1.4.4 on a Netware 6.5 server, running PHP 4.2.3, Apache2 2.0.49a and Mysql 4.0.18. I copied the moodle folder to the htdocs folder and when I try to launch the installer by going to http://servername/moodle/install.php instead of launching the script, I get a file save dialog box. I saw a post somewhere about this issue but I can not seem to track it down. It seems that there is a directive missing in either apache or php config file but I do not know what it is. Thanks.
Average of ratings: -
In reply to Richard Griffin

Re: Install.php problem

by Peter Atalla -

Hi Richard,

Make sure you have enabled PHP.  I did this by using web manager by going to the following address:

https://serveraddress:2200/

Login as admin and click "Open Source" then "Apache 2.0"  then click "Administer Single Apache Server" which is in the yellow box in the top right hand corner.  Now click "Modules" which is in the top toolbar and turn "Mod PHP Status" to "On".  Restart apache and hopefully away you go.

Hope this work for you.

Peter.