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:
This is the code where is the problem
Can anyone help me"?
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"?