joemama718 Posted April 20, 2007 Posted April 20, 2007 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?
Ashoat Posted April 21, 2007 Posted April 21, 2007 http://www.helionet.org/index/index.php?ac...E=01&HID=22
joemama718 Posted April 21, 2007 Author Posted April 21, 2007 um before I do, could you explain why that happens? learning experience.
Ashoat Posted April 22, 2007 Posted April 22, 2007 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now