Windows server: I think i need more help with the config.php file

Re: Windows server: I think i need more help with the config.php file

by James Lang -
Number of replies: 0

Ok I almost got it. The blank page was fix by editing a line in the install.php:


"} else if (($fh = @fopen($INSTALL['wwwrootform'].'/'.$INSTALL['admindirname'].'/environment.xml', 'r')) !== false) {

to:

} else if (($fh = @fopen("'".$INSTALL['wwwrootform']."/".$INSTALL['admindirname']."/environment.xml', 'r')) !== false)

you should no longer receive a blank page during install. This problem occurs only on some systems in my experience. It occurs because the fopen() PHP function requires a string and is not being given one. Please let me know if this helps." quote from Danial Del Rio that he wrote in the forums. Now I just got to edit some setting for the email so I can log in.  Allso the only other thing i did differant was instead of installing from http:/jameslang-world.com/moodle/index.php i used http://jameslang-world.com/moodle/admin/index.php 

once you get the site working you need to log in using:

user name: admin

user password: admin

I will post more when i get the mail part working

Average of ratings: Useful (1)