installation Fatal Error

installation Fatal Error

by David Gilbert -
Number of replies: 1
I have just gone through the install of the latest stable build of moodle.  All went OK until the very last part.  I have been logged into moodle as admin, but instead of the usual front page I have an error of  "Fatal error: Call to undefined function: blocks_used() in c:\program files\easyphp1-7\www\index.php on line 124"  I have checked line 124 in dreamweaver and there does not appear to be a line 124. Can anyone suggest what the error may be.  I need to get this site up and running for the next school year mid August.

Thanks


Davesmile
Average of ratings: -
In reply to David Gilbert

Re: installation Fatal Error

by David Gilbert -
Can anybody help please, the offending lines are indicated below.
else {
        // Note down which blocks are going to get displayed
       $allblocks = array_merge($leftblocks, $rightblocks);
        $recblocks = get_records('blocks','visible','1');
        blocks_used($allblocks);
    }

Thanks

Dave