[imp] "failed to include" messages in preferences

Hanser, Kevin kevin@merchantinternetgroup.com
Fri, 23 Feb 2001 13:33:58 -0500


The tables I've created are:
connections
user_webmail_prefs

And I notice in the user_webmail_prefs table there's a field uid (user ID, I
assume... ) that I'm not sure where it would be filled in from..?  These are
the two tables that were mentioned in the install docs included w/horde..

I must be missing something though, since I don't see a "scope" field in
either table I have (or I'm missing an entire table :)

I've only changed two areas in the config file:

In the Connection Tracking section:

$conf['connections']['track'] = true;
$conf['connections']['driver'] = 'sql';
$conf['connections']['params'] = array();
$conf['connections']['params']['phptype'] = 'mysql';
$conf['connections']['params']['hostspec'] = 'localhost';
$conf['connections']['params']['username'] = 'hordemgr';
$conf['connections']['params']['password'] = 'hordepass';
$conf['connections']['params']['database'] = 'horde';
$conf['connections']['params']['table'] = 'connections';


In the Preference section:

$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'hordemgrr';
$conf['prefs']['params']['password'] = 'hordepass';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'user_webmail_prefs';


Thanx

Kevin

-----Original Message-----
From: Chuck Hagenbuch [mailto:chuck@horde.org]
Sent: Friday, February 23, 2001 11:53 AM
To: imp@lists.horde.org
Subject: RE: [imp] "failed to include" messages in preferences


Quoting "Hanser, Kevin" <kevin@merchantinternetgroup.com>:

> However, it doesn't seem to be saving my preferences....
> I put something in for my name, email address, signature, etc, and click
on
> save.  IMP tells me that it has saved my info, but if I look @ the
> database,
> there are no records in the preferences table, and sure enough, if I go
> back, the information I just entered is not there...?

Have you created the database table? Is it up to date with the current
schema 
(scope field)? What does your configuration look like in conf.php?

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"We have no fuel on board, plus or minus 8 kilograms." -A NASA scientist

-- 
IMP mailing list: http://horde.org/imp/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org