Quote:
Originally Posted by Damoen
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.