Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>1) First I want to tell you that we have some problems of encoding procedure. Sometimes we miss for encoding command. If we follow the real procedure(command) or encoding software, then our problem may be solved in this case. As an example, we want to make a gzip file.</p> <pre> `gzip -9 production.min.css` </pre> <p>It will make production.min.css.gz file.</p> <p>2) Sometimes it may occur, if your configuration to pick data from various server as apache and others.The solution is to turn on <code>zlib.output_compression</code> in your <code>php.ini</code>.</p> <p>Open your <code>php.ini</code>. On <strong>Debian/Ubuntu</strong>, it's <code>/etc/php5/apache2/php.ini</code>:</p> <pre><code>vi /etc/php5/apache2/php.ini </code></pre> <p>On Fedora/CentOS/RedHat, it's /etc/php.ini:</p> <pre><code>vi /etc/php.ini </code></pre> <p>Find the <code>zlib.output_compression</code> line and turn <code>zlib.output_compression</code> on:</p> <pre><code>zlib.output_compression = On </code></pre> <p>Restart Apache afterwards:</p> <p>On Debian/Ubuntu, you run:</p> <pre><code>/etc/init.d/apache2 restart </code></pre> <p>On Fedora/CentOS/RedHat, you run:</p> <pre><code>/etc/init.d/httpd restart </code></pre> <p>3) Clear your browser cache, cookies, etc just to be sure. It most likely will not fix the problem permanently or even temporarily.</p> <p>4) It could be a issue with gzip. Open a new tab and enter the following <code>"about:config"</code> then you'll see a warning to be careful just confirm it. In the search bar enter <code>"network.http.accept-encoding"</code>. Make sure its value is <code>gzip, deflate</code> if not right click it and click the option to reset. Some people report changing it to <code>"true"</code> can fix the problem but I would not recommend it since it's most likely going to cause more problems down the road.</p> <p>5) Check your firewall especially if you're using Zone Alarm. Removing all the added programs and resetting the defaults actually fixed it the first time for me.</p> <p>6) Clear your <code>ssl slate</code> by going into your control panel then clicking internet options. Once open click the <code>content tab</code> and click <code>clear ssl slate</code>.</p> <p>7) Are you using a custom DNS? IE OpenNic if so turn it off to make sure. If you don't know what I'm talking about ignore this.</p> <p>8) Run a good privacy cleaning program like Advanced System Care or whatever you use to do that.</p> <p>The last time it happened to me I did all of the following followed by a <code>reboot</code>. I've not had the issue again in any browser and it's been a good while now.</p> <p>With great thanks Mr. Drew</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload