Forum Replies Created
-
AuthorPosts
-
December 21, 2011 at 6:45 am in reply to: Affiliate commission when purchasing through own affiliate link #26650
admin
Keymasteradmin
KeymasterIt looks like your server is running out of memory. This happens when your server has very limited PHP memory allocated to your hosting account. By memory we are referring to the RAM memory not the hard disk space. We know that you probably have unlimited disk space. This is where a lot of hosting company gets you… they don’t tell you how much RAM memory you have available to your PHP applications such as WordPress.
Please see the following post for more information on this: http://www.tipsandtricks-hq.com/ecommerce/selling-large-files-with-wp-estore-796
admin
KeymasterHaving no fresh debug indicates a server file permission related problem. Please share an encrypted link here so I can test something. Hit the “Reset Debug Log” file to reset all debug data so we can only focus on new debug info.
Did you apply any customization to the download manager in the previous version of the plugin that got wiped out during the upgrade?
December 21, 2011 at 6:11 am in reply to: Fatal error: Call to undefined method Emember_Auth::getInstance() #39908admin
KeymasterPlease check this checklist for troubleshooting autoresponder issues:
admin
KeymasterWP eStore has to abide by Amazon S3’s rules for bucket naming convension. S3 doesn’t like it when you create bucket with Capital letters. There are few other things that S3 doesn’t like in the bucket name. The full list of rules for a bucket name is explained in the documentation (see the “Important Notes” section):
December 21, 2011 at 5:52 am in reply to: download link couldn’t be found in the wp_eStore database #39917admin
KeymasterFirst check this checklist:
https://support.tipsandtricks-hq.com/forums/topic/downloaded-file-size-is-0-zero-byte
Then do what this post says and share the “download_manager_debug.log” debug file’s content here:
admin
KeymasterI am also working on adding a shortcode so you can display a particular field of a member using a shortcode.
December 20, 2011 at 9:07 am in reply to: List of Plugins that Don't Play Nice (Conflicting Plugins) #21386admin
KeymasterYes there is. Add a topic to your favorites and it will send you an email when there is a reply to that topic (this is how BBPress works).
admin
KeymasterThe terms and conditions checkbox is a global setting (not per product). Simply go to eStore settings and specify it there (you do it only once).
December 20, 2011 at 6:05 am in reply to: Adding custom html to the message displayed on protected content #33778admin
KeymasterThe “get_login_link” function is in the following file:
eMember_auth_utils.php
admin
KeymasterI would also recommend loading a fresh build of the plugin before running the debug:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
admin
KeymasterI tested this and there is not issue for this option. We cannot asses a bug report on a customized version of the plugin. Please load a fresh build of the plugin on your test site and let us know if you see this issue.
December 20, 2011 at 5:57 am in reply to: No complete registration email sent unless regenerated with userid #39809admin
KeymasterLets try to find out why that code is acting abnormal on your site. If you place an echo statement below the “$from_address” field like the example below then what does it show?
$from_address = $emember_config->getValue('senders_email_address');
echo "<br />From Address Value:".$from_address;What value have you entered in the “From Email Address” field in the “Prompt to Complete Registration” Email Settings?
December 20, 2011 at 5:46 am in reply to: WP eStore says Payment Verification Failed, when payment is successful #39865admin
KeymastereStore is simply making sure no customer can scam you. If your product price is set to $100 then eStore will catch it when someone pays below that amount. If you are manual taking payment for a product lower than what it actually costs without using coupon then create a separate product with the same details and set the price of that product lower.
admin
KeymasterI have sent you an email to get site access so we can check it out.
Update: Turned out that the membership level duration settings weren’t set correctly.
-
AuthorPosts