The following appears at the bottom of my vbridge settings in my wordpress options tab.
\n"; } ### Present User Setup Form. function Vbridge_User_Setup() { global $wp_roles; $xx = 0; $wpdb =& $GLOBALS['wpdb']; $sql = "SELECT * FROM " . get_option('vbb_VBPRX') . "usergroup"; $results = $wpdb->get_results($sql); echo "
\n" . "
" . __('Vbridge User Settings', '') . "
\n"; ?>
Warning: Invalid argument supplied for foreach() in C:\wamp\www\xxx\blog\wp-content\plugins\vbbridge.php on line 287
Any idea what that could be?
I also get this... in my Users wordpress page when i go to VBridge User Settings
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Vbridge_User_Setup' was given in C:\wamp\www\BlacksMagicGroup\blog\wp-includes\plugin.php on line 160
I'm using the latest vBulletin 3.6.8 and Wordpress 2.2.3. both brand new clean installs.
|