I enabled GZip Compression on our Zen Cart, and now when I pull up a page, it gives me a symbol. Please view this page: http://mybltgifts.com/shop
How can I fix this?
I enabled GZip Compression on our Zen Cart, and now when I pull up a page, it gives me a symbol. Please view this page: http://mybltgifts.com/shop
How can I fix this?
disable gzip...
it seems that you are on a server that is not intended for zencart.
Windows, BSD, Linux, Cisco, Hardware & IT Security Tech
AEIIA - Zen Cart Certified & PCI Compliant Hosting
How do I dissable it?
Here is the admin area, it gives the same symbol?
http://mybltgifts.com/shop /admin
This is from drbyte so you may want to thank him:
To disable gzip via phpmyadmin, run this SQL statement:
Code:UPDATE configuration set configuration_value = '0' where configuration_key = 'GZIP_LEVEL';
Windows, BSD, Linux, Cisco, Hardware & IT Security Tech
AEIIA - Zen Cart Certified & PCI Compliant Hosting
That didn't work.. Any other ideas? Is there a file that can be updated?
Thanks.
The same way and place you enabled itOriginally Posted by tanlaw
admin > config > GZip Compression > Enable GZip Compression > set to "0"
Zen-Venom Get Bitten
In the future, please consider explaining what exactly you mean by "That didn't work".
If it was a table-prefix issue, then you should have received an error message when running the first command. If you did receive an error message, posting those details would get a more specific response much more quickly.
It's also advisable to be making database backups on a frequent basis, especially if you're going along flipping switches. That way you can undo things via a restore in a worst-case scenario.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.