Forum Replies Created
-
AuthorPosts
-
wzp
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…
wzp
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?
wzp
ModeratorAfter following the link, how do we see the error?
wzp
ModeratorPlease
wzp
ModeratorHey, thanks for your inputs
Please remember to add also your suggestions to the official eSote Wish-List…
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-wishlist-feature-suggestions-148
With version 4.8.0 of eStore, native Amazon S3 integration has been added…
Please try it out!
Automated updates can be requested here…
https://support.tipsandtricks-hq.com/automatic-update-request
wzp
ModeratorWell, according to RFC 5322, the apostrophe is allowed in e-mail addressee:
http://en.wikipedia.org/wiki/Email_address
Amin would have to let you know whether or not eMember is handling them correctly.
December 18, 2010 at 2:31 pm in reply to: fatal error when clicking on cart icon in editor for short code #27487wzp
ModeratorHas he actually done anything to verify that you are indeed running PHP 5? Please ask him to perform this simple test…
Create a “test.php” file on the server, that contains the following line of code…
<?php phpinfo(); ?>
Next, execute the “test.php” file from a browser window. This will not only tell you what version (for sure) of PHP you are running, but also other information that will come in handy later.
Make a printout of the results, and then delete the file.
wzp
ModeratorThe easiest solution is to ask customers to alias/link their “other” e-mail addresses to their primary PayPal address. This is simply a good business practice, because it ensures the primary address is not being used fraudulently. Once the linkage has been made, they can use the aliased e-mail address to make their payment.
December 17, 2010 at 1:43 pm in reply to: fatal error when clicking on cart icon in editor for short code #27484wzp
ModeratorOkay, here is what you should tell your “go to” guy…
“The majority of the problems will likely be cleared up if the server is running under PHP 5, instead of PHP 4. That, and in a few months time, WordPress will no longer support PHP 4 systems…
http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4
Because the site is being hosted on Go Daddy, they should be helpful in assisting you with a proper migration to PHP 5.
After the site has been migrated to PHP 5, it will be much easier to troubleshoot any remaining problems.”
December 17, 2010 at 5:39 am in reply to: fatal error when clicking on cart icon in editor for short code #27482wzp
ModeratorIs this the http://judithshawart.com site we are talking about? I noticed it is being hosted by Go Daddy, and I’d be surprised that they would allow any of their servers to still run PHP 4.
December 17, 2010 at 2:17 am in reply to: fatal error when clicking on cart icon in editor for short code #27480wzp
ModeratorThis is a “server thing.” PHP is the primary language that WordPress and its plugins is written in. If you are using a hosting provider for your server, they can address the PHP 4 to 5 issue. If you are trying to host the server on your own system, it is something you have to work on.
December 16, 2010 at 11:45 pm in reply to: fatal error when clicking on cart icon in editor for short code #27477wzp
ModeratorMy understanding is that this message is being caused by a “bug” in the version of PHP 4 that you are using. Is there anything stopping you from upgrading to PHP 5?
If you are not yet locked into Contact Form 7, I’d also like to recommend the use of FormBuilder, which is eStore compatible:
December 16, 2010 at 2:52 pm in reply to: fatal error when clicking on cart icon in editor for short code #27475wzp
ModeratorSounds like a conflict with the Contact Form 7 plugin. If you temporarily deactivate that plugin, does the error go away?
December 16, 2010 at 2:36 pm in reply to: how to sell stamped PDF + another file associated ? zipping? #27322wzp
ModeratorOut of curiosity, when you did that, did it try stamping all the files, or it simply didn’t work?
wzp
ModeratorWARNING: RUNNING WITH SCISSORS AHEAD, PROCEED AT OWN RISK
=========================================================
Once upon a time, the squeeze form did not pass the name and e-mail address information to the PDF Stamper. Check the file eStore_includes2.php for the free_download_pseudo_payment_data() function. If you can populate a similar payment_data[] array, you can pass the data to the Stamper.
-
AuthorPosts