Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2010 23:27:06 -0700
From:      Micheas Herman <m@micheas.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: After horde 3.3.6_1 upgrade - php error cannot modify header information - headers already sent
Message-ID:  <1271226426.28425.57098.camel@vcampaign>
In-Reply-To: <4BC55B66.8020409@FreeBSD.org>
References:  <201004071800.o37I01Du092056@repoman.freebsd.org> <20100407190533.C545C5A905F@jester1b.ixsystems.com> <4BC5542C.4080500@twisted.net>  <4BC55B66.8020409@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
The fix for the second error is to enable output buffering in php.ini 

output_buffering = 4096

Should be a safe setting.

The fix for the warning in
/usr/local/share/pear/Log.php

should be  made by upgrading to pear-log package to 1.11.6 The bug is in
pear/log 1.11.5 and earlier.

Micheas



On Wed, 2010-04-14 at 08:06 +0200, Alex Dupre wrote: 
> Troy ha scritto:
> > When I go to login to the horde framework I'm getting the following
> > errors in the web browsers:
> >
> > Deprecated: Assigning the return value of new by reference is deprecated
> > in /usr/local/share/pear/Log.php on line 169
> 
> Disable the error logging to the web browser...
> 
> > Warning: Cannot modify header information - headers already sent by
> > (output started at /usr/local/share/pear/Log.php:169) in
> > /usr/local/www/horde/index.php on line 92
> 
> ...and this will disappear.
> 

-- 
Writing is easy; all you do is sit staring at the blank sheet of paper until
drops of blood form on your forehead.
		-- Gene Fowler




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1271226426.28425.57098.camel>