[horde] Two problems

Rick Romero rick at havokmon.com
Mon May 19 13:12:21 PDT 2003


I'm having two problems with a newly updated Horde cvs installation.

First, I moved my working Horde install from a FreeBSD 4.3 PC to a
FreeBSD 4.8 PC, and if I set the sessionhandler to 'sql', I get Sig11's
in my /var/log/messages, and a blank page. 

Currently, I have it set to 'none', and it seems to be working ok.

Second, I have some custom code in horde/menu.php to display a link to
QmailAdmin, and auto-login the user.  I use:

	list($v_username, $v_domain) = split ('[@%]', $imp['user']);
        $v_passwd = Secret::read(Secret::getKey('imp'), $imp['pass']);

to get the username and password in a format that Qmailadmin can take. 
Unfortunately, now I get:
Notice: Undefined variable: imp in
/usr/local/www/data.default/horde/menu.php on line 131

Of course, Line 131 is my custom code.  What should I use instead of
$imp['???'] to get the username/password ?

Thanks

Rick





More information about the horde mailing list