Page 1 of 1

download_attachment.php IE8 download error

Posted: Fri Jan 11, 2013 9:06 am
by alf149
Script URL:
Version of script: 2.4.1
Hosting company: Private
URL of phpinfo.php:
URL of session_test.php:

Write your message below:
I found and error that only shows up on IE8
It was not possible to download attachments from hesk in IE8, an error i havent seen before.
"You cant download from the site XXXX it does not exits or...

the fix is
In download_attachment.php add
header("Pragma: "); in the header part. just after line 123

Hope this helps some one else.

/rolf

Re: download_attachment.php IE8 download error

Posted: Fri Jan 11, 2013 5:24 pm
by Klemen
Do you recall what was the exact error message you got? I don't get any problems with IE8 and no idea why the Pragma header would make any difference?

Re: download_attachment.php IE8 download error

Posted: Mon Jan 14, 2013 8:52 am
by alf149
Hello

This i the fix i found, and it worked.
http://stackoverflow.com/questions/1218 ... king-in-ie
It also describe the error in english (I'am danish)

It's only in IE8 on XP i get this error. din't have the time to finde out why, just found a solution.

hesk is running https. so this is the error
http://support.microsoft.com/kb/323308/en-us
I cant inforce the ms solution on external clients. the above solution works.

PS. I vil send the danish language file in a week, just went online.

/Rolf

Re: download_attachment.php IE8 download error

Posted: Mon Jan 14, 2013 11:15 am
by Klemen
Thanks for the info, I will look into it and test it on XP.