download_attachment.php IE8 download error

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
alf149
Posts: 5
Joined: Wed Jul 04, 2012 2:09 pm

download_attachment.php IE8 download error

Post 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
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: download_attachment.php IE8 download error

Post 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?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
alf149
Posts: 5
Joined: Wed Jul 04, 2012 2:09 pm

Re: download_attachment.php IE8 download error

Post 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
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: download_attachment.php IE8 download error

Post by Klemen »

Thanks for the info, I will look into it and test it on XP.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply