[imp] Re: Parse error in help.php3

Matt Thompson wassoc@mattyt.net
Wed, 5 Sep 2001 10:31:45 -0700 (PDT)


> Well, what does that line look like for you? There are no problems with it in
> the general distribution...

Here are lines 30-34 of /usr/share/horde/help.php3:

/* Get the right translation of the help files for this page */
if (empty($module)) $module = '';
else $module = basename($module);
require './' . $module . /etc/horde/lang.php3';
$language = select_lang($module); 

...and here's /etc/horde/lang.php3:

server:~# cat /etc/horde/lang.php3
<?php

$lang->lang['de'] = 'Deutsch';
$lang->lang['en'] = 'English';
$lang->lang['es'] = 'Espaol';
$lang->lang['fi'] = 'Finnish';
$lang->lang['fr'] = 'Francais';
$lang->lang['it'] = 'Italian';
$lang->lang['kr'] = 'Korean';
$lang->lang['lt'] = 'Lietuvi';
$lang->lang['nl'] = 'Dutch';
$lang->lang['pt-BR'] = 'Brazilian Portuguese';
$lang->lang['se'] = 'Svenska';
$lang->lang['sk'] = 'Slovensky';

/* character encoding sets */
$lang->charset['de'] = 'ISO-8859-1';
$lang->charset['en'] = 'ISO-8859-1';
$lang->charset['es'] = 'ISO-8859-1';
$lang->charset['fi'] = 'ISO-8859-1';
$lang->charset['fr'] = 'ISO-8859-1';
$lang->charset['it'] = 'ISO-8859-1';
$lang->charset['kr'] = 'EUC-KR';
$lang->charset['lt'] = 'windows-1257';
$lang->charset['nl'] = 'ISO-8859-1';
$lang->charset['pt-BR'] = 'ISO-8859-1';
$lang->charset['se'] = 'ISO-8859-1';
$lang->charset['sk'] = 'ISO-8859-2';

?>

Matt Thompson	wassoc@mattyt.net
Network Administrator
Williamson & Associates
http://www.wassoc.com



>From chuck@horde.org Date: Wed,  5 Sep 2001 13:31:12 -0400
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 88114 invoked from network); 5 Sep 2001 17:33:18 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.198.7)
  by horde.org with SMTP; 5 Sep 2001 17:33:18 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 00DEB3D9F; Wed,  5 Sep 2001 13:31:12 -0400 (EDT)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@localhost by marina.horde.org with HTTP;
	Wed,  5 Sep 2001 13:31:12 -0400
Message-ID: <999711072.3b966160d3027@marina.horde.org>
Date: Wed,  5 Sep 2001 13:31:12 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <F38Wus8eEDwRJkMaDeM00009464@hotmail.com>
In-Reply-To: <F38Wus8eEDwRJkMaDeM00009464@hotmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] moving from imp 2.2 to 2.3

Quoting Deej * <baby_deej@hotmail.com>:

> If I install 2.3.x will I be using the same database structures as I was in 
> 2.2 or will I need to kill those, if so then will I be able to run both 2.2 
> and 2.3 at the same time? I'm using mysql.

You don't need to touch your 2.2 tables, just add ones for 2.3.

> Is there a strict order to follow in setting up the databases for supporting 
> 2.2 and 2.3?

Nope.

> I'm slightly confused as to what I need to do with the databases to run both 
> 2.2 and 2.3 side by side.

The tables used are, I'm 99.999% sure, completely different. So you don't really
need to _do_ anything.

> The latest tarball of imp 2.3 is 2.3.6 do I just download this and then do 
> the cvs update or can I just do a new checkout and this will gives me 
> 2.3.7-cvs? (along with the latest cvs of horde that is I guess).

You should just check both horde and imp out of CVS.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.


>From chuck@horde.org Date: Wed,  5 Sep 2001 13:34:51 -0400
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 89993 invoked from network); 5 Sep 2001 17:36:57 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.198.7)
  by horde.org with SMTP; 5 Sep 2001 17:36:57 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id D05C83D9F; Wed,  5 Sep 2001 13:34:51 -0400 (EDT)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@localhost by marina.horde.org with HTTP;
	Wed,  5 Sep 2001 13:34:51 -0400
Message-ID: <999711291.3b96623baf7c8@marina.horde.org>
Date: Wed,  5 Sep 2001 13:34:51 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <989692526.3afd826e5cb77@C.private.neuromics.com> <991004436.3b118714af72e@marina.horde.org> <991140506.3b139a9aa3a59@C.private.neuromics.com> <991226180.3b14e9443357a@C.private.neuromics.com> <998070219.3b7d57cbf0290@marina.horde.org> <999358997.3b91021574f28@webmail.neuromics.com>
In-Reply-To: <999358997.3b91021574f28@webmail.neuromics.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] Error Deleting Message in IMP 2.3.7-cvs

Quoting Rodney Barnett <rbarnett@neuromics.com>:

> I reported the bug because of the error message that occurred when deleting the
> last message.  It looks like something was getting out of sync since IMP was
> reporting incorrect message counts before that point.  Has that been fixed?

FYI, I've moved this into the bugs database (bug #750, I think), partially to
consilidate reports on 2.3, and partially to clean up my mailbox a bit. ;)
Please use that for any followups.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.


>From chuck@horde.org Date: Wed,  5 Sep 2001 13:39:05 -0400
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 91003 invoked from network); 5 Sep 2001 17:41:10 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.198.7)
  by horde.org with SMTP; 5 Sep 2001 17:41:10 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 6FE963D9F; Wed,  5 Sep 2001 13:39:05 -0400 (EDT)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@localhost by marina.horde.org with HTTP;
	Wed,  5 Sep 2001 13:39:05 -0400
Message-ID: <999711545.3b9663394c98a@marina.horde.org>
Date: Wed,  5 Sep 2001 13:39:05 -0400
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <Pine.LNX.3.96.1010905102818.493B-100000@doma.mattyt.net>
In-Reply-To: <Pine.LNX.3.96.1010905102818.493B-100000@doma.mattyt.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] Re: Parse error in help.php3

Quoting Matt Thompson <wassoc@mattyt.net>:

> require './' . $module . /etc/horde/lang.php3';

There's a quote missing there (should be '/etc/horde ... etc.). Looks like
that's something that's specifically munged by the debian package, which I'm
guessing you're using? You should report it to the package maintainer.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.