Home › Forums › Brian Weaver
About: Brian Weaver
Lead developer at Intentuous - http://intentuous.com
Topics I'm Subscribed To
Topic | Count | Last Reply |
---|---|---|
When do recurring payments process?
By: |
voices: 3 replies: 6 |
|
Intermittent IPN Failure
By: |
voices: 4 replies: 12 |
|
Paypal Pro Forms Custom Thank You Page
By: |
voices: 3 replies: 7 |
Topics I've Started
Topic | Count | Last Reply |
---|---|---|
When do recurring payments process?
By: |
voices: 3 replies: 6 |
|
Intermittent IPN Failure
By: |
voices: 4 replies: 12 |
|
Paypal Pro Forms Custom Thank You Page
By: |
voices: 3 replies: 7 |
My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Monday Nov 26th, 2012 at 4:12 pm #32636 | |
|
|
Just tested it again in both Chrome from my machine, and by resending the request from Paypal IPN History. I got a 200 in Chrome. Paypal failed with a 403. Got on with my hosting company, we both checked the apache error_log and there are no 403s for the domain in question since Nov 14th. Any ideas? I’m at a loss. Paypal says it’s getting a 403, but the server doesn’t. |
|
Posted: Tuesday Nov 20th, 2012 at 3:25 pm #32130 | |
|
|
That was my thought too, however I have no trouble opening my IPN URL in my browser and getting a 200 response. The site is on a VPS, so I’ve got access to everything. Willing to try anything at this point. The site is at http://legacymovement.net |
|
Posted: Monday Nov 19th, 2012 at 4:03 pm #32012 | |
|
|
I read that article, however I could not find any reference to mod_security in my httpd.conf. |
|
Posted: Monday Nov 19th, 2012 at 12:32 pm #31997 | |
|
|
Fixed the hack, but I’m still getting the IPN Failure. I uploaded the server scan script and I’ve got all green checks. Looking on the Paypal side at IPN History, each of the failed notifications lists the HTTP Response as 403. I don’t know why this would be happening. Any suggestions? |
|
Posted: Tuesday Nov 13th, 2012 at 3:16 pm #31478 | |
|
|
Thanks, will do, although I think I may have found the issue with another account we host getting hacked. |
|
Posted: Thursday Sep 13th, 2012 at 9:51 am #25169 | |
|
|
Checked the logs for that transaction and here’s what I’ve got, sensitive info replaced. Paypal-Payflow-API PHP v5.2.17 :: WordPress® v3.4.1 :: s2Member® v120703 :: s2Member® Pro v120703 Paypal Payflow IPN PHP v5.2.17 :: WordPress® v3.4.1 :: s2Member® v120703 :: s2Member® Pro v120703 |
|
Posted: Wednesday Sep 12th, 2012 at 12:15 pm #25031 | |
|
|
I set up a new test page in WP and the only thing I put in it was this shortcode… [s2Member-Pro-PayPal-Form success="https://legacymovement.net/checkout-thank-you/?email=%%user_email%%&fname=%%user_first_name%%" level="3" ccaps="" desc="SMB Owners Signup » $0.50 USD / Monthly ( recurring charge, for ongoing access )" ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="legacymovement.net" ta="0" tp="0" tt="D" ra="0.50" rp="1" rt="M" rr="1" rrt="" rra="2" accept="paypal,visa,mastercard,amex,discover,maestro,solo" accept_via_paypal="paypal" coupon="" accept_coupons="0" default_country_code="" captcha="0" /]This fixed a separate js issue of the Card Start Date field always showing, so I will definitely move each form to a separate page, however I still did not get redirected to my custom thank you page. |
|
Posted: Tuesday Sep 11th, 2012 at 8:55 am #24884 | |
|
|
Thanks for the quick reply Raam, Just double checked the settings and corrected an http that needed to be https in the return URL on Paypal. Ran another test transaction for $0.50 and still have the issue. Not sure if it makes a difference, but I’m using the shortcode in a custom buddypress register.php template like so… The idea being, they come to the /register page, select the account type they’d like from a drop down, then jQuery un-hides the appropriate Pro Form. So when they are not properly redirected to my custom thank you page and instead the /register page reloads, the success message is hidden from view. I also read about creating my own /paypal-return.php file in my theme. Should I just go that route instead? |
|
Posted: Wednesday May 16th, 2012 at 8:45 am #13656 | |
|
|
Thanks for the clarification Cristián, that makes sense now. |
|
Posted: Tuesday May 15th, 2012 at 8:09 am #13515 | |
|
|
Awesome, thanks! That helps a lot. The piece of the puzzle that I’m still unclear about is when recurring payments get processed. Do they process based on sign up date? For example, Fred signs up on the 3rd and so his payment is processed every month on the 3rd, while Jim signs up on the 17th and his payment is processed every month on the 17th. Or do all recurring payments automatically process on the 1st of the month? Or can I set it to process on the 1st of the month? Brian |