I have a problem with vbridge plugin -- a conflict with vbulletin gzip compression.
I'm sorry if I didn't notice any previous discussion about this, I had read this thread, but not very carefully, I'm almost 18 hours coding and debugging today.
So, the problem is: turning on gzip compression in vbulletin admin panel causes wordpress with activated vbridge plugin to go somewhat nuts.
Instead of any wordpress page you can only see corrupted first page of vbulletin.
Turnin gzipping off eliminates the trouble, but that's not a nice solution, I think.
A little research turned out that critical line is line 88 in file vbridge.php
Code:
require_once($vwd . '/global.php');
. When gzipping in vbulletin is on, this inclusion results in immediate output of forum's front page and termination of all scripts.
So, the question is -- is there any way to suppress gzipping mode for vbridge inclusion, but leave it on for normal forum operation?
PS: Sorry if my text isn't easy to understand, I'm not native English...