[imp] Houston; we have a problem

bill parducci bill@parducci.net
Thu, 08 Feb 2001 22:58:27 -0800


i am going to take a guess here, but i think this might be your problem:

php_value include_path '/usr/local/etc/apache/php'

unless you have this linke to your phplib dir, i believe that you will need to reference
[apachePath]/phplib

for reference, your php4 setup would have this in the include statement in your /etc/php.ini file

b

Network wrote:
> 
> Review of the system
> OS= FreeBSD-4.2-Stable
> PHP= mod_php3-3.0.18 // from the ports collection= mod_php3 -compiled with
> imap & mysql support-
> IMAP-uw c-Client Version 4.1
> Mysql= Client API version 3.23.32
> Apache Version Apache/1.3.17
> mod_ssl/2.8.0 OpenSSL/0.9.6
> -
> My original issues were sent previously with a topic of "imp-2.2.4 logging
> in and ie5.5 "
> Briefly I was getting imapd errors on *every* successful login.  In
> addition, after successful logins and during attempted logins all users
> would get "page can not be displayed".  The folks at imap-uw have confirmed
> it is something with the client we are using because the first hit to the
> server is *always* successful as shown below.
> 
> Feb  8 04:08:15 tower IMP[231]: Login 192.168.0.3 to tower:143 as network
> Feb  8 04:08:16 tower imapd[1116]: Login failure
> user=host=tower.swahilie.net [192.168.0.5]
> Feb  8 04:08:22 tower last message repeated 2 times
> -
> >From this mail-list *Anil* was kind enough to point out what he thinks is a
> bug in php4 and advised that I move either to php4-dev -or- php3 --(Mr.
> Brent Nordquist)-- backed up *Anil's* suggestion.
> -
> I am now using php3 and horde/imp does *not* work at all presenting me with
> the following error;
> 
> Fatal error: Call to unsupported or undefined function page_open() in
> /usr/local/www/data/horde/imp/index.php3 on line 15
> -
> To save some search time, (below) is the code that the error refers to;
> 
> /* Detect that browser */
>   $this_client = new WebClient;
>   page_open(array('sess' => 'HordeSession'));     <--line 15
>   page_close();
> -
> This error page_open(), is shown in the *faq* but doesn't seem to be the
> case with us; (below from our httpd.conf:)
> 
> <Directory /usr/local/www/data/horde/>
> <IfModule mod_php3.c>
>         php_value include_path '/usr/local/etc/apache/php'
>         php_value auto_prepend_file /usr/local/etc/apache/php/prepend.php3
>         php_flag magic_quotes_gpc Off
>         php_flag track_vars On
>     </IfModule>
> -
> You may assume that our httpd.conf is correct because we had horde/imp
> working with php4.
> I'd like to think I've done my homework before mailing in.  If not, please
> enlighten me.
> 
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org


>From chuck@horde.org Date: Fri,  9 Feb 2001 10:38:01 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 22345 invoked from network); 9 Feb 2001 15:38:56 -0000
Received: from r94aag005136.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126)
  by horde.org with SMTP; 9 Feb 2001 15:38:56 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id CA65539F5; Fri,  9 Feb 2001 10:38:01 -0500 (EST)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@marina by marina.horde.org with HTTP;
	Fri,  9 Feb 2001 10:38:01 -0500
Message-ID: <981733081.3a840ed9ad13e@marina.horde.org>
Date: Fri,  9 Feb 2001 10:38:01 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] Houston; we have a problem

> php_value include_path '/usr/local/etc/apache/php'

You said you switched to php3, right? This is a php4-style conf directive; the 
syntax for php3 is different (for this particular value, it's 
php3_include_path).

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"My intuitive grasp of math often leads me astray." -Me


>From chuck@horde.org Date: Fri,  9 Feb 2001 10:49:00 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 23440 invoked from network); 9 Feb 2001 15:50:04 -0000
Received: from r94aag005136.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126)
  by horde.org with SMTP; 9 Feb 2001 15:50:04 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 9774E39F5; Fri,  9 Feb 2001 10:49:00 -0500 (EST)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@marina by marina.horde.org with HTTP;
	Fri,  9 Feb 2001 10:49:00 -0500
Message-ID: <981733740.3a84116c7debc@marina.horde.org>
Date: Fri,  9 Feb 2001 10:49:00 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] folders slow in imp 2.3.7-dev

Quoting Kris von Mach <mach@swishmail.com>:

> I seem to have a weird problem that no one seems to have, after checking the
> list archives... The problem is that inside imp, when you click on the
> "folders" link, it takes about 30 seconds before the page loads, and then,
> clicking on any folder on the folder page takes also 30 seconds... Every
> other page works super fast. Even though it takes 30 seconds, everything does
> work the way it should. I just can't figure out why it takes it that
> long...

What version of php are you using? This sounds like a problem that some people 
were running into with imap_status... Anil?

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"My intuitive grasp of math often leads me astray." -Me