View Single Post
02-27-2012, 05:52 PM   #6
Damoen
Junior Member
 
Join Date: Oct 2011
Posts: 8
Rep Power: 0
Damoen is getting browny points
Quote:
Originally Posted by Jeff View Post
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

Damoen is offline   Reply With Quote