I still load it fine. Can you access your acp at all?
If you can''t, then try to run this query at the phpmyadmin in the cp of your host:
Code:
UPDATE datastore SET data=REPLACE(data,'s:10:"gzipoutput";i:1;','s:10:" gzipoutput";i:0;') WHERE title='options';
And if your db tables have a prefix, don''t forget to include it in the query.
Or you can try to disable from the config.php file by adding the following code somewhere below the starting php tag.
PHP Code:
DEFINE('NOZIP', 1);