setup.php not found - but server paths are correct

Re: setup.php not found - but server paths are correct

by Dirk Weller -
Number of replies: 0
I found a solution for this problem at the very bottom of the config.php file. I edited the following part where config-dist.php says "do not edit" and it worked:

if (file_exists("/myserverpath/moodle/lib/setup.php"))  {
    include_once("/myserverpath/moodle/lib/setup.php");

I hope that this will solve your problem, too!