I'm having the same issue here.
When composing a new message I attach a file, upload goes fine and uploaded file is shown without any errors. But when I click the uploaded file, en image for example, a new empty browser window opens.
Some details:
1. Humpback Whale.jpg (image/pjpeg) Size: 256,22 KB
Clicking on it brings me to:
http://webmail.mydomain.com/imp/vie...view&id=1&messageCache=136a104159c52f42ecfd84
But the page is empty.
The file is uploaded, I'm sure about that, because it shows up in /tmp as impattxjUNnY (always starting with impattx).
Horde can't match my session with the uploaded file. When I upload another file in the same 'new message' window it 'overwrites' the earlier uploaded one, so only the latest is shown.
Sending the e-mail results in an e-mail without any attachment, also in sent-items.
What I tried to solve this issue:
- Updating Plesk to newest packages
- Searching the internet for someone with the same issue, no one found till now, no solution thus far
- Restarted services (httpd, courier-imap, mysql) and finally a full server reboot, not a nice solution, if it worked, but I was trying to solve for hours and needed to try
- Forced reinstall horde and imp from /root/psa/PSA_9.5.2/dist-rpm-CentOS-5-i386/opt/horde
rpm -Uvh psa-horde-3.3.6-cos5.build95100504.12.noarch.rpm --force
rpm -Uvh psa-imp-4.3.6-cos5.build95100504.12.noarch.rpm --force
- Tried changing upload location for Horde only to /usr/share/psa-horde/tmp (created the dir with 777), but I think it's only possible to change the upload path within php.ini, I didn't try because I don't really think that's the solution, file can be saved within /tmp
- Checked the /var/log/psa-horde/psa-horde.log file for errors, but nothing related to this
I hope someone can think of a possible cause for this and maybe also a solution. Thanks in advance.