[horde] Configure horde

marcbey marc at futuresubjunkys-now.org
Sun Jul 6 09:35:58 PDT 2003


Hello there.
I am new to horde, this is my first installation.

I encountered a problem which i cant solve, maybe someone can give me
some hints.

I installed current HORDE on OpenBSD 3.3 with apache 1.3x and mySql 3.x.
The horde/test.php script runs good, the only thing is that php has no
MCAL Support.
Is MCAL support necessary?

I run the mysql_create.sql(with default user and passwort), it creates
the tables in mysql.

Then i configure the horde.php:

     84 /**
     85  ** Horde Authentication
     86  **/
     97 $conf['auth']['driver'] = 'sql';
    101 $conf['auth']['params'] = array();

This lines i insert (im not sure if this is ok):
    102 $conf['auth']['params']['phptype']  = 'mysql';
    103 $conf['auth']['params']['hostspec'] = 'localhost';
    104 $conf['auth']['params']['username'] = 'horde';
    105 $conf['auth']['params']['password'] = 'horde';
    106 $conf['auth']['params']['database'] = 'horde';
    107 $conf['auth']['params']['table']    = 'horde_prefs';
 
    160 /**
    161  ** Preference System Settings
    162  **/
    168 $conf['prefs']['driver'] = 'sql';
    172 $conf['prefs']['params'] = array();
    177 $conf['prefs']['params']['phptype'] = 'mysql';
    178 $conf['prefs']['params']['hostspec'] = 'localhost';
    179 $conf['prefs']['params']['username'] = 'horde';
    180 $conf['prefs']['params']['password'] = 'horde';
    181 $conf['prefs']['params']['database'] = 'horde';
    182 $conf['prefs']['params']['table'] = 'horde_prefs';


but when i go to login.php
nothing happens when i insert username horde and password horde.
There is also nothing in the horde.log logfile.

Is the some functionality behind this login in standart HORDE
installation without having
Some modules like IMP?

Maybe someone can send me his horde.php config file for mysql.

Thanx a lot,

Marc Beyerlin


--
----------------------
Marc Beyerlin
Rotebühlstrasse 115
70178 Stuttgart
mobil 0178 - 458 42 52
 




More information about the horde mailing list