Hi all,I finally succeeded in installing and enabling the plugin for saving attachments in the filesystem.In Manage > Plugins i have set the dir for the attachments: Base folder for attachment files: attachmentsIn Settings > Tickets i have set the option for Store Attachments: Filesystem: attachmentsThe permissions for the attachments dir are: 0664 (including all the subdirectories and files) Now when i want to upload attachments i get this kinds of errors: /tmp/phpacrWWE: Unable to move file#0 (root)/include/class.file.php(359): FilesystemStorage->upload('/tmp/phpacrWWE')#1 (root)/include/class.file.php(264): AttachmentFile->save(Array, 'T')#2 (root)/include/class.thread.php(452): AttachmentFile->upload(Array)#3 (root)/include/class.thread.php(918): ThreadEntry->uploadFiles(Array)#4 (root)/include/class.thread.php(957): ThreadEntry->create(Array)#5 (root)/include/class.thread.php(1064): ThreadEntry->add(Array)#6 (root)/include/class.thread.php(1042): Response->add(Array, Array)#7 (root)/include/class.thread.php(165): Response->create(Array, Array)#8 (root)/include/class.ticket.php(1671): Thread->addResponse(Array, Array)#9 (root)/scp/tickets.php(74): Ticket->postReply(Array, Array, '1')#10 {main}Anyone have a clue of what is going wrong?Cheers,Eric