I think i've fixed it. I changed line #13 in core/Error.php
from
to
Now Error.php finds Log.php
from
require_once 'Log.php';
to
require_once './core/Log.php';
Now Error.php finds Log.php