[horde] problems with install
Michael Geier, CDM Systems Admin
mgeier at cdmsports.com
Fri Nov 16 10:15:27 PST 2001
-----Original Message-----
From: Brent J. Nordquist [mailto:bjn at horde.org]
Sent: Friday, November 16, 2001 11:55 AM
To: horde at lists.horde.org
Subject: Re: [horde] problems with install
On Fri, 16 Nov 2001, Michael Geier, CDM Systems Admin
<mgeier at cdmsports.com...:
>> OS : RedHat 7.1
>> PHP : 4.06
>> PEAR : 4.07RC3 (from horde site)
>> HORDE: 2.0RC1
>> IMP : 3.0RC1
>Pretty close to this combination running here (but RH7.2) and it's
>working. I don't have the database part up yet on this machine.
>> - test.php shows everything working (except the yellow PEAR message)
>And if you reload the page, does the counter increment? That tests PHP
>session handling.
yes it does increment.
>> every time I attempt login, it just refreshes the screen, and does not
>> initiate the session.
>Hm. Does it give an error message saying that you couldn't be logged in,
>or does it just refresh the exact same page with no error message? I
>assume you copied the .php.dist configuration files for horde/config and
>horde/imp/config over to .php and customized them... how did you set up
>the authentication?
no error message...just refreshed page.
$conf['auth']['admins'] = array('hordemgr',[snip]);
$conf['auth']['driver'] = 'sql';
$conf['auth']['params'] = array();
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'hordemgr';
$conf['auth']['params']['password'] = '[snip]';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';
>> No errors are showing up in the logfile (/tmp/horde.log).
>Another trick is to enable PHP logging in /etc/php.ini; sometimes that
>will make things visible too.
I turned logging on in php.ini
error_reporting = E_ALL & ~E_NOTICE
log_errors = On
error_log = /tmp/php.log
but when I tried to log in again, nothing showed up in either logfile.
OK...newbie question...do I need to create a user before I can log in, or
should the "hordemgr" be able to log in?
Thanks for the help.
mike.
More information about the horde
mailing list