[Watford] Re: Watford Digest, Vol 76, Issue 3

Neel Upadhyaya bahulneel at gmail.com
Wed Jan 9 12:29:35 GMT 2008


My guess is that something is erroring when zlib is enabled, make sure
that you're setup to see/log errors in your php.ini.  chack that :
error_reporting = E_ALL
log_errors = On
display_errors = On

Then try again keeping an eye on the apache error log and the html output.


-- 
MCSE is to computers as McDonalds Certified Chef is to fine cuisine.


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



More information about the Watford mailing list