[horde] can't save preferences

Andrew Morgan morgan at orst.edu
Wed Mar 26 08:24:39 PST 2003



On 26 Mar 2003, Marco Dinacci wrote:

> Hi,
>
> I'm using the latest stable version of horde, turba, imp, kronolith,
> chora and nag.
> I can't save preferences in none of these applications, and I don't get
> any error messages.
>
> For example, in nag if I add a category and then I try to create a new
> task I don't found the category created with the others in the list.
>
> In imp I would like to display 10 messages per page, I update the
> option, get the confirmation message but then I see always 20 msg per
> page instead of 10.
>
> This is the prefs configuration in horde.php:
>
> $conf['prefs']['driver'] = 'sql';
> $conf['prefs']['params'] = array();
> $conf['prefs']['params']['phptype'] = 'mysql';
> $conf['prefs']['params']['hostspec'] = 'localhost';
> $conf['prefs']['params']['username'] = 'myusername';
> $conf['prefs']['params']['password'] = 'mypassword';
> $conf['prefs']['params']['database'] = 'horde';
> $conf['prefs']['params']['table'] = 'horde_prefs';
>
> This horde_prefs table is always empty, and I wonder why since the
> parameters for the connection are correct...
> Am I missing something ?
>
> Marco

Why don't you turn on mysql's log file and see what it thinks is
happening?  For example:

log            = /var/log/mysql/mysql.log

in your my.cnf file.

	Andy



More information about the horde mailing list