IMP RC3 Installation problems

Ricardo Núñez rinunez@usb.ve
Thu, 20 Dec 2001 23:05:36 -0400 (VET)


Hello,

I've just installing my first IMP 3.0 RC 'anything'. I think I've followed horde
and imp installation instructions, but I'm receiving PHP errors.

I want and imap conexion with an 'washington' server and I'll use MySQL to
manage 'prefs', I'd also like Turba working.

In horde.php:
    ...
    $conf['auth']['driver'] = 'imap';
    ...
    $conf['prefs']['driver'] = 'sql';
    $conf['prefs']['params'] = array();
    $conf['prefs']['params']['phptype'] = 'mysql';
    $conf['prefs']['params']['hostspec'] = 'localhost';
    $conf['prefs']['params']['username'] = 'horde';
    $conf['prefs']['params']['password'] = '';
    $conf['prefs']['params']['database'] = 'horde';
    $conf['prefs']['params']['table'] = 'horde_prefs';
    ...
In registry.php:
    ...
    $this->registry['auth']['login'] = 'imp';
    $this->registry['auth']['logout'] = 'imp';
    ...
And edited 'servers.php'

Other question... I don't know how to setup an IMAP login to just a server (not
a list).

Thank you very much,

  Ing. Ricardo Núñez
  Webmaster de la DST
  Universidad Simón Bolívar
  E-Mail: rinunez@usb.ve

PS:

1) A copy paste of the errors:

Warning: Undefined index: alternate_login in
/home/httpd/html/horde/imp/login.php on line 128

Warning: Cannot add header information - headers already sent by (output started
at /home/httpd/html/horde/imp/login.php:128) in
/home/httpd/html/horde/lib/Secret.php on line 93

Warning: Undefined index: server in /home/httpd/html/horde/imp/login.php on line
179

Warning: Undefined index: server in
/home/httpd/html/horde/imp/templates/login/login.inc on line 85

Warning: Undefined index: server in
/home/httpd/html/horde/imp/templates/login/login.inc on line 98

Warning: Undefined index: server in
/home/httpd/html/horde/imp/templates/login/login.inc on line 137

Welcome to Mail
(New User Introduction) 
Username
Password
Folder Prefix
Language


Saludos,

           Ing. Ricardo Núñez
           Webmaster de la DST
           Universidad Simón Bolívar
           E-Mail: rinunez@usb.ve


>From accdias@sst.com.br Date: 21 Dec 2001 01:21:32 -0200
Return-Path: <accdias@sst.com.br>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 48964 invoked from network); 21 Dec 2001 03:24:39 -0000
Received: from a.mx.sst.com.br (qmailr@200.223.199.3)
  by clark.horde.org with SMTP; 21 Dec 2001 03:24:39 -0000
Received: (qmail 6544 invoked from network); 21 Dec 2001 03:24:23 -0000
Received: from storm.sst.com.br (none@200.223.199.5)
  by a.mx.sst.com.br with SMTP; 21 Dec 2001 03:24:23 -0000
From: Antonio Dias <accdias@sst.com.br>
To: imp@lists.horde.org
In-Reply-To: <1008880514.3c224b8239475@linux.wg.de>
References: <1008876141.6415.4.camel@storm> 
	<1008880514.3c224b8239475@linux.wg.de>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Evolution/1.0 (Preview Release)
Date: 21 Dec 2001 01:21:32 -0200
Message-Id: <1008904893.6758.5.camel@storm>
Mime-Version: 1.0
Subject: Re: [imp] Language selection from browser setting

Guys,

Definitly there is a problem horde/lib/Lang.php->Lang::_map(). I
inserted a lot of echo() in Lang::_map() to trace the error and found an
odd behaviour when the browser is set to a country code with "-" in it.
It doesn't return the correct code even if the country is valid Horde
country code. The modified function and respective output is at
<http://storm.sst.com.br/trace.txt> and I ask you please to take a look
on it.

--
Thanks in advance,
Antonio Dias