From owner-cvs-ports@FreeBSD.ORG Wed Apr 14 05:52:57 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 570B9106564A; Wed, 14 Apr 2010 05:52:57 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.freebsd.org (Postfix) with ESMTP id DC28F8FC14; Wed, 14 Apr 2010 05:52:56 +0000 (UTC) Received: from oz.twisted.net (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 14F89FF1B45; Wed, 14 Apr 2010 00:39:02 -0500 (CDT) X-Virus-Scanned: amavisd-new at example.com Received: from oz.twisted.net ([127.0.0.1]) by oz.twisted.net (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PFLij5sDTHyM; Wed, 14 Apr 2010 00:38:52 -0500 (CDT) Received: from [172.16.0.5] (sindrome.twisted.net [172.16.0.5]) by oz.twisted.net (Postfix) with ESMTP id 357CEFED1F4; Wed, 14 Apr 2010 00:38:52 -0500 (CDT) Message-ID: <4BC5542C.4080500@twisted.net> Date: Wed, 14 Apr 2010 00:35:40 -0500 From: Troy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: ports@FreeBSD.org References: <201004071800.o37I01Du092056@repoman.freebsd.org> <20100407190533.C545C5A905F@jester1b.ixsystems.com> In-Reply-To: <20100407190533.C545C5A905F@jester1b.ixsystems.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: After horde 3.3.6_1 upgrade - php error cannot modify header information - headers already sent X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 05:52:57 -0000 Hi, I have been running horde for the last 10 years constantly staying up-to-date with the ports and this recent upgrade just did me in. I'm running the following modules. I don't get a login page at all. I tried to research and some posters stated some really mundane things about having an extra space in the config etc.. horde-base-3.3.6_1 Common code-base used by Horde applications horde-chora-2.1_2 CVS web-viewer horde-imp-4.3.6,1 Webmail system for IMAP/POP3 mailboxes horde-ingo-1.2.3,1 Email-filter management application horde-kronolith-2.3.3_2,1 Calendar application horde-mimp-1.1.3,1 Mobile webmail system horde-mnemo-2.2.3_3,1 Notes and memos application horde-nag-2.3.4_2,1 Simple multiuser task list manager horde-turba-2.3.3 Contact management application FreeBSD 8.0-STABLE FreeBSD 8.0-STABLE #1: Sat Jan 23 20:44:06 CST 2010root@server:/usr/obj/usr/src/sys/ME amd64 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 Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Notification.php on line 64 Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms.php on line 455 Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms.php on line 462 Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms/datatree.php on line 82 Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Prefs.php on line 847 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 In the HTTP error logs, this is what is showing up: [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/share/pear/Log.php on line 169 [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Notification.php on line 64 [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms.php on line 455 [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms.php on line 462 [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms/datatree.php on line 82 [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Prefs.php on line 847 [Tue Apr 13 08:14:23 2010] [error] PHP 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 [Tue Apr 13 08:14:23 2010] [error] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/share/pear/Log.php:169) in Unknown on line 0 [Tue Apr 13 08:14:23 2010] [error] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/share/pear/Log.php:169) in Unknown on line 0