Package: mnemo2
Version: 2.2-2
Severity: normal
When i try to invoke mnemo, the following error message appears:
"Warning: require_once(/etc/horde/mnemo2/../lib/Mnemo.php)
[function.require-once]: failed to open stream: No such file or
directory in /etc/horde/mnemo2/prefs.php on line 9"
Comparing ingo's and nag's prefs.php with mnemo's one, it should be
{{{
@define('MNEMO_BASE', '/usr/share/horde3/mnemo');
require_once MNEMO_BASE . '/lib/Mnemo.php';
}}}
instead of
{{{
require_once dirname(__FILE__) . '/../lib/Mnemo.php';
}}}
Sincerly,
Matthias Rolke
--
Matthias Rolke
Linux Information Systems AG
Putzbrunner Str. 71, 81739 München
[EMAIL PROTECTED], http://www.linux-ag.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]