New Login Error

Craig Zimmerman craigz@internet00.tbwachiat.com
Fri, 5 Jan 2001 12:54:25 -0500 (EST)


This morning I logged in to cvs and updated horde/imp to the latest.  Now
when I go to https://mywebserver/horde/imp, i get a 'document contains no
data' messgae.  Apache logs the following:

[Fri Jan  5 12:13:29 2001] [error] PHP Fatal error:  Call to a member
function on a non-object in
/usr/local/etc/httpd/htdocs/horde/imp/login.php on line 95

I've compared login.php with an older login.php (from when I'd get the
login screen, but couldn't get further) and found this difference on line
50:

new:  include_once 'Log.php';
old:  include_once '../lib/Log.php';

In the horde/imp directory where login.php lives there is no Log.php file,
so that seems broken.  I checked ../lib for Log.php and it's not there
either.  In fact the last time i've seen that file was the archive i've
got from 12_25.  Just for kicks, I copied the old horde/lib/Log.php file
into the ../horde/imp directory, but it didn't help.

-c.







>From max@the Date: Fri,  5 Jan 2001 11:27:28 -0800
Return-Path: <max@the-triumvirate.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 18016 invoked from network); 5 Jan 2001 19:29:30 -0000
Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136)
  by horde.org with SMTP; 5 Jan 2001 19:29:30 -0000
Received: (from http@localhost)
	by zion.the-triumvirate.net (8.10.2/8.10.2) id f05JRSZ09537
	for imp@lists.horde.org; Fri, 5 Jan 2001 11:27:28 -0800
X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f
Received: from 128.111.222.23 ( [128.111.222.23])
	as user max@zion.the-triumvirate.net by www.the-triumvirate.net with HTTP;
	Fri,  5 Jan 2001 11:27:28 -0800
Message-ID: <978722848.3a562020afc95@www.the-triumvirate.net>
Date: Fri,  5 Jan 2001 11:27:28 -0800
From: Max Kalika <max@the-triumvirate.net>
To: imp@lists.horde.org
References: <Pine.LNX.4.21.0101051216380.14801-100000@internet00.tbwachiat.com>
In-Reply-To: <Pine.LNX.4.21.0101051216380.14801-100000@internet00.tbwachiat.com>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.6-cvs
Subject: Re: [imp] New Login Error 

Quoting Craig Zimmerman <craigz@internet00.tbwachiat.com>:

> new:  include_once 'Log.php';
> old:  include_once '../lib/Log.php';

All the Log stuff now comes with php's PEAR.  Update php to the latest cvs.


--mk23