Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Problem with dowloading products and Internet Explorer
- This topic has 13 replies, 3 voices, and was last updated 13 years, 2 months ago by Benjamin.
-
AuthorPosts
-
September 2, 2011 at 6:28 pm #4219BenjaminMember
Hi
In my membership program (with eMember) I have pages with pdf files people can download with a link (made with eStore and stamped with PDF stamper).
I had an issue with IE (“cannot open download.php”), and after a search on the forum I resolved it by removing the line “header(“Content-Type: “.$mimetype);” in download.php
Now I can download through IE but I still have the information bar saying ” To help protect your security, Internet Explorer has blocked this site from downloading files to your computer” and I have to click on it to download the file.
Any idea how to resolve this last issue ?
September 2, 2011 at 6:34 pm #36177wzpModeratorThere is probably an IE option to disable that message.
September 2, 2011 at 8:49 pm #36178BenjaminMemberMaybe but the problem is not for me , it’s very annoying for all my subscribers.
It would be easier if I could change something on my side in the plugin
September 3, 2011 at 1:46 am #36179adminKeymasterYou shouldn’t need to change any code in the plugin to make a download work in IE (eStore’s download works in all major browser… remember, a lot of users are using it).
The only time you will see an issue if there is some setup in the server going wrong which makes the whole process suffer. Sometimes this can even come from another plugin. So instead of going for the workaround… I would try to identify the root cause first.
Do you have a caching plugin active? Caching plugins can send gzipped content (if you are using that option) and earlier versions of IE doesn’t handle that very well.
September 3, 2011 at 12:00 pm #36180BenjaminMemberYes I have a caching plugin and I already tried to desactivate it and it didn’t change anything.
I’m testing with IE8, so not an old version.
By the way, I also tried with mobile phones (Android and Iphone) and it the download does not work too, I’d like to know if it’s normal ?
September 3, 2011 at 2:03 pm #36181wzpModeratorHave you tried a different download method setting?
https://support.tipsandtricks-hq.com/forums/topic/wp-estore-download-methods#post-7636
September 3, 2011 at 2:48 pm #36182BenjaminMemberI’ve just tried the different download methods, no change.
September 3, 2011 at 3:06 pm #36183wzpModeratorIf you enabled the debugging logs, does the download_manager_debug.log file contain any interesting information? Specifically, if the DL method is dispatched, but there is no completion status.
September 3, 2011 at 6:18 pm #36184BenjaminMemberHere is a part of the debug file (I put xxx in place of file path as I don’t want this to be public) :
[09/03/2011 2:46 PM] – Status : Dispatching DL method = 3
[09/03/2011 2:47 PM] – Status : Unresolved DL file path = xxx
[09/03/2011 2:47 PM] – Status : Resolved DL file path = xxx
[09/03/2011 2:47 PM] – Status : Dispatching DL method = 6
[09/03/2011 2:47 PM] – Status : Unresolved DL file path =xxx
[09/03/2011 2:47 PM] – Status : Resolved DL file path = xxx
September 3, 2011 at 10:53 pm #36185wzpModeratorThe download script is being terminated by the server. How large is the file in question?
September 4, 2011 at 10:58 am #36186BenjaminMemberSmall, around 500k. And again, there is no issue with Firefox, Chrome ou Safari.
I’d just like to know if there’s any way to make this information bar blocking the download in IE disappear.
I’ve already seen some of my clients clicking on the download link frenetically because they didn’t see this info bar in IE, so it’s very annoying.
And I’m sure the issue comes from IE, as I tested standard download links on several websites, and I’ve seen it’s a common issue. But maybe I can do something on my side to help with it…
September 4, 2011 at 3:36 pm #36187wzpModeratorThat would explain the debug log. IE itself was interrupting the download process.
As to “doing something about it,” here is what I think… Bill & company, in their infinite wisdom decided to make this an IE behavior. If you or anyone else were able to override this behavior from the server side, you’ll not only get 15 minutes of fame in InfoSec News, but you’ll cause Microsoft to work around your fix, in the interests of keeping humanity safe from people who download things by accident.
September 4, 2011 at 3:37 pm #36188wzpModeratorMaybe you could do what some download sites do; add a warning about what to do if the download does not start.
September 4, 2011 at 5:05 pm #36189BenjaminMemberOk I’ll do that and thanks for the help.
-
AuthorPosts
- You must be logged in to reply to this topic.