Forum Replies Created
-
AuthorPosts
-
wzp
Moderator
Maybe I need to incorporate some sort of input validation…
wzp
ModeratorP.S. A common mistake is to create bucket names with upper case letters…
http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?BucketRestrictions.html
wzp
ModeratorReplace “bucket” with the name of your S3 bucket and “object” with the name of your file.
wzp
ModeratorGiven that both the Absolute and Relative URL conversion preferences do not work for you; and the fact that your hosting package is so locked down; my recommendation is that, if you want to continue using your current provider, that you implement the Amazon S3 integration feature.
By doing so, you are effectively outsourcing the storage and downloading of files from your server to the faster and more reliable Amazon S3 servers.
Amazon Web Services Simple Storage Service (AWS S3) Integration
When you begin looking for another host, please specifically look for these items, based on the messages returned in you log file:
* Ability to turn off PHP Safe Mode (mandatory). This is where most of the problems come from.
* Ability to use URL aware fopen() calls in PHP (should have). Affects ability to use cURL and ability to access files stored under a different subdomain.
* Ability to affect maximum PHP script execution time (mandatory). Without this ability, your self hosted downloads may be truncated.
* Ability to use cURL (nice to have, but optional). Affects ability to use DL method 7. eStore tried using method 7 in your case because Absolute and Relative URL conversion failed.
wzp
ModeratorWow, also be aware that whoever your hosting provider is, has your account really locked down. You may need to switch to the Amazon S3 integration mode.
wzp
ModeratorChange the URL conversion preference to “relative.”
wzp
ModeratorUse his contact form http://www.tipsandtricks-hq.com/contact and then leave a short note, of that fact, here.
wzp
ModeratorAnd you followed these instructions?
http://codex.wordpress.org/Moving_WordPress
which contains a link to…
http://sltaylor.co.uk/blog/moving-wordpress-new-domain-server/
March 31, 2011 at 6:20 pm in reply to: Seller/Buyer Email and Database entry not received/entered #30913wzp
ModeratorDid you check the “Send Emails to Buyer After Purchase” box?
Also, confirmation of the emails being sent should be in the ipn_handle_debug.log file, as shown in this example…
https://support.tipsandtricks-hq.com/forums/topic/no-e-mail-after-purchase
wzp
ModeratorHave you, not only redone all of the site specific URL in the settings, but also the product related URL as well?
wzp
Moderator
March 31, 2011 at 1:41 pm in reply to: E-Mail to customers – Export customer data to a CSV file #30898wzp
Moderator***** Danger, Will Robinson, Danger ***** Running With Scissors Ahead *****
Using phpMyAdmin look for and export the wp_eStore_customer_tbl table to a CSV file.
The first 3 fields of each record are first_name, last_name and email_address.
March 31, 2011 at 1:23 pm in reply to: 'This product does not have any downloadable content' messge in email #30903wzp
Moderatorwzp
ModeratorHave you tried the setting that uses eStore’s mailer instead of the WordPress mailer?
wzp
ModeratorAmin is working on a new plugin that will do this, but it “isn’t ready yet.”
-
AuthorPosts