[sork] Vacation module is blank ??

Ong Loeng Seng loeng.ong at vicscouts.asn.au
Wed Mar 22 16:59:48 PST 2006


Hi,

I'm new to Horde. I've installed vacation as part of sork project.
However, when I tried to access localhost/horde/vacation it only gives
me a blank window and only a typical horde menu on the left hand side.

Then I tried to install ingo, but when I click vacation button on the
ingo, it gives me the same thing. Shouldn't it display something like
subject, contents and date to schedule the vacation?

Following is the conf.php file of vacation:

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: vacation/config/conf.xml,v 1.12 2005/10/25 11:41:57 jan Exp $
$conf['vacation']['path'] = '/usr/bin/vacation';
$conf['vacation']['default'] = 'Subject: ' . _("On vacation message") .
"\n" . _("I'm on vacation and will not be reading my mail for a
while.") . "\n" . _("Your mail will be dealt with when I return.") .
"\n";;
$conf['vacation']['subject'] = true;
$conf['server']['params']['default']['host'] = '10.1.22.8';
$conf['server']['params']['default']['port'] = 21;
$conf['server']['params']['default']['pasv'] = false;
$conf['server']['params']['default']['hordeauth'] = 'full';
$conf['server']['params']['default']['norealm'] = true;
$conf['server']['params']['default']['dbtype'] = 'empty';
$conf['server']['driver'] = 'forwards';
$conf['aliases']['show'] = false;
$conf['aliases']['driver'] = 'none';
$conf['user']['refused'] = array('root', 'bin', 'daemon', 'adm', 'lp',
'shutdown', 'halt', 'uucp', 'ftp', 'anonymous', 'nobody', 'httpd',
'operator', 'guest', 'diginext', 'bind', 'cyrus', 'courier', 'games',
'kmem', 'mailnull', 'man', 'mysql', 'news', 'postfix', 'sshd', 'tty',
'www');
$conf['menu']['apps'] = array('horde', 'ingo', 'vacation');
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */


Thanks,

loeng




More information about the sork mailing list