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 14 years, 2 months ago by
wzp.
-
AuthorPosts
-
November 16, 2010 at 4:21 pm #2244
rramirez125
MemberI 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
your help would be appreciated.
November 16, 2010 at 6:46 pm #26601wzp
ModeratorTry this…
WP eStore -> Settings -> Addon Settings -> Download Manager Related Settings -> Automatic URL Conversion Preference -> Do Not Convert
November 17, 2010 at 2:02 am #26602rramirez125
MemberThat did it thank you very much!!
December 21, 2010 at 6:37 am #26603otherrecords
MemberThe 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 #26604wzp
Moderatorwhat 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 #26605otherrecords
MemberI’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 #26606wzp
ModeratorWhat 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…
December 21, 2010 at 10:48 pm #26607otherrecords
MemberI 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 #26608otherrecords
MemberI 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 #26609otherrecords
MemberSecond 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 #26610wzp
ModeratorHave you correctly setup and entered the Access Key ID and Secret Access Key information?
December 22, 2010 at 12:09 am #26611wzp
ModeratorCan I contact you at the phone number shown in your Whois record?
December 22, 2010 at 7:33 am #26612otherrecords
MemberThat 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 #26613wzp
ModeratorYou’ve got mail!
December 22, 2010 at 6:29 pm #26614wzp
ModeratorFor 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!
-
AuthorPosts
- You must be logged in to reply to this topic.