Quote:
Originally Posted by Jeff
It sounds to me like you either did not get the proper path to vbulletin, or there is something different going on in your vb install than normal.. Not sure what the issue is.
|
Finally, Found what the problem is.
In my php5.ini file, the output buffering was set to off. Since the code is trying to send info to the browser before the headers are sent, its kicking out that error.
If anyone else has the problem make sure they turn on output buffering in their
php.ini file, or you can use ob_start(); in the vbbridge.php file