When I use $smarty->loadFilter('output','gzip');
in my program, the Chrome cannot load my website on localhost and show this error:
This webpage is not available
ERR_CONTENT_DECODING_FAILED
When I remove loadFilter
everything seems ok !
What is the problem ?