My total guess is that you need to alter something in php.ini<br><br>something along the lines of...looking for lines like these.<br><p>Within <b>php.ini</b>, some modifications need to be made to switch on the GZIP compression detection and encoding. There are two methods to do this.
</p>
                
                <hr>
                <p class="pre-bold">Method 1:</p>
                <p class="pre">output_buffering = On<br>
                output_handler = ob_gzhandler<br>
                zlib.output_compression = Off</p>
                <hr>
                <p class="pre-bold">Method 2:</p>
                <p class="pre">output_buffering = Off<br>
                output_handler = <br>
                zlib.output_compression = On</p><br>It's an un-educated guess but start looking there before Neel comes up with a blinding answer!<br><br>Toby<br><br><div><span class="gmail_quote">On 09/01/2008, <b class="gmail_sendername">
<a href="mailto:watford-request@mailman.lug.org.uk">watford-request@mailman.lug.org.uk</a></b> <<a href="mailto:watford-request@mailman.lug.org.uk">watford-request@mailman.lug.org.uk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send Watford mailing list submissions to<br> <a href="mailto:watford@mailman.lug.org.uk">watford@mailman.lug.org.uk</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br> <a href="https://mailman.lug.org.uk/mailman/listinfo/watford">
https://mailman.lug.org.uk/mailman/listinfo/watford</a><br>or, via email, send a message with subject or body 'help' to<br> <a href="mailto:watford-request@mailman.lug.org.uk">watford-request@mailman.lug.org.uk
</a><br><br>You can reach the person managing the list at<br> <a href="mailto:watford-owner@mailman.lug.org.uk">watford-owner@mailman.lug.org.uk</a><br><br>When replying, please edit your Subject line so it is more specific
<br>than "Re: Contents of Watford digest..."<br><br><br>Today's Topics:<br><br> 1. php5-zlip (walt)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Wed, 9 Jan 2008 11:24:58 -0000
<br>From: "walt" <<a href="mailto:walt@helvatron.co.uk">walt@helvatron.co.uk</a>><br>Subject: [Watford] php5-zlip<br>To: <<a href="mailto:watford@mailman.lug.org.uk">watford@mailman.lug.org.uk</a>><br>
Message-ID: <<a href="mailto:000401c852b2$4533ad10$cf9b0730$@co.uk">000401c852b2$4533ad10$cf9b0730$@co.uk</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>I am trying to get Nolapro Accounts to work as a way of learning more about
<br>the PHP system.<br><br>One of the PHP extensions it needs is zlib. I installed it without any<br>problems but the nolapro initial setup no longer works to show me whether<br>everything it needs is installed. As soon as uninstall zlib it works again
<br>with the zlib component reported as missing.<br><br>I have tried the web and the nolapro support but there is nothing there. I<br>have joined their forum as well but so far, nothing.<br><br>Thanks, Walter<br><br><br>
<br><br>------------------------------<br><br>_______________________________________________<br>Watford mailing list<br><a href="mailto:Watford@mailman.lug.org.uk">Watford@mailman.lug.org.uk</a><br><a href="https://mailman.lug.org.uk/mailman/listinfo/watford">
https://mailman.lug.org.uk/mailman/listinfo/watford</a><br><br><br>End of Watford Digest, Vol 76, Issue 3<br>**************************************<br></blockquote></div><br>