Quote:
Originally Posted by kj_ugs
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. This is the only thing i get apart from the wordpress admin menu at the top.
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
And when i go to write a test post as per the instructions, below the input box i get these errors...
Warning: vb_post_form(/includes/functions_misc.php) [function.vb-post-form]: failed to open stream: No such file or directory in /home/company/domains/xxx.com/public_html/blog/wp-content/plugins/vbbridge.php on line 466
Fatal error: vb_post_form() [function.require]: Failed opening required '/includes/functions_misc.php' (include_path='.:/usr/local/lib/php') in /home/company/domains/xxx.com/public_html/blog/wp-content/plugins/vbbridge.php on line 466
I'm using the latest vBulletin 3.6.8 and Wordpress 2.2.3. both brand new clean installs.
|
I should also say that the previous issue i have with fresh installs of Wordpress 2.2.1, 2.2.2 and 2.2.3 all with fresh installs of vBulletin 3.6.8.
My hosting environment is local and my wordpress and forum installs are in subdirectories in my localhost root folder...
http://localhost/site/forum
http://localhost/site/blog
Hope that is of some use in killing this bug.