Jump to content

Recommended Posts

Posted

I made a phpBB forum...and it works perfectly fine on firefox and internet explorer. when i go on opera, however i get these symbols: ‹

 

and when i try to view source code, thats all it says too. (nothing else at all.)

 

i've asked my friends to try it out, and they all cannot load it. i have no clue what to do...please help?

Posted

The ad script outputs text before PHPBB does. PHPBB assumes that nothing has outputted text yet, so it outputs headers, which are special commands to the client. Headers do not work if they are not sent as the first text on the page. PHPBB compressed the pages it sends to the client, so it has to tell the client to decompress the pages with a header. However, since the headers are the not the first text sent, they break, and the client doesn't know it has to decompress the data it recieves, so it tries to output it as plain text, which is what you see.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...