[horde] RE: implode & admin auth errors in horde

Charles E. Robinson III crobins at proexam.org
Wed Jun 19 15:42:02 PDT 2002


I've searched the lists but haven't seen any questions on these issues.

These are two error messages appearing in my webpage after I login into
horde:
Notice: Undefined index: params in /htdocs/horde/login.php on line 32
Warning: Bad arguments to implode() in /htdocs/horde/lib/Auth.php on line 81
I was wondering why do the errors appear in the webpage & not in the
horde.log (logging is on debug)

Clicking on the admin link brings up "Index of horde/admin? From there when
I click on user.php I get forbidden.
-rw-r--r--   1 root     root        3168 Jan  2 12:05 user.php
Horde having trouble verifying that the user is admin,
I'm not sure why that would be when
$conf['auth']['admins'] = array('amira', 'crobins')
the above line is in horde.php & logged into horde as amira.

I would like to connect to a remote IMAP server would I make the change to
the parameters in: /horde/lib/Auth/imap.php


I'm using Solaris 8 sparc. I've compiled apache with mysql & php details
below from my test.php.

Horde Versions
Horde: 2.0
IMP: 3.0
Turba: 1.0
PHP Version
View phpinfo() screen
PHP Version: 4.2.0
PHP Major Version: 4.2
PHP Minor Version: 0
PHP Version Classification: release
You are running a supported version of PHP.
PHP Module Capabilities
FTP Support: Yes
Gettext Support: Yes
IMAP Support: Yes
LDAP Support: No
MCAL Support: No
Mcrypt Support: Yes
MySQL Support: Yes
PostgreSQL Support: No
XML Support: Yes
Miscellaneous PHP Settings
magic_quotes_runtime set to Off: Yes
PEAR
PEAR - Yes
Recent PEAR - Yes
Mail::RFC822 - Yes
Log - Yes
DB - Yes


>> horde.php

$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['session_name'] = 'Horde';
$conf['use_ssl'] = 2;
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['tmpdir'] = null;
$conf['auth']['admins'] = array('amira', 'crobins');
$conf['auth']['driver'] = 'imap';
$conf['log']['enabled'] = true;
$conf['log']['type'] = 'file';
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['priority'] = LOG_DEBUG;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'X';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
$conf['category']['driver'] = 'none';
$conf['category']['params'] = array();
$conf['cache']['driver'] = 'none';
$conf['cache']['params'] = array();
$conf['mailer']['type'] = 'sendmail';
$conf['mailer']['params'] = array('sendmail_path' => '/usr/lib/sendmail');
$conf['problems']['enabled'] = true;
$conf['problems']['email'] = 'guru at x.com
$conf['user']['online_help'] = true;
$conf['css']['cached'] = true;
$conf['menu']['images'] = true;
$conf['menu']['floating_bar'] = false;

Thank you in advance for pointing me in the right direction.
Charles Robinson



More information about the horde mailing list