Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2003 21:57:16 +0100
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   SOLVED: Re: Horde: PHP 4.2.3 silently dies in imp/contacts.php
Message-ID:  <20030112205716.GH1196@freepuppy.bellavista.cz>
In-Reply-To: <20030112185127.GG1196@freepuppy.bellavista.cz>
References:  <20030112185127.GG1196@freepuppy.bellavista.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
# 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




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