Quote:
Originally Posted by thcpub
Can you explain in a little more detail? I am using a subdomain for VB as well and have the same error.
|
check your
php.ini or php5.ini file on your server.
If you dont see anything regarding OUTPUT BUFFERING then you need to add the line
Code:
output_buffering = On
or
Code:
output_buffering = 4096