Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.3.1.2. Error ERR_CONTENT_DECODING_FAILED
If ERR_CONTENT_DECODING_FAILED error occurs when opening site in browser, cause may be gzip compression enabled in site admin panel. Since compression on hosting is enabled by default, enabling compression on site causes data to be compressed twice, which prevents browser from unpacking it.
To fix the situation, do the following:
- In site configuration file check database name.
- Open site database in phpMyAdmin.
- In
oc_settingtable, find row withconfig_compressionvalue inkeycolumn using SQL query:SELECT * FROM `oc_setting` WHERE `key` = 'config_compression' - In the found row in
valuecolumn set value0. - Check the site operation.