Can assume wrong gzipping is taking place, please disable other plugins until the conflict is found.
Thanks for answering,
I disabled other plugins but the conflict continues. Just with transposh doesn´t work ;-(
Best regards
Hi,
Please search for any use of output buffering in your theme code (grep for ob_start)
Best,
Hi,
Where do I exatly search that ouput buffering? In which file of theme? What do I do if I find it?
Thanks for your help 😉
Best,
It´s run in other theme, but not in this ;-(
It´s few time ago, it worked fine!
Hi,
Just check for any occurrences of ob_ in your theme code, it might happen if it does not close correctly,
If so, check the functionality implemented by this, maybe you don’t need it, or you can rewrite it, make sure there’s a finish clause for the ob_start
Good luck