Community Support Forums — WordPress® ( Users Helping Users ) — 2011-10-14T11:50:56-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15325 2011-10-14T11:50:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=46876#p46876 <![CDATA[Re: logging files not updating]]>
I was using two different FTP account, and for some reason on one of the FTP accounts the files were not updating. Not sure why this might be, but I'm not aware of this and will only use the one that works.

Statistics: Posted by webnola — October 14th, 2011, 11:50 am


]]>
2011-10-13T19:52:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=46830#p46830 <![CDATA[Re: logging files not updating]]> Ha, not sure. I doubt that did anything, as it just prints data to the screen.

Statistics: Posted by Jason Caldwell — October 13th, 2011, 7:52 pm


]]>
2011-10-13T17:27:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=46825#p46825 <![CDATA[Re: logging files not updating]]> Statistics: Posted by webnola — October 13th, 2011, 5:27 pm


]]>
2011-10-13T13:28:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=46813#p46813 <![CDATA[Re: logging files not updating]]> Thanks for the follow-up.
You have me stumped, so sorry. If it's possible to send us a Dashboard login and FTP access, please do and I'll have a look at this for you. You can use this private contact form:
http://www.s2member.com/contact/

Statistics: Posted by Jason Caldwell — October 13th, 2011, 1:28 pm


]]>
2011-10-13T12:28:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=46802#p46802 <![CDATA[Re: logging files not updating]]>
Also, the logging location has not changed.

Statistics: Posted by webnola — October 13th, 2011, 12:28 pm


]]>
2011-10-11T19:30:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=46637#p46637 <![CDATA[Re: logging files not updating]]> Thanks for the follow-up.
~ Very sorry for the delayed response.

Forum account upgraded to Experienced User rank/icon.
( thanks for developing with s2Member! )

Interesting. If logging is enabled, a log entry should be written each time s2Member connects to the PayPal API for any reason. If you look inside your Dashboard, under the Logging/Debugging section, where does s2Member say the log files are stored? Did that change?

If not, please try this and let me know what you come up with.
Create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
Code:
<?php
add_action
("init", "s2_debug");
function s2_debug(){
    if(!empty($_GET[__FUNCTION__]))
        exit($GLOBALS["WS_PLUGIN__"]["s2member"]["c"]["logs_dir"]);
}
?>
Now load up a browser with this URL and see where s2Member is storing your log files.
Code:
http://example.com/?s2_debug=yes

Statistics: Posted by Jason Caldwell — October 11th, 2011, 7:30 pm


]]>
2011-10-10T13:37:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=45266#p45266 <![CDATA[Re: logging files not updating]]>
Jason Caldwell wrote:
Thanks for reporting this important issue.
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?
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.


I just triple-checked, and logging routines are still enabled. All files and the directory have 777 permissions.
The only three files in the folder are a .htaccess (which simply says "deny from all"), paypal-ipn.log, and paypal-rtn.log. There is no paypal-api.log.

Statistics: Posted by webnola — October 10th, 2011, 1:37 pm


]]>
2011-10-07T20:06:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=45088#p45088 <![CDATA[Re: logging files not updating]]> Thanks for reporting this important issue.
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?
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.

Statistics: Posted by Jason Caldwell — October 7th, 2011, 8:06 pm


]]>
2011-10-03T15:20:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=43512#p43512 <![CDATA[Re: logging files not updating]]>
Cristián Lávaque wrote:
Are you using s2Member generated buttons or did you create them over at PayPal?


Created them with s2member Paypal Pro

Cristián Lávaque wrote:
When users pay, are they given the right access they bought?


yes

Statistics: Posted by webnola — October 3rd, 2011, 3:20 pm


]]>
2011-09-30T17:16:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=41997#p41997 <![CDATA[Re: logging files not updating]]> Statistics: Posted by Cristián Lávaque — September 30th, 2011, 5:16 pm


]]>
2011-09-28T17:25:16-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=41860#p41860 <![CDATA[Re: logging files not updating]]> Statistics: Posted by webnola — September 28th, 2011, 5:25 pm


]]>
2011-09-27T12:15:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15325&p=41698#p41698 <![CDATA[logging files not updating]]>
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?

Statistics: Posted by webnola — September 27th, 2011, 12:15 pm


]]>