10
Quote:
tim1980 wrote:
Yeah I am using it, I don't know how to disable it though...
First try going to [your site url]/recovery.php and turn php debug on. Then you should be able to get to admin again to turn off gzip.
If you can't get access to the admin section you'll need access to your database and to run the query:
UPDATE xoopsprefix_config SET conf_value=0 WHERE conf_name = 'gzip_compression'
Don't forget to replace 'xoopsprefix' wïth the one used for your XOOPS database.
Rowd