PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
Cristián Lávaque wrote:Are you using s2Member generated buttons or did you create them over at PayPal?
Cristián Lávaque wrote:When users pay, are they given the right access they bought?
Hmm, is logging still enabled? You might take another quick look at your configuration under: s2Member -> PayPal Options -> Account Details -> Logging/Debugging. If logging is enabled, but nothing is being written to these files, you might check permissions on those files. If you migrated the site to a new server or something like that, perhaps s2Member lost the ability to write data to these files due to server permissions? Also note, with PayPal Pro, the paypal-rtn.log file is not written, as there is no Auto-Return data processed/needed. With PayPal Pro Forms, you should have: /s2member-logs/paypal-api.log and /s2member-logs/paypal-ipn.log.webnola wrote:We are noticing that the two log files (paypal-rtn.log and paypal-ipn.log)haven't updated in months. We have had plenty of members since then and done plenty of tests so something should be showing.
Logging routines are enabled on s2member Paypal options. We are running s2member (110915) w/pro (110915) on wordpress 3.2.1. Using Paypal Pro with Paypal Pro forms.
Any ideas?
Jason Caldwell wrote:Thanks for reporting this important issue.Hmm, is logging still enabled? You might take another quick look at your configuration under: s2Member -> PayPal Options -> Account Details -> Logging/Debugging. If logging is enabled, but nothing is being written to these files, you might check permissions on those files. If you migrated the site to a new server or something like that, perhaps s2Member lost the ability to write data to these files due to server permissions? Also note, with PayPal Pro, the paypal-rtn.log file is not written, as there is no Auto-Return data processed/needed. With PayPal Pro Forms, you should have: /s2member-logs/paypal-api.log and /s2member-logs/paypal-ipn.log.webnola wrote:We are noticing that the two log files (paypal-rtn.log and paypal-ipn.log)haven't updated in months. We have had plenty of members since then and done plenty of tests so something should be showing.
Logging routines are enabled on s2member Paypal options. We are running s2member (110915) w/pro (110915) on wordpress 3.2.1. Using Paypal Pro with Paypal Pro forms.
Any ideas?
<?php
add_action("init", "s2_debug");
function s2_debug(){
if(!empty($_GET[__FUNCTION__]))
exit($GLOBALS["WS_PLUGIN__"]["s2member"]["c"]["logs_dir"]);
}
?>
http://example.com/?s2_debug=yes
Users browsing this forum: Exabot [Bot] and 2 guests