Quote:
Originally Posted by AutomatikStudio
I upgraded to the BETA and now when I visit the vBBridge Options page it only shows:
|
Yes, I see. I will fix this in the beta release Monday or Tuesday, but for now, you can fix it by opening up the vbbridge.php file and find the first instance of this:
Code:
if (get_option('vbb_VBION')) {
$cwd = getcwd();
Change to:
Code:
if (get_option('vbb_VBION') and $_GET['page'] != 'vbbridge.php') {
$cwd = getcwd();