• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Horder Missing attachment link

T

thomasribu

Guest
Horde Missing attachment link

Hello Guys,

The horde on my server is missing the attachment link when composing a new message . Further this use to work earlier and at that time when adding an attachment it used to come up with the error ""Did not attach (file name) as the file was empty. " . Please give me a quick solution on this. Any help is appreciated. Thank you.

Regards,
Thomas
 
Same problem here. Updated from 7.5 to 8.1 and now we can not add attachments in horde. Please help...
 
Same problem here. We cannot add attachments with horde webmail.
 
It's also the same problem with 8.2.0.
Modifying /etc/psa-horde/imp/conf.php did not work.
 
-- fixed --

I edited the php.ini file, I comment out the upload_tmp_dir. It now reads:
Code:
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
[COLOR=firebrick];upload_tmp_dir ="/phptmp"[/COLOR] 

; Maximum allowed size for uploaded files.
upload_max_filesize = 16M

which results in the default tmp dir being used...
Don't forget to apachectl gracefull after the finished editing. Check the result by looking at the phpinfo();
 
Back
Top