Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Cant download file

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Cant download file

Tagged: Amazon, AS3 URI, bucket, digital product storage, downloads, empty download file, estore, Go Daddy, GoDaddy, mp3 files, S3, zip archive

  • This topic has 14 replies, 3 voices, and was last updated 12 years, 3 months ago by wzp.
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • November 16, 2010 at 4:21 pm #2244
    rramirez125
    Member

    I am getting the following error in the log

    [11/16/2010 8:40 AM] – Advisory : Log file reset.


    [11/16/2010 8:46 AM] – Status : Unresolved DL file path = http://travpho.com/Travpho/wp-content/gallery/alamo-square/B7sistersAndCitySale.jpg

    [11/16/2010 8:46 AM] – Status : Resolved DL file path = /home/www/public_html/Travpho/wp-content/gallery/alamo-square/B7sistersAndCitySale.jpg

    [11/16/2010 8:46 AM] – FAILURE : Error on file_exists(‘/home/www/public_html/Travpho/wp-content/gallery/alamo-square/B7sistersAndCitySale.jpg’)

    if you check the link

    http://travpho.com/Travpho/wp-content/gallery/alamo-square/B7sistersAndCitySale.jpg

    I get to the photo fine, it has no spaces

    the file is not big either,

    here is also an admin generated link

    http://travpho.com/Travpho/wp-content/plugins/wp-cart-for-digital-products/download.php?file=2xOa%2FSIKW%2FaUgavq

    your help would be appreciated.

    November 16, 2010 at 6:46 pm #26601
    wzp
    Moderator

    Try this…

    WP eStore -> Settings -> Addon Settings -> Download Manager Related Settings -> Automatic URL Conversion Preference -> Do Not Convert

    November 17, 2010 at 2:02 am #26602
    rramirez125
    Member

    That did it thank you very much!!

    December 21, 2010 at 6:37 am #26603
    otherrecords
    Member

    The size of the downloaded file is 0 bytes. I tried changing DL methods and URL Conversion Prefs and still no luck. My log show’s something like this (with no conversion):

    Here’s an example of the link problem: http://www.other-records.com/wp-content/plugins/wp-cart-for-digital-products/download.php?file=2xOa%2FSMBW%2FWThKni

    [12/21/2010 6:21 AM] – Status : Unresolved DL file path = [Show’s the real file location]

    [12/21/2010 6:21 AM] – Status : Resolved DL file path = [Show’s the real file location]

    [12/21/2010 6:21 AM] – Advisory : No DL file path conversion performed on URL.

    [12/21/2010 6:21 AM] – Status : Dispatching DL method = 1

    If I uncheck the ‘Downloadable’ setting, it works. But unlike some users, I’m not getting a RAM error.

    Help please!

    December 21, 2010 at 3:52 pm #26604
    wzp
    Moderator

    what version of eStore are you using? If it is less than 4.8.x, please upgrade.

    Could you also provide more information about the file you are testing with?

    December 21, 2010 at 6:27 pm #26605
    otherrecords
    Member

    I’m using eStore v4.8.1.

    The real file will be a ~95 MB ZIP archive which has a bunch of MP3s (customers pay for a music album). The file is located in a “downloads” folder at the root of the site.

    I’m testing right now with just one song inside a ZIP (14.94 MB)

    Hosting is by GoDaddy. WordPress v3.0.3

    December 21, 2010 at 9:59 pm #26606
    wzp
    Moderator

    What happened is that the server, for whatever reason, terminated the download script; after a few MB were transferred. Adjustment of PHP.ini settings doesn’t seem to work. The last time I investigated this, I was led to conclude that it may be caused by the HTTP send/receive timeout value in the Apache httpd.conf file; which GoDaddy will not allow you to change.

    If the file were broken into smaller parts, the problem will most likely go away.

    As an alternative, you can try using the new Amazon S3 integration feature. Your file would be hosted on Amazon S3. After eStore receives the encrypted link, the buyer’s browser is redirected to the S3 server.

    Amazon has a trial offer, in which the first 5 GB is free for one year…

    http://aws.amazon.com/free

    December 21, 2010 at 10:48 pm #26607
    otherrecords
    Member

    I created the Amazon S3 account. Created a Bucket and uploaded the ZIP file in there. I also added the identifier info (Settings > Add-On Settings).

    And for the product URL I put:

    as3tp://[bucket name].s3.amazonaws.com/[Zip File]

    And I got this error: “Please tell us the AS3TP URI for the product was either malformed or that the AS3TP configuration is incorrect. Thank you!”

    December 21, 2010 at 10:52 pm #26608
    otherrecords
    Member

    I used this as reference – http://www.tipsandtricks-hq.com/ecommerce/amazon-web-services-simple-storage-service-aws-s3-integration-1101

    Help please!

    December 21, 2010 at 11:21 pm #26609
    otherrecords
    Member

    Second Scenario:

    When I make the file public and put the new S3 URL for the eStore Product, it gives a 0 byte zip file, like before.

    So far it looks like a non-storage/bandwidth issue. But let’s see..

    December 21, 2010 at 11:49 pm #26610
    wzp
    Moderator

    Have you correctly setup and entered the Access Key ID and Secret Access Key information?

    December 22, 2010 at 12:09 am #26611
    wzp
    Moderator

    Can I contact you at the phone number shown in your Whois record?

    December 22, 2010 at 7:33 am #26612
    otherrecords
    Member

    That number is for the owner who doesn’t deal with the technical part of things. Can you send a simple email (Redacted by moderator WZP), so that I can reply with my phone number?

    Thanks alot for your fast responses!

    December 22, 2010 at 2:10 pm #26613
    wzp
    Moderator

    You’ve got mail!

    December 22, 2010 at 6:29 pm #26614
    wzp
    Moderator

    For anyone else trying to use the S3 feature…

    The AWS Console is very lax about what you can name your buckets. However, the S3 feature strictly adheres to, and enforces, the AWS bucket naming restrictions.

    http://docs.amazonwebservices.com/AmazonS3/latest/index.html?BucketRestrictions.html

    Please DO NOT use upper case letters in your bucket names!

  • Author
    Posts
Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • WP PDF Stamper Documentation
  • WP Photo Seller Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial
  • WP Photo Seller Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Download Monitor

Copyright © 2023 | Tips and Tricks HQ