Page 1 of 2 12 LastLast
Results 1 to 10 of 21

Hybrid View

  1. #1

    Default Help! Download Product Not Working With IE 8?

    Hi,

    I set up a PDF file as a downloadable product in my store. You can see that product here:

    http://alchemistswarehouse.com/store...d-tricks-vol-1

    When I set it up a month ago, I tested with both Opera 10 and Internet Explorer 8 and had no problems. However recently the download has quit working. I don't get any specifc error. Just a blank page and no file. I did notice the download counter decrements each time I attempt to download.

    I've checked my error log on my web host and see no errors. I also found this mod:

    http://www.zen-cart.com/index.php?ma...roducts_id=860

    and installed it. However something is wrong as no error logs are being generated in ./cache. Yes, I have set permissions on ./cache to 777 just to be sure. Still no logs.

    Any ideas on how I might track down this issue?

    Thanks,

    Drew

    P.S. If any kind soul is willing to go through the download process, I promise I will remove your email address upon request and not "spam" you with magic store specials. ;)

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Help! Download Product Not Working With IE 8?

    I got a 404 page when I tried to download the file from the checkout success page in IE8. Then I opened Firefox, logged in, went to My Account and tried to download it from there, but got an 'unknown error' message. A permissions thing, maybe?

  3. #3

    Default Re: Help! Download Product Not Working With IE 8?

    Thanks for checking. Perms on download file are 644 so should not be a problem. I'm stumped! Any other ideas? I'd sure like to see some logs...

    Thanks,

    Drew

  4. #4
    Join Date
    Jan 2010
    Location
    Spokane, WA
    Posts
    2
    Plugin Contributions
    0

    Default Re: Help! Download Product Not Working With IE 8?

    Drew,
    Did you receive help with your question about getting the download to work? I'm new to Zen (started a week ago), and I can't get my digital products to download, plus I keep getting the message, 'Sorry, we're not shipping that right now.'

    Floyd

  5. #5
    Join Date
    Jan 2009
    Location
    The Netherlands/Germany
    Posts
    142
    Plugin Contributions
    12

    Default Re: Help! Download Product Not Working With IE 8?

    If you get a shipping message then you probably have set up the download article wrong.

    In my first try i had this wrong:

    Downloads know there are no shipping costs automatically due to the fact that you added a Download filename to the Attribute.
    Thus, Downloads should NOT be marked as Always Free Shipping, and should NOT be marked as Virtual Products.
    Mandatory reading:
    https://www.zen-cart.com/tutorials/index.php?article=71
    I came, I saw, I got zenned... :)

  6. #6

    Default Re: Help! Download Product Not Working With IE 8?

    Floyd,

    I'm still having this particular issue. However I do know that downloads work as my product worked fine up until a few days ago. I don't know what changed to cause the current problem. My next step is to just remove the product from the catalog and then try setting up again.

    Cheers,

    Drew

  7. #7

    Default Re: Help! Download Product Not Working With IE 8?

    It seems that Opera 10 downloads OK. However Both IE 8 and Firefox 3.x do not. I ran a packet trace after clicking the download link. With IE and Firefox, the download starts and then after about 30 packets, the web server sends a "TCP Window Full" and the browser send "TCP ZeroWindow". This is followed by a keep alive from the web server and another ZeroWindow from the browser. The session ends with a RST/ACK from the browser.

    Any ideas?

    Thanks,

    Drew

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Help! Download Product Not Working With IE 8?

    How do you have this setup and what type of server are you on and details?
    https://www.zen-cart.com/tutorials/i...hp?article=292
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Help! Download Product Not Working With IE 8?

    Quote Originally Posted by imacamper View Post
    However I do know that downloads work as my product worked fine up until a few days ago. I don't know what changed to cause the current problem.
    Well, it can only be one of two things:
    a) you, or someone, changed something in your store settings and/or PHP files
    b) your hosting company changed their server configuration.

    In the case of (a) I suspect you're going to say "you" didn't change *anything*. So, let's assume that's correct. What about *anyone* else? Someone else who has access to your site/server? Or your hosting company? Or a hacker? Compare everything on your server against a good known working backup, and resolve any differences you find. Take it a step further and compare your database backup against a fresh copy of your database, looking for any changes to configuration settings, product/attribute details, etc (naturally new customers/orders are to be expected). Prove to yourself that nothing rogue is going on and prove that the claim of "nobody has changed anything" is accurate.

    In the case of (b) you'll have to work with your hosting company to sort that out. It's not uncommon for them to deny changes, largely because that's their safest first answer. But it's often also not completely true, as many hosting companies have many employees doing things others don't know about. Report your symptoms including start date and how long things worked fine without problems. Maybe you'll end up talking with someone who will take you seriously and check logs etc for verification.

    Download problems can often be attributed to server configuration changes, compression alterations, PHP upgrades, MIME changes, and a host of other issues managed on the server side.

    And IE8 is awful on so many fronts that it's very hard to tell whether it's just a browser issue. Granted, you have suggested maybe firefox is doing the same for you.

    Quote Originally Posted by imacamper View Post
    My next step is to just remove the product from the catalog and then try setting up again.
    That's almost certainly not going to make any difference in download performance, and will result in losing your search-engine ranking for that product since it will no longer exist under the same URL as it's been indexed for already. No point removing it unless you're absolutely certain that it's necessary, and I see nothing indicating such need.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10

    Default Re: Help! Download Product Not Working With IE 8?

    Thank you for your detailed reply.

    Quote Originally Posted by DrByte View Post
    Well, it can only be one of two things:
    a) you, or someone, changed something in your store settings and/or PHP files
    b) your hosting company changed their server configuration.

    In the case of (a) I suspect you're going to say "you" didn't change *anything*. So, let's assume that's correct. What about *anyone* else? Someone else who has access to your site/server? Or your hosting company? Or a hacker?
    It is possible "I" changed something unintentionally. One thing I have done recently is update my product catalog although I've done that several times before without problem. I use Easy Populate to load a CSV file I get from my supplier. It always appears to update existing products and add new ones but I guess there could be more going on behind the scenes.

    No one else is supposed to have access to my site. Although it's possible I could be the victim of a hacker, it seems a hacker would not target messing with a download I give away for free. More likely that my hosting company may have changed something.

    Quote Originally Posted by DrByte View Post
    Compare everything on your server against a good known working backup, and resolve any differences you find. Take it a step further and compare your database backup against a fresh copy of your database, looking for any changes to configuration settings, product/attribute details, etc (naturally new customers/orders are to be expected). Prove to yourself that nothing rogue is going on and prove that the claim of "nobody has changed anything" is accurate.
    I did try to install this PHP debug script (http://www.zen-cart.com/index.php?ma...roducts_id=860) but never found any output in ./cache as documentation said. I don't know if that's because there are no errors or because I missed some step.

    Quote Originally Posted by DrByte View Post
    In the case of (b) you'll have to work with your hosting company to sort that out. It's not uncommon for them to deny changes, largely because that's their safest first answer. But it's often also not completely true, as many hosting companies have many employees doing things others don't know about. Report your symptoms including start date and how long things worked fine without problems. Maybe you'll end up talking with someone who will take you seriously and check logs etc for verification.

    Download problems can often be attributed to server configuration changes, compression alterations, PHP upgrades, MIME changes, and a host of other issues managed on the server side.
    Based upon past experience, it would likely be far easier to change hosting. This is why I've always preferred to run my own server but I don't do enough business to justify the expense of either co-hosting or getting business class bandwidth speeds to my home.

    Quote Originally Posted by DrByte View Post
    And IE8 is awful on so many fronts that it's very hard to tell whether it's just a browser issue. Granted, you have suggested maybe firefox is doing the same for you.
    Yes, but unfortunately it's so popular that having a web site that doesn't work with it is not good for business.


    Quote Originally Posted by DrByte View Post
    That's almost certainly not going to make any difference in download performance, and will result in losing your search-engine ranking for that product since it will no longer exist under the same URL as it's been indexed for already. No point removing it unless you're absolutely certain that it's necessary, and I see nothing indicating such need.
    Thanks for that advice. Instead of this, I actually created a "new" downloadable product for the same file to test. And like you thought, this did not make any difference.

    Thank you for your time. I guess I was just hoping that there might be some easy fix for this symptom. If my download never worked, then I'd suspect my configuration or web host. But since downloads work with some browsers but not others, then I suspect my Zencart config is correct.

    Cheers,

    Drew

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Help with product download problem
    By coastalwanderer in forum General Questions
    Replies: 3
    Last Post: 21 Apr 2012, 02:29 AM
  2. Product download not working
    By windwoman in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 10 Mar 2011, 12:55 AM
  3. need help with new product type for download images
    By ashishgandhi in forum Setting Up Categories, Products, Attributes
    Replies: 11
    Last Post: 19 Feb 2008, 10:18 AM
  4. help needed with new product type which allow images with different size to download
    By ashishgandhi in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 19 Feb 2008, 08:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg