Ensure that 'LSAttachmentPath' does exist and that it is writable by the OGo process!

Check the LSAttachmentPath configuration by executing one of the following commands:

`Defaults read NSGlobalDomain LSAttachmentPath`
`Defaults read OpenGroupware LSAttachmentPath`
If OGo can't write the path or including files, it either is missing, the disk is full or the permissions are wrong. Starting OGo as with
strace -e open OGo...
might help in finding the problem.