Please have a look - this is urgent

Please have a look - this is urgent

by Gordon Lewis -
Number of replies: 1
Hi Gang - sorry to re-post but I need some urgent help
I have a new MOODLE installation on OES with Apache2, PHP5 and MySQL.

I believe that I have set up the config.php to spec but when I visit the index.php - it looks like it is looping mixed

I traced the code to the index.php in the admin directory and deduced that it failed here, at the top of the file ->

<?php // $Id: index.php,v 1.141.2.4 2005/06/24 07:52:26 gustav_delius Exp $

/// Check that config.php exists, if not then call the install script
 if (!file_exists("../config.php")) {
        header('Location: ../install.php');
     die;
    }

    require_once("../config.php");
    include_once("$CFG->dirroot/lib/adminlib.php");  // Contains various admin-only functions

my URL is http://learning.blackfeather.net.nz
the moodle directory is moodle
the volume is LEARNING:

I've included the config.php file (zipped) if that helps smile
Any Thoughts?
Cheers - Gordon
Average of ratings: -
In reply to Gordon Lewis

Re: Please have a look - this is urgent

by Tim Allen -
Hi Gordon,

I'm not sure what the problem is there, but this is just a tip that it is not a good security practice to post your database password and ID on a public forum like this.  I suggest you change your password ASAP!  wink

Tim.