it is really strange, but it looks like modx_index.php was missing from the archieve. I am attaching the full archieve.
So in index.php add the following after $VBDIR:
Code:
$CURDIR = getcwd();
chdir($VBDIR);
require_once($VBDIR . "global.php");
chdir($CURDIR);