Vbridge gives a error

Satioz

New Member
Dear,
I try to install VBBrigde on my site, but i have a error when i try edit te settings in the admin./ When I go to the users and then VBbridge User settings, then i have this error:

Fatal error: Call to a member function query_read() on a non-object in /var/www/vhosts/FM-passion.nl/httpdocs/mutest/wp-content/plugins/vbbridge.php on line 308

This is the code where is the problem
Code:
### Present User Setup Form.
function Vbridge_User_Setup() {

global $wp_roles, $vbulletin;
$xx = 0;
$wpdb =& $GLOBALS['wpdb'];
$sql = "SELECT * FROM " . TABLE_PREFIX . "usergroup";

$fs = $vbulletin->db->query_read($sql);

Can anyone help me"?
 
Now i had this when i do options and then VBbrigde settings:

Code:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/FM-passion.nl/httpdocs/mutest/wp-content/plugins/vbbridge.php:132) in /var/www/vhosts/FM-passion.nl/httpdocs/mutest/wp-includes/functions.php on line 698

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/FM-passion.nl/httpdocs/mutest/wp-content/plugins/vbbridge.php:132) in /var/www/vhosts/FM-passion.nl/httpdocs/mutest/wp-includes/functions.php on line 699


When i go to members and then VBridge user settings i have the error in the first post.

This is the setting what i have on the page on options -> VBridge
wie.png
 
Assuming your domain points to your base URL, try removing the 'httpdocs from your relative path, leaving just the /mutest/forum.
 
Back
Top