[horde] Fatal Error /w Horde 3
James Van Sickle
gothbert at spamcop.net
Wed Jun 4 09:19:23 PDT 2003
Here is what I have for the settings. I can use these same settings to access
the db on the command prompt. I also changed the settings to match the second
database I use for my production Horde 2.2 app. I still get the same message
in both cases, however.
I noticed there was no "$conf['prefs']['params']['table'] = 'horde_prefs';"
setting in the conf.php file for Horde 3, but am not sure if that is still
valid on this version.
$conf['sql']['phptype'] = 'mysql';
$conf['sql']['protocol'] = 'tcp';
// $conf['sql']['socket'] = '/var/lib/mysql/mysql.sock';
// $conf['sql']['port'] = 5432;
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['username'] = 'hordexp'
$conf['sql']['password'] = '****';
$conf['sql']['database'] = 'hordexp';
$conf['sql']['charset'] = 'iso-8859-1';
-James
Quoting Chuck Hagenbuch <chuck at horde.org>:
> Quoting James Van Sickle <gothbert at spamcop.net>:
>
> > Doh! Need coffee. Here are the Prefs settings from the conf.php file.
> >
> > $conf['prefs']['driver'] = 'sql';
> > $conf['prefs']['params'] = array();
> > $conf['prefs']['maxsize'] = null;
>
> And do you have valid connection params in $conf['sql']? Do you successfully
> connect to the db? What do the db logs say?
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck at horde.org>
> The alligators were there, too, in a bathtub inside the house.
>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
More information about the horde
mailing list