Can you edit out that quote in your post?
As for the error - check your absolute path in the vbiconfig file. You need to make sure you have the correct path entered. It should be the place you have the global.php file. Mine is under 'board', the default is 'forum' but you may it named something else.
PHP Code:
define('CHDIR_PATH', '/home/nytalk/domains/nytalk.net/public_html/board');
Edit: your forum appears to be in your main directory which is cool but instead of the absolute path, try ../ or ./ instead. I'm not 100% sure about that.