[imp] failure notice (fwd)

Chuck Hagenbuch chuck@horde.org
Wed, 23 May 2001 16:41:53 -0400


Quoting jtaskine@hit.fi:

> I think SRM would be the thing to use here.
> If Anil (or someone else) is interested in writing a IMAP module for it I
> will gladly help. But if he already has written such beast, nevermind. :)
> 
> http://www.vl-srm.net/

Can you give an example of what code might look like using this, that would 
also function without SRM? It looks useful, but not like something we can make 
an absolute requirement for IMP.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Black and white and grey, all the shades of truth.


>From corner@chello.at Date: 23-May-2001
Return-Path: <corner@chello.at>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 63443 invoked from network); 23 May 2001 20:48:08 -0000
Received: from viemta05.chello.at (195.34.133.55)
  by horde.org with SMTP; 23 May 2001 20:48:08 -0000
Received: from susie ([212.17.87.84]) by viemta05.chello.at
          (InterMail vK.4.03.02.00 201-232-124 license 6aea1bd1f01aef5a9a73363c16ebee43)
          with ESMTP id <20010523204808.DXXK29087.viemta05@susie>;
          Wed, 23 May 2001 22:48:08 +0200
Message-ID: <XFMail.20010523224807.corner@chello.at>
X-Mailer: XFMail 1.4.7p2 on Linux
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
In-Reply-To: <990649551.3b0c1ccfe21e9@marina.horde.org>
Date: Wed, 23 May 2001 22:48:07 +0200 (CEST)
Sender: tcorner@susie
From: Tom Corner <corner@chello.at>
To: Chuck Hagenbuch <chuck@horde.org>,
 imp@lists.horde.org
Subject: Re: [imp] Dreaded: "no data"


On 23-May-2001 Chuck Hagenbuch wrote:
> Quoting Tom Corner <corner@chello.at>:
> 
>> Thanks for sticking with me. I find access_log is empty.  error_log is just
>> listing the startups and shutdowns of apache.
> 
> Something is strange, then, because access_log should at least show your page
> requests, segfault or (apparently) no... are you sure you're looking at the 
> right logfiles? Do you see anything else show up in the access log?

You're right I have two copies of the logs: one in /var/log and the other
/var/lib/apache/logs.

Thanks for the help.  I think we are closing in on the problem

The real information is in the /var/log tree:
--------------------------------------------------------------------------------
[Wed May 23 20:00:14 2001] [notice] Apache/1.3.19 (Unix) PHP/4.0.5 configured
-- resuming
normal operations
[Wed May 23 20:01:04 2001] [error] PHP Fatal error:  Call to undefined
function:  page_open() in /var/lib/apache/htdocs/horde/imp/mailbox.php3 on line
103
[Wed May 23 21:09:24 2001] [notice] caught SIGTERM, shutting down
[Wed May 23 21:09:37 2001] [notice] Apache/1.3.19 (Unix) PHP/4.0.5 configured
-- resuming
normal operations
[Wed May 23 21:10:11 2001] [error] PHP Fatal error:  Call to undefined
function:  page_open() in /var/lib/apache/htdocs/horde/imp/mailbox.php3 on line
103
[Wed May 23 22:16:03 2001] [error] PHP Fatal error:  Call to undefined
function:  page_open() in /var/lib/apache/htdocs/horde/imp/mailbox.php3 on line
103
[Wed May 23 22:19:49 2001] [error] PHP Fatal error:  Call to undefined
function:  page_open() in /var/lib/apache/htdocs/horde/imp/mailbox.php3 on line
103
-------------------------------------------------------------------------------
How could page_open() be undefined?

This is the end of /var/log/access_log
-----------------------------------------------------------------------------
192.168.0.4 - - [23/May/2001:22:15:56 +0200] "GET /horde/status.php3 HTTP/1.0"
200 276
192.168.0.4 - - [23/May/2001:22:15:57 +0200] "GET /horde/menu.php3 HTTP/1.0"
200 579
192.168.0.4 - - [23/May/2001:22:15:57 +0200] "GET /horde/menu.php3?menu=999
HTTP/1.0" 200
579
192.168.0.4 - - [23/May/2001:22:15:57 +0200] "GET /horde/modules.php3 HTTP/1.0"
200 629
192.168.0.4 - - [23/May/2001:22:15:58 +0200] "GET /horde/menu.php3?menu=999
HTTP/1.0" 200
579
192.168.0.4 - - [23/May/2001:22:15:58 +0200] "GET /horde/menu.php3 HTTP/1.0"
200 579
192.168.0.4 - - [23/May/2001:22:16:03 +0200] "GET
/horde/imp/mailbox.php3?horde_frames=1 HTTP/1.0" 200 0
192.168.0.4 - - [23/May/2001:22:19:49 +0200] "GET
/horde/imp/mailbox.php3?horde_frames=1 HTTP/1.0" 200 0
---------------------------------------------------------------
-------------------------------
E-Mail: Tom Corner <corner@chello.at>
Date: 23-May-2001
Time: 22:36:08

This message was sent by XFMail
----------------------------------