• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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