[ingo] Problems with Ingo HEAD & VFS
Kristof Pelckmans
kristof.pelckmans at antwerpen.be
Wed Oct 22 01:43:45 PDT 2003
Quoting Jan Schneider <jan at horde.org>:
> The latter is very old and deprecated.
Ok, removed Horde_VFS
> > Fatal error: Call to undefined function: writedata() in
> > /home/httpd/htdocs/cvs/horde/ingo/lib/Driver/vfs.php on line 54
> Because it is correctly implemented in the various VFS drivers. You need to
> configure the correct vfstype and its paramaters in
> ingo/config/backends.php.
This is what I did. I'm using the ftp driver, and indeed writeData is
implemented. However, I'm still getting this error. This is what my
backends.php looks like :
<?php
/* Procmail Example */
$backends['procmail'] = array(
'driver' => 'vfs',
'preferred' => '',
'hordeauth' => true,
'params' => array(
// Hostname of the VFS server
'hostspec' => 'localhost',
// Name of the procmail config file to write
'procmailrc' => '.procmailrc.horde',
// Port of the VFS server
'port' => 21,
// The VFS driver to use
'vfstype' => 'ftp'
),
'script' => 'procmail',
'scriptparams' => array(
// What path style does the IMAP server use ['mbox'|'maildir']?
'path_style' => 'maildir'
)
);
Kristof
----- Einde doorgestuurd bericht -----
More information about the ingo
mailing list