MyBB Community Forums

Full Version: What the... member.php is all text!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am running mybb 1.8.4
plugins disabled show the same result

here link to error: https://asparia.net/member.php?action=profile&uid=35
Did you enable gzip compression in ACP -> Configuration -> Server and Optimization Options? If yes, try disabling it.
(2015-05-10, 02:35 AM)Destroy666 Wrote: [ -> ]Did you enable gzip compression in ACP -> Configuration -> Server and Optimization Options? If yes, try disabling it.

Disabled gzip, page now works
How can i enable it again without it turning into text again?
^ there is some content on member profile which is not compatible for gzip compression.
you can try lowering gzip level - basically level 4 or 3 should work.
(2015-05-10, 03:22 AM).m. Wrote: [ -> ]^ there is some content on member profile which is not compatible for gzip compression.
you can try lowering gzip level - basically level 4 or 3 should work.

I set the gzip compression to 1
but the same "error" occurs
This can occur if you have your server set to Gzip the pages as well as MyBB. The output ends up being processed twice, leading to the garbled output you're seeing. It's likely you are ok with the MyBB setting disabled.