Zitat von Rory McKinley <[email protected]>:
Hi List We are not currently using VFS to store uploaded attachments - however we have found that when maintenance tasks are run - specifically the delete_attachments_monthly task, Horde breaks. This is because we have this in the conf.php file: $conf['vfs']['type'] = 'none'; My question is as follows: If we are not using VFS to store uploaded attachments, does the delete_attachments_monthly task still need to be executed? I have looked at the code and it appears that all it does is clean up VFS (which in our case doesn't exist). Is it safe to disable the maintenance task permanently?
This not about attachments stored in VFS during message composition, but permanently stored *linked* attachments. This still doesn't work without VFS, so yes, it should be safe to disable it. But we really shouldn't call it in the first place in such a situation.
Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/
pgpxYpphY4Azs.pgp
Description: Digitale PGP-Unterschrift
-- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
