What do i put for the forum url?
http://forums.eteknix.com or
http://www.eteknix.com/forums ?
The main domain is the first one.
I left the path blank and put this line in:
$vwd = '/home/aruffell/public_html/forums';
and when i try my test post i get:
Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /home/aruffell/public_html/wp-content/plugins/vbbridge.php on line 113
Fatal error: require_once() [function.require]: Failed opening required './includes/class_dm.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/aruffell/public_html/wp-content/plugins/vbbridge.php on line 113
Line 113:
Code:
require_once('./includes/class_dm.php');
Any ideas?