Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

[Решено] Error 330 (net::ERR_CONTENT_DECODING_FAILED)


afwollis
 Share

Recommended Posts

Если при открытии магазина / админки у вас вместо согдержимого выводится икая ошибка - отклюлите сжатие в настройках магазина.

Улитывая, что доступа к админке в этом случае у вас скорее всего уже не бугдет, вы можете выполнить через phpmyadmin следующий запрос (предварительно открыв свою БД):

UPDATE `{ПРЕФИКС_ТАБЛИЦ}setting` SET `value`='0' WHERE `group`='config' AND `key`='config_compression';

{ПРЕФИКС_ТАБЛИЦ} вы можете посмотреть в файле config.php:

define('DB_PREFIX', 'oc_');
  • +1 7
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.