I can't for the life of me getting this mod to work. I have installed everything correctly (I'm by no means a vB n00b, been dealing with vB since vB2.0), I've configured all the options and I changed all $vwd's and relative paths to absolute ones where necessary (my server has safe_mode and open_basedir to ON).
When I go to post_new in WP as instructed for the first test I get either errors or I see no forumlist. I see the error messages when I leave this line untouched:
Code:
require_once($vwd . '/includes/functions_misc.php');
The errors are:
Code:
Warning: vb_post_form(): open_basedir restriction in effect. File(/includes/functions_misc.php) is not within the allowed path(s): (/var/www/vhosts/mydomainname/httpdocs:/tmp) in /var/www/vhosts/mydomainname/httpdocs/wp-content/plugins/vbbridge.php on line 466
(and two other inclusion errors). It looks like the $vwd variable is empty at this point.
If I change the require_once function to use the full absolute file path, then the inclusion errors dissappear, but I see no forums in the forumlist. In this case the page source gives me this error:
Code:
Fatal error: Call to undefined function: fetch_foruminfo() in /var/www/vhosts/iphoneclub.nl/httpdocs/wp-content/plugins/vbbridge.php on line 478
This function is only defined in functions.php (and by quick glance not in functions_misc.php). When I try to include functions.php instead of functions_misc.php WP throws me an error "Cannot redeclare is_valid_email".
Setup:- vB 3.6.8 (stock install)
- WordPress 2.2
- Latest vBBridge plugin
- WordPress and vB on same domain (/ and /forum)
- Same database with different prefixes
Any help is HIGHLY appreciated, as I would love to get this to work and currently am holding off opening the new forums.
Thanks!