View Single Post
06-20-2012, 12:02 AM   #7
thcpub
Junior Member
 
Join Date: Apr 2012
Posts: 3
Rep Power: 0
thcpub is getting browny points
Quote:
Originally Posted by Damoen View Post
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

Can you explain in a little more detail? I am using a subdomain for VB as well and have the same error.
thcpub is offline   Reply With Quote