From owner-freebsd-questions Sun Jan 12 12:57:25 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 384A937B401 for ; Sun, 12 Jan 2003 12:57:24 -0800 (PST) Received: from mail.bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6277243F43 for ; Sun, 12 Jan 2003 12:57:23 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 13A7569 for ; Sun, 12 Jan 2003 21:57:17 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id E2B1B2FDB17; Sun, 12 Jan 2003 21:57:16 +0100 (CET) Date: Sun, 12 Jan 2003 21:57:16 +0100 From: Roman Neuhauser To: freebsd-questions Subject: SOLVED: Re: Horde: PHP 4.2.3 silently dies in imp/contacts.php Message-ID: <20030112205716.GH1196@freepuppy.bellavista.cz> Mail-Followup-To: freebsd-questions References: <20030112185127.GG1196@freepuppy.bellavista.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030112185127.GG1196@freepuppy.bellavista.cz> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG # neuhauser@bellavista.cz / 2003-01-12 19:51:27 +0100: > roman@freepuppy ~/install/horde 1026:0 > grep -En '(\$Horde|->call)' imp-3.1/contacts.php > 3: * $Horde: imp/contacts.php,v 2.39.2.5 2002/06/05 22:46:50 jan Exp $ > 26:$source_list = $registry->call('contacts/sources'); > 65:$results = $registry->call('contacts/search', $apiargs); > > It dies on line 65, the second call to $registry->call(), the script > then doesn't output anything. "echo 'FOO'; exit;" put just befor the > call *is* sent to the browser, if I move it below, I get no output > again. Turned out it actually died elsewhere: I had miconfigured Turba, and it was dying while trying to contact an LDAP server. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message