View Single Post
06-20-2012, 12:33 AM   #8
Damoen
Junior Member
 
Join Date: Oct 2011
Posts: 8
Rep Power: 0
Damoen is getting browny points
Quote:
Originally Posted by thcpub View Post
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
Damoen is offline   Reply With Quote