When I swich from English language to Slovak language at frontend of opencart every browser fails to load any page. I get error:"The page cannot be displayed, because it uses an invalid or unsupported form of compression" But when I change Output Compression Level in Administration->settings->server to 0 Everything works fine.
admin/language/english/localisation/country.php
Code: Select all
First Name = {firstname}<br />
Last Name = {lastname}<br />
Company = {company}<br />
Address 1 = {address_1}<br />
Address 2 = {address_2}<br />
City = {city}<br />
Postcode = {postcode}<br />
Zone = {zone}<br />
Zone Code = {zone_code}<br />
Country = {country}</span>';
Code: Select all
$_['entry_http_server'] = 'HTTP_SERVER:<br /><span class="help">Include the full domain name including path. Example: http://www.yourdomain.com/path/.</span>';
$_['entry_http_image'] = 'HTTPS_SERVER:<br /><span class="help">Include the full domain name including path to the image directory. Example: http://www.yourdomain.com/path/image/.</span>';
$_['entry_https_server'] = 'HTTP_IMAGE:<br /><span class="help">Include the full domain name including path. Example: https://www.yourdomain.com/path/.</span>';
$_['entry_https_image'] = 'HTTPS_IMAGE:<br /><span class="help">Include the full domain name including path to the image directory. Example: https://www.yourdomain.com/path/image/.</span>';
Code: Select all
$_['entry_http_server'] = 'HTTP_SERVER:<br /><span class="help">Include the full domain name including path. Example: http://www.yourdomain.com/path/.</span>';
$_['entry_http_image'] = HTTP_IMAGE:<br /><span class="help">Include the full domain name including path to the image directory. Example: http://www.yourdomain.com/path/image/.</span>';
$_['entry_https_server'] = 'HTTPS_SERVER:<br /><span class="help">Include the full domain name including path. Example: https://www.yourdomain.com/path/.</span>';
$_['entry_https_image'] = 'HTTPS_IMAGE:<br /><span class="help">Include the full domain name including path to the image directory. Example: https://www.yourdomain.com/path/image/.</span>';
After translating layout of Image manager breaks.

* php 5.3.0
* Apache 2.2.11 (Win32)
* MySQL 5.0.5-dev
* Browser Firefox 3.6
* magic_quotes_gpc Off
Very good relase thank you wery much. I keep testing.