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
You are here: Home

wzp

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 6,196 through 6,210 (of 6,723 total)
← 1 2 3 … 413 414 415 … 447 448 449 →
  • Author
    Posts
  • March 27, 2011 at 5:05 pm in reply to: Amazon S3 and WP eStore Questions #30624
    wzp
    Moderator

    Enable the debug logs. look in the download_manager_debug.log file. Instead of the usual method dispatch messages you will see as3tp dispatch messages.

    March 25, 2011 at 7:23 pm in reply to: Received Payment Verification Failed on an invoice payment NOT sent with eStore #30705
    wzp
    Moderator

    How did the customer try paying the invoice?

    March 25, 2011 at 4:42 pm in reply to: Download file is 0kb – no content #30650
    wzp
    Moderator

    WP eStore -> Settings -> General Settings -> Enable Debug

    Please Enable the debug log files, save the settings, and then reset the log files. Then use the Admin Functions page to generate an encrypted link to one of your products.

    Copy the generated Download Link and paste it into the address bar of your browser, to test the encrypted link generator.

    Next, go back to the General Settings page and examine the download_manager_debug.log file to ensure that no errors occurred.

    March 24, 2011 at 10:59 am in reply to: Download file not found #30537
    wzp
    Moderator

    When the encrypted links are generated, if a product URI begins with as3tp:// eStoe knows that the file is on S3 and will ignore the Download Manager Related settings section. That’s why the S3 Integration settings are in their own settings section 8)

    March 24, 2011 at 10:44 am in reply to: MP3 Download Not Working (Amazon S3 Integration) #30585
    wzp
    Moderator

    You can do this now, using the Amazon S3 integration feature. The files are stored on Amazon S3. The encrypted links will redirect buyers to the Amazon S3 servers. You can also use the eStore Admin function to manually generate emails.

    March 24, 2011 at 1:46 am in reply to: Amazon S3 and WP eStore Questions #30621
    wzp
    Moderator

    Don’t forget to setup your keys in the settings page…

    March 24, 2011 at 1:42 am in reply to: Amazon S3 and WP eStore Questions #30620
    wzp
    Moderator

    When you set the product URL in eStore, the correct URI should be:

    Deleted by admin

    When eStore generates the encrypted link, it will convert the as3tp:// back into http://

    March 24, 2011 at 1:20 am in reply to: Amazon S3 and WP eStore Questions #30618
    wzp
    Moderator

    1. I don’t know why the file name is different from what you think you uploaded 2 years ago. You can try renaming the file, in the bucket; or you can downloaded it and see what it is.

    2. The as3tp:// scheme is local to eStore. When eStore sees it, it knows that it should be converted into an expiring URL request. When the buyer is transferred to the S3 server, it is converted into an appropriate http:// or https:// request.

    Remember to ensure that your objects are private. Before the S3 Integration feature, people were using S3 to store files, but the only way to use eStore with it back then was to make the objects public.

    March 23, 2011 at 11:56 pm in reply to: Amazon S3 and Large File Downloads ("Hanging" incomplete files) #30498
    wzp
    Moderator

    Here are some S3 Forum threads that may help…

    https://forums.aws.amazon.com/thread.jspa?threadID=62277&tstart=25

    https://forums.aws.amazon.com/thread.jspa?threadID=62406&tstart=50

    March 23, 2011 at 11:21 pm in reply to: Amazon S3 and Large File Downloads ("Hanging" incomplete files) #30497
    wzp
    Moderator

    Since the Download Manager Related settings do not affect the S3 Integration feature, you should undo any changes you made.

    Amazon S3 Discussion Forum:

    https://forums.aws.amazon.com/forum.jspa?forumID=24

    Once control is transferred to Amazon, via the expiring URL request, it is out of the control of eStore.

    Out of curiosity, what region did you create your bucket in? And is the problem only limited to the buyers in the countries you listed? For instance, if you and your buyers are in Europe; you probably want to ensure the bucket was created in the EU West region.

    March 23, 2011 at 1:10 pm in reply to: MP3 Download Not Working (Amazon S3 Integration) #30582
    wzp
    Moderator

    If you get a 404 error when you try to access the product file directly from your browser, something is wrong, that has nothing to do with eStore.

    As for the partial downloads, you might try changing the download method to 2, 4, or 6. For large files, you might also be having problems because of server performance or configuration issues. If the majority of files you plan to sell are very large, you might want to consider using the Amazon S3 integration option; which offloads the burden of downloading from your server to the Amazon S3 servers. Using the S3 integration option means that downloads are no longer dependent on the reliability level of the server you are using.

    March 22, 2011 at 1:19 am in reply to: Amazon S3 and Large File Downloads ("Hanging" incomplete files) #30495
    wzp
    Moderator

    If you find that control of the download is still being handled by eStore, please carefully follow these instructions:

    http://www.tipsandtricks-hq.com/ecommerce/amazon-web-services-simple-storage-service-aws-s3-integration-1101

    March 22, 2011 at 1:08 am in reply to: Amazon S3 and Large File Downloads ("Hanging" incomplete files) #30494
    wzp
    Moderator

    When using the S3 Integration feature, the Download Manager Related settings do not affect the download process; because control of the download is transferred to the Amazon S3 servers.

    Please set the Enable Debug option and then do a test download of an S3 file. In the download_manager_debug.log file you should see 2 entries:

    “…AS3TP URI request = …” and “…Dispatching AS3TP URL = …”

    If you see these 2 entries in the debug log file, it means that control was successfully handed over to Amazon S3. If you don’t see these 2 entries, it means that control of the download is still being handled by eStore.

    March 18, 2011 at 5:24 pm in reply to: not sending out email links after purchase is made through paypal #30375
    wzp
    Moderator

    You checked the correct log file (ipn_handle_debug.log)?

    Are the permissions on the plugin directory set to 755 or higher? If the permissions are too low, eStore might be prevented from updating the debug log files.

    WP eStore –> Settings –> General Settings –> Send Emails to Buyer After Purchase

    In your first post, you said that emails for single files worked, so I’m assuming this check box is checked.

    WP eStore –> Settings –> General Settings –> Buyer Email Body

    Contains the {product_details} tag? Again, based on your first post the assumption is “yes.”

    WP eStore –> Settings –> General Settings –> Use WordPress Mailing System

    Try changing this setting to the opposite of what it is now.

    March 17, 2011 at 7:40 pm in reply to: PDF Not working when download #30304
    wzp
    Moderator

    8)

  • Author
    Posts
Viewing 15 posts - 6,196 through 6,210 (of 6,723 total)
← 1 2 3 … 413 414 415 … 447 448 449 →

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • 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
  • 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

Our Other Plugins

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

Copyright © 2025 | Tips and Tricks HQ