[imp] OPTIONS menu item missing?

Jon Parise jon@horde.org
Sun, 7 Oct 2001 16:44:55 -0400


On Mon, Oct 08, 2001 at 02:45:23AM +0600, M Z Rahman wrote:

> Okay, I missed the database pref settings part. I added it and
> the option menu came okay. Now, the problem is: if I change any
> settings and save the settings, it does not save it at all. The
> changes are simply discarded.
> 
> What could be the problem? I am lost.
 
If nothing is being saved to your database, you database
connection settings are incorrect.

-- 
Jon Parise (jon@csh.rit.edu)  .  Information Technology (2001)
http://www.csh.rit.edu/~jon/  :  Computer Science House Member


>From zrahman@partex.net Date: Mon,  8 Oct 2001 03:19:50 +0600
Return-Path: <zrahman@partex.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 1144 invoked from network); 7 Oct 2001 21:16:12 -0000
Received: from partex.net (HELO mail.partex.net) (root@202.4.96.10)
  by clark.horde.org with SMTP; 7 Oct 2001 21:16:12 -0000
Received: (from www@localhost)
	by mail.partex.net (8.9.3/8.9.3) id DAA08213
	for imp@lists.horde.org; Mon, 8 Oct 2001 03:19:50 +0600
From: M Z Rahman <zrahman@partex.net>
X-Authentication-Warning: mail.partex.net: www set sender to zrahman@partex.net using -f
Received: from 202.4.96.4 ( [202.4.96.4])
	as user zrahman@mail.partex.net by mail.partex.net with HTTP;
	Mon,  8 Oct 2001 03:19:50 +0600
Message-ID: <1002489590.3bc0c6f645856@mail.partex.net>
Date: Mon,  8 Oct 2001 03:19:50 +0600
To: imp@lists.horde.org
References: <1002386756.3bbf3544ccc2c@horde.imp.lieder.ath.cx> <20011006125356.I1328@horde.org> <1002443840.3bc01440c47f4@partex.net> <1002447133.3bc0211d8fbfa@horde.imp.lieder.ath.cx> <20011007091117.A10965@horde.org> <1002465118.3bc0675e51ba7@mail.partex.net> <20011007113357.B7441@csh.rit.edu> <1002487523.3bc0bee360606@mail.partex.net> <20011007164455.B13611@csh.rit.edu>
In-Reply-To: <20011007164455.B13611@csh.rit.edu>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 202.4.96.4
X-Webmail-Company: Dhakacom Limited.
Subject: Re: [imp] OPTIONS menu item missing?


Seems like the setting in horde.php are okay, I checked many times. The user 
name and passwords are okay, the database name is okay, the table name is also 
okay. I am giving you all the info below:

horde.php:
// Added by zia
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'username';
$conf['prefs']['params']['password'] = 'xxxxxxxxxx';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';


following is a the result when I do a describe horde_prefs in mysql>
+------------+-------------+------+-----+---------+-------+
| Field      | Type        | Null | Key | Default | Extra |
+------------+-------------+------+-----+---------+-------+
| pref_uid   | varchar(32) |      | PRI |         |       |
| pref_scope | varchar(16) |      | PRI |         |       |
| pref_name  | varchar(32) |      | PRI |         |       |
| pref_value | text        | YES  |     | NULL    |       |
+------------+-------------+------+-----+---------+-------+
4 rows in set (0.01 sec)

Although, the table is totally empty.

What could be the prob?

Regards,

Zia

Quoting Jon Parise <jon@horde.org>:

> On Mon, Oct 08, 2001 at 02:45:23AM +0600, M Z Rahman wrote:
> 
> > Okay, I missed the database pref settings part. I added it and
> > the option menu came okay. Now, the problem is: if I change any
> > settings and save the settings, it does not save it at all. The
> > changes are simply discarded.
> > 
> > What could be the problem? I am lost.
>  
> If nothing is being saved to your database, you database
> connection settings are incorrect.
> 
> -- 
> Jon Parise (jon@csh.rit.edu)  .  Information Technology (2001)
> http://www.csh.rit.edu/~jon/  :  Computer Science House Member
> 
> -- 
> 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
>