Gollem quota problem

Manuel Rodríguez Salgado <[email protected]>
Newsgroups gmane.comp.horde.gollem
Message-ID <[email protected]>
Hi,

i have gollem quota support configurate.

horde: 3.1-RC1
gollem: 3.1-RC1

My backends.php is:

$backends['file'] = array(
    'name' => 'Administrador de archivos',
    'driver' => 'file',
    'preferred' => '',
    'hordeauth' => false,
    'params' => array(
        // The base location under which the user home directories live.
     //   'vfsroot' => '/var/file/'.Auth::getAuth(),
     'vfsroot' => '/tmp',
    ),
    'loginparams' => array(),
    'root' => '/tmp',
    'home' => '/tmp',
    'createhome' => true,
    // 'permissions' => $conf['umask'],
    // 'filter' => '^regex$',
     'quota' => '10 MB',
    'attributes' => array('type', 'name', 'download', 'modified',
'size', 'permission', 'owner', 'group')
);

In horde the VFS dir is : /tmp and Horde support quota and the temp
dir of horde is:/tmp

When i upload a file gollem print:

"Unable to read VFS file (filesize() failed)."

if i comment the line of quota it is OK.


thanks.

Manuel
-- 
Gollem mailing list - Join the hunt: http://horde.org/bounties/#gollem
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.