a problem with page compression gzip

Discussion in 'Troubleshooting' started by sirosman, May 12, 2009.

  1. sirosman

    sirosman New Member

    Joined:
    Aug 29, 2006
    Messages:
    5
    hi everyone,

    So, we have amember installed on our site for years and years and couldn't be happier!

    One minor problem has come up and considering my familiarity with this sytem, I can't seem to figure it out.

    Amember is installed and works perfectly. We have just added gzip compression to our pages and for some reason, when the following php code is in the site's header, the pages that are php locked with amember won't work.

    ob_start("ob_gzhandler");

    Now, what I suspect is that since amember pages all have our header included in them, there are two ob_starts in which case would cause the problem. But can't find that line!

    Anyway, any help would be appreciate it.

    Thanks

Share This Page