[imp] Blank Page SOLUTION - WAS Re: [imp] Re: your imp problem - blank page for test.php

Henry Blackman h.blackman@chester.ac.uk
Wed, 9 Jan 2002 19:16:45 -0000


I'd recommend...
./configure --with-imap=/path/to/imap --with-mysql=/path/to/mysql --with-apa
che=/path/to/apache --with-gettext --with-xml

That's the basic requirement.  I'm using MySQL 3.23.47, IMAP 4.7c2, Apache
1.3.22 and the latest version of gettext from the GNU website (not sure what
the numbers are).  I'd also replace any php.ini you have with php.ini-dist
from the PHP 4.1.1 folder and make any changes you need in that (don't
forget the path to PEAR).

Good luck.
Henry

----- Original Message -----
From: "Webmaster" <webmaster@4cheapdomains.net>
To: <imp@lists.horde.org>
Sent: Wednesday, January 09, 2002 5:40 PM
Subject: Re: [imp] Blank Page SOLUTION - WAS Re: [imp] Re: your imp
problem - blank page for test.php


> Henry,
>
>     What line would you suggest I compile PHP with? I'll start over and
> re-compile it...
>
> Mike Allen, 4CheapDomains.Net
> mikeallen@4CheapDomains.Net
> http://www.4CheapDomains.Net
> (812) 275-8425 - Office
> (815) 364-1278 - Fax
>
> ----- Original Message -----
> From: "Henry Blackman" <h.blackman@chester.ac.uk>
> To: <imp@lists.horde.org>
> Sent: Wednesday, January 09, 2002 11:04 AM
> Subject: Re: [imp] Blank Page SOLUTION - WAS Re: [imp] Re: your imp
> problem - blank page for test.php
>
>
> > No, I got the errors on screen.  You should try increasing your error
> level
> > (ie. report ALL errors), until you see something.  Also, what's your
> > configure command - you might have missed something?  Have you checked
> your
> > php.ini?  It's probably time to go back to basics and replace whatever
> > you've got now with the php.ini-dist you get with php-4.1.1 (if you
> haven't
> > already done so).
> >
> > Let me know how you get on.
> >
> > Cheers,
> > Henry
> >
> > ----- Original Message -----
> > From: "Webmaster" <webmaster@4cheapdomains.net>
> >
> > > Henry,
> > >
> > > I did that (removed the @) but I am still not seeing an error. Did
your
> > > changing that cause it to show in the apache error log? They should on
> > mine
> > > as I have not set it up for a seperate error file for php....
> > >
> > > Mike Allen, 4CheapDomains.Net
> > > Webmaster@4CheapDomains.Net
> > > http://www.4CheapDomains.Net
> > > (812) 275-8425 - Office
> > > (815) 364-1278 - Fax
> > >
> > > ----- Original Message -----
> > > From: "Henry Blackman" <h.blackman@chester.ac.uk>
> > > To: <imp@lists.horde.org>
> > > Sent: Wednesday, January 09, 2002 9:57 AM
> > > Subject: [imp] Blank Page SOLUTION - WAS Re: [imp] Re: your imp
> problem -
> > > blank page for test.php
> > >
> > >
> > > > Thanks Joe, but I've solved it.  At least here...
> > > >
> > > > My problem was that there were no errors and therefore no clues to a
> > > > solution, so I found that if I changed line 11 in test.php from:
> > > >
> > > > @session_start();
> > > >
> > > > to:
> > > >
> > > > session_start();
> > > >
> > > > errors resulted.  It turns out that my php.ini file has the session
> > > handler
> > > > to "user" but with no session handler defined in the script (of
> > course)!!
> > > > So I changed it to session handler to "file" and the error went away
> and
> > > hey
> > > > presto it worked.
> > > >
> > > > Anyone else that has this problem I'd recommend taking the @ out so
> > errors
> > > > are shown and you can diagnose.
> > > >
> > > > Cheers,
> > > > Henry
> > > >
> > > >
> > > > ----- Original Message -----
> > > > From: "Joe Hamelin" <joe@nethead.com>
> > > > >
> > > > > I'm running FreeBSD 4.2-RELEASE and PHP 4.1.1, all is working
fine.
> > > > >
> > > > > You can take a look at: http://mail.nethead.com/horde/test.php
> > > > >
> > > > > If you're really stuck, I'll give you a login so you can take a
look
> > > > > around.
> > > > >
> > > > > -Joe
> > > > >
> > > > > --
> > > > >  -----------------------------------------------------------------
> > > > > | Joe Hamelin <joe@hamelin.edmonds.wa.us> Edmonds, Washington, US
|
> > > > >  -----------------------------------------------------------------
> > > > >
> > > > > On Wed, 9 Jan 2002, Henry Blackman wrote:
> > > > >
> > > > > :Yes, here's my configure command:
> > > > > :
> > > > > : './configure' '--with-imap=../imap-2000c'
> > > > '--with-mysql=/usr/local/mysql'
> > > > > :'--with-apache=../apache_1.3.22' '--with-gettext' '--with-xml'
> > > > > :
> > > > > :Just like the readme says.  I'm a bit lost where the lay the
blame,
> > > first
> > > > > :FreeBSD; now I'm wondering if it's PHP 4.1.1 (MySQL 3.23.47 if
> you're
> > > > > :interested).  I've had a problem with that segfaulting, or at
least
> > the
> > > > > :apache 1.3.22 and PHP 4.1.1 combination when using user MySQL
> > sessions.
> > > > > :Right now, I'd be happy to lay the blame anywhere, but get it to
> > work.
> > > > > :
> > > > > :Cheers for your insight though.
> > > > > :
> > > > > :Henry
> > > > > :
> > > > > :----- Original Message -----
> > > > > :From: "Jeffrey Liu" <jliu@hanwave.net>
> > > > > :
> > > > > :> I ran across the same problem.
> > > > > :>
> > > > > :> Did you make sure that your php supports gettext?
> > > > > :> (when you run configure for php4:  ./configure --with-gettext)
> > > > > :
> > > > > :
> > > > > :
> > > > > :
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > IMP mailing list: http://horde.org/imp/
> > > > Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> > > > Frequently Asked Questions: http://horde.org/faq/
> > > > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> > >
> > >
> > > --
> > > IMP mailing list: http://horde.org/imp/
> > > Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> > > Frequently Asked Questions: http://horde.org/faq/
> > > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> > >
> > >
> >
> >
> > --
> > IMP mailing list: http://horde.org/imp/
> > Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>



>From jan@horde.org Date: Wed,  9 Jan 2002 21:15:54 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 10681 invoked from network); 9 Jan 2002 20:21:08 -0000
Received: from mailout08.sul.t-online.com (194.25.134.20)
  by clark.horde.org with SMTP; 9 Jan 2002 20:21:08 -0000
Received: from fwd06.sul.t-online.de 
	by mailout08.sul.t-online.de with smtp 
	id 16OPDb-0007xh-03; Wed, 09 Jan 2002 21:21:03 +0100
Received: from linux.wg.de (320034214675-0001@[217.225.45.67]) by fmrl06.sul.t-online.com
	with esmtp id 16OPDR-23fdqbC; Wed, 9 Jan 2002 21:20:53 +0100
Received: from localhost (localhost [127.0.0.1])
	by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id g09KFs903442
	for <imp@lists.horde.org>; Wed, 9 Jan 2002 21:15:54 +0100
Received: from 62.225.101.66 ( [62.225.101.66])
	as user jan@linux by jan.dip.ammma.net with HTTP;
	Wed,  9 Jan 2002 21:15:53 +0100
Message-ID: <1010607353.3c3ca4fa004a3@jan.dip.ammma.net>
Date: Wed,  9 Jan 2002 21:15:54 +0100
From: Jan Schneider <jan@horde.org>
To: imp@lists.horde.org
References: <Pine.OSF.4.33.0201090932270.459508-100000@ucs.orst.edu>
In-Reply-To: <Pine.OSF.4.33.0201090932270.459508-100000@ucs.orst.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [imp] Japanese language support

Zitat von Andrew Morgan <morgan@orst.edu>:

> 
> Are there any plans for Japanese language support in IMP?  I don't know
> much about multiple-language support or if it is even possible to
> support
> Japanese in IMP, but several of my users are asking about it.
> 
> Currently, I have told them to open the message source through IMP,
> which
> then seems to bring it up in Japanese in their browser.  They would like
> to be able to view Japanese messages inline like any other language.

It's quite easy to create translations. Read horde/po/README for details, 
and please share the translation with us if you make one.

Jan.

--
::::::::::::::::::::::::::::::::::::::::
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax  +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::


>From jan@horde.org Date: Wed,  9 Jan 2002 21:13:56 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 10824 invoked from network); 9 Jan 2002 20:21:28 -0000
Received: from mailout08.sul.t-online.com (194.25.134.20)
  by clark.horde.org with SMTP; 9 Jan 2002 20:21:28 -0000
Received: from fwd06.sul.t-online.de 
	by mailout08.sul.t-online.de with smtp 
	id 16OPDb-0007mg-02; Wed, 09 Jan 2002 21:21:03 +0100
Received: from linux.wg.de (320034214675-0001@[217.225.45.67]) by fmrl06.sul.t-online.com
	with esmtp id 16OPDR-23fdqaC; Wed, 9 Jan 2002 21:20:53 +0100
Received: from localhost (localhost [127.0.0.1])
	by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id g09KDu903412
	for <imp@lists.horde.org>; Wed, 9 Jan 2002 21:13:56 +0100
Received: from 62.225.101.66 ( [62.225.101.66])
	as user jan@linux by jan.dip.ammma.net with HTTP;
	Wed,  9 Jan 2002 21:13:56 +0100
Message-ID: <1010607236.3c3ca4840c7ed@jan.dip.ammma.net>
Date: Wed,  9 Jan 2002 21:13:56 +0100
From: Jan Schneider <jan@horde.org>
To: imp@lists.horde.org
References: <011f01c19933$99a258e0$13c150c2@chester.ac.uk>
In-Reply-To: <011f01c19933$99a258e0$13c150c2@chester.ac.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [imp] Faking the login

Zitat von Henry Blackman <h.blackman@chester.ac.uk>:

> Hello.
> 
> Does anyone know if I can "fake" a login to IMP like I could with
> "remote_login.php3" in PHP 2, by passing the appropriate variables to
> the
> script somehow.

There is a custom_login.php script in imp/scripts that you can take as an 
example.

Jan.

--
::::::::::::::::::::::::::::::::::::::::
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax  +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::