View Single Post
  (#4 (permalink)) Old
resurepus Offline
Administrator
 
resurepus's Avatar
 
Posts: 27
Join Date: May 2008
Location: Toulouse, France
Default 09-10-2008, 07:54 AM

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);
Attached Files
File Type: zip ModxVBin.zip (6.1 KB, 23 views)
  Send a message via MSN to resurepus Send a message via Skype™ to resurepus 
Reply With Quote