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,091 through 6,105 (of 6,729 total)
← 1 2 3 … 406 407 408 … 447 448 449 →
  • Author
    Posts
  • May 25, 2011 at 11:51 am in reply to: encrypted links not working, cant find solution on forum #32745
    wzp
    Moderator

    That is what I previously mentioned… that “Error!” is because the PDF Stamper had a problem. Could you please confirm for me the following information?

    1. Are you trying to download a file that uses the PDF Stamper?

    2. If #1 is yes, can you download other files that do not use the PDF Stamper?

    3. If #1 is yes, can you manually stamp the file?

    4. If #1 is no, is the product URL valid?

    May 24, 2011 at 11:36 pm in reply to: pros and cons of keeping sales data in WordPress database? #32853
    wzp
    Moderator

    Aside from the technical best practices, I always recommend entering into an SLA (Service Level Agreement) with your provider. The SLA should cover legal aspects of data security. You should also investigate getting data liability added to your business insurance policy.

    As for the technical stuff…

    1. Keep good backups. Use a weekly and daily backup strategy.

    2. Keep your software updated.

    3. Keep a hot image of your last working site, in case that last update was bad. Think restore points for WordPress.

    4. Uninstall themes and plugins that you don’t use.

    5. Research new plugins before using them. Try them out on a test system first.

    The list can go on forever, but you get the idea…

    May 24, 2011 at 10:39 pm in reply to: encrypted links not working, cant find solution on forum #32743
    wzp
    Moderator

    I’m personally not an expert on these, but You might try backtracking and see if you updated anything besides eStore lately. Also Google searches for the keywords “query string URL WordPress” come up with some interesting results.

    May 24, 2011 at 10:20 pm in reply to: encrypted links not working, cant find solution on forum #32741
    wzp
    Moderator

    @olivernat

    I think I see the problem…

    I know the download.php file is executable, because if I call up the URL http://livingkitchenwellness.com/wp-content/plugins/wp-cart-for-digital-products/download.php I get an invalid request message from the script, because I didn’t include the query string.

    So, that means the problem is the query string. If I add the query string back into the URL, the site returns a page not found, instead of executing the download.php file, because it is interpreting the query string as part of the URL; instead of passing it to download.php like it should.

    In other words, it is actually trying to load a file called download.php?file=2xOa%2FCoFUPKTjKTq instead of executing download.php and passing it the file=2xOa%2FCoFUPKTjKTq query string.

    I believe that there are problems with the Mod Rewrite rules on the server.

    May 24, 2011 at 9:23 pm in reply to: encrypted links not working, cant find solution on forum #32739
    wzp
    Moderator

    @olivernat According to the page not found message, your server is not able to find the “download.php” file in the plugin directory. Please check to make sure it exists.

    Also, please check the WP eStore -> Settings -> General Settings -> Digital Product Delivery Settings section to see if any warning messages are listed.

    May 24, 2011 at 7:24 pm in reply to: encrypted links not working, cant find solution on forum #32737
    wzp
    Moderator

    Aha!!! “Error!” is the filename returned when the PDF Stamper breaks…

    Is that what you are trying to download? If so, can you download a non PDF Stamped file?

    May 24, 2011 at 12:42 pm in reply to: encrypted links not working, cant find solution on forum #32733
    wzp
    Moderator

    That error message is coming from your server, not eStore. Since you are able to use a link from an IP logged in as admin, I suspect a permissions problem.

    Please ensure that plugin directory permissions are set to 755 and that there are no .htaccess restrictions in effect.

    May 23, 2011 at 10:52 pm in reply to: Squeeze Page in sidebars #32704
    wzp
    Moderator

    http://wordpress.org/extend/plugins/php-widgetify/

    “…now you can execute PHP too!”

    Instead of using the eStore short code [wp_eStore_free_download_ajax:product_id:5:end] you must use the PHP function <?php echo eStore_free_download_form(5); ?> instead, as per:

    http://www.tipsandtricks-hq.com/ecommerce/wp-content/uploads/wp-estore-shortcodes.pdf

    May 23, 2011 at 10:31 pm in reply to: paypal wont let me use 100% discount coupon #32834
    wzp
    Moderator

    PayPal does not allow you to charge zero dollars for anything. You must use the “redirect to manual checkout” option, as described here…

    https://support.tipsandtricks-hq.com/forums/topic/how-to-make-a-free-download#post-16063

    May 21, 2011 at 10:52 am in reply to: email sent from wordpress default wordpress@site.com #32698
    wzp
    Moderator

    Create a test page with a squeeze form. Then do a download from it and see what the email address is.

    May 20, 2011 at 7:24 pm in reply to: encrypted links not working, cant find solution on forum #32727
    wzp
    Moderator

    What is an example of the encrypted link being generated?

    May 20, 2011 at 12:56 pm in reply to: encrypted links not working, cant find solution on forum #32725
    wzp
    Moderator

    Sounds like a permissions issue. What exactly, does the page not found message say? Is it a 494 page not found message? If so, p,ease ensure that the minimum permissions on the plugin directory are 755.

    May 18, 2011 at 3:42 pm in reply to: wp estore – digital download url #25324
    wzp
    Moderator

    Correct…

    A Bucket Full Of Objects — Amazon S3

    http://www.tipsandtricks-hq.com/a-bucket-full-of-objects-amazon-s3-3052

    Objects are referenced by their “keys,” which consist of an optional “pseudo folder” (directory) path name, followed by the name of the object.  The keys “His-Stuff/test.txt” and “Her-Stuff/test.txt” refer to 2 separate instances of the  “test.txt” object.  Because the “folder” name part of the keys are unique, so are the object instances.  The term “pseudo folder” is used because S3 does not really store objects in folders; the same way that Windows, OS-X or Linux does.  The entire object key is considered (by S3) to be the equivalent of a file name.

    May 17, 2011 at 10:42 pm in reply to: Amazon S3 – Not working and returns Access Denied #32582
    wzp
    Moderator

    8)

    The “as3tp” and “as3tps” tell eStore to perform Amazon S3 redirection.

    May 17, 2011 at 7:11 pm in reply to: Amazon S3 – Not working and returns Access Denied #32579
    wzp
    Moderator

    P.S. What is the URI you used in the product URL?

  • Author
    Posts
Viewing 15 posts - 6,091 through 6,105 (of 6,729 total)
← 1 2 3 … 406 407 408 … 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 © 2026 | Tips and Tricks HQ