Quote:
Originally Posted by CyberRanger
Plugins are turned on in vb. I can PM you site details if you'd like.
It is on my test site so no big deal. Could be something else I have that's funky.
|
In vbbridge.php at the beginning of the file, you should see this line:
Code:
define('NOSHUTDOWNFUNC', true);
See what happens when you ADD this line after it:
Code:
define('DISABLE_HOOKS', true);