Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
管理メニューから Opencart の出力圧縮レベルを有効にすると、ブラウザがページをロードしません
たとえば、google chrome では次の結果が得られます。
330 (net:: ERR_CONTENT_DECODING_FAILED): 不明なエラーです。
オペラは未知の特別なキャラクターなどを示しています。
このエラーの背後にある理由を見つけるにはどうすればよいですか?
これを対応するtplに追加すると、問題が解決します。
<?php ini_set("zlib.output_compression", "Off"); ?>