installing moodle 3.1.2 with plesk panels on windows

Re: installing moodle 3.1.2 with plesk panels on windows

by wally rohde -
Number of replies: 0

This is line 1225 of componet.php that is giving the error.

$file = $fulldir . 'db/renamedclasses.php';

The location of the renamedclasses.php is one folder up. so i changed the code to this 

$file = $fulldir . '../db/renamedclasses.php';


Once that change was made moodle was able to find the php file and the error went away.