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™

Update Membership PayPal Pro Modification Forms Not Working

s2Member Plugin. A Membership plugin for WordPress®.

Update Membership PayPal Pro Modification Forms Not Working

Postby ryanseo » November 1st, 2011, 2:10 pm

Hello,

When I try to use the paypal pro modification forms within my website, upon clicking the PayPal button to update the profile it returns me back to the page with this error 'Error. Please contact Support for assistance.' .
User avatar
ryanseo
Registered User
Registered User
 
Posts: 27
Joined: January 10, 2011

Re: Update Membership PayPal Pro Modification Forms Not Work

Postby Eduan » November 1st, 2011, 2:18 pm

Check this video and tell me if that helps:
http://www.s2member.com/paypal-modifica ... ons-video/
Now officially accepting Professional s2Member installations along with Bruce C (a.k.a. Ace).

If you're interested in a Professional s2Member Installation, or a Custom Coding Job, you can send your request here.
User avatar
Eduan
Experienced User
Experienced User
 
Posts: 1154
Joined: August 27, 2011
Location: Taxco de Alarcón, Guerrero, México.

Re: Update Membership PayPal Pro Modification Forms Not Work

Postby ryanseo » November 1st, 2011, 3:23 pm

Thank you for the link to the great video, it was VERY informative and gave me a slew of ideas and most importantly an understand of how PayPal interacts with s2member in modification/cancellation situations, however unfortunately after setting everything up properly it still tells me 'Error. Please contact Support for assistance.' - It happens while trying to register a new account (using paypal pro forms) and modification billing upgrades forms (paypal pro).

Thanks again for the wonderful link but it didnt seem to help the situation im having :cry:
User avatar
ryanseo
Registered User
Registered User
 
Posts: 27
Joined: January 10, 2011

Re: Update Membership PayPal Pro Modification Forms Not Work

Postby ryanseo » November 1st, 2011, 3:28 pm

In the output of s2member-logs/paypal-api.log is:

-------- Output string/vars: ( Tue Nov 1, 2011 8:26:33 pm UTC ) --------

array (
'__error' => 'Error. Please contact Support for assistance.',
)

Thanks
User avatar
ryanseo
Registered User
Registered User
 
Posts: 27
Joined: January 10, 2011

Re: Update Membership PayPal Pro Modification Forms Not Work

Postby Eduan » November 1st, 2011, 3:39 pm

Just a question, are you using modification buttons to create new users?
Now officially accepting Professional s2Member installations along with Bruce C (a.k.a. Ace).

If you're interested in a Professional s2Member Installation, or a Custom Coding Job, you can send your request here.
User avatar
Eduan
Experienced User
Experienced User
 
Posts: 1154
Joined: August 27, 2011
Location: Taxco de Alarcón, Guerrero, México.

Re: Update Membership PayPal Pro Modification Forms Not Work

Postby ryanseo » November 1st, 2011, 4:20 pm

No, I mentioned the user regsitration because I'm also trying to figure out why it's not working on the PayPal Pro Registration Forms as well. As I get this issue when trying to pull contents via SSL:

I went through and made a test template page for SSL testing and I may have found the culprit for the error: Errors when trying to pull from urls with https://...

Notice: file_get_contents() [function.file-get-contents]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /home/managed/public_html/test/wp-content/themes/cityguide/template-ssltest.php on line 11

I'm thinking it has something to do with SSL interaction with PayPal Pro itself, almost as if I'm not even connecting to PayPal at all when making these transactions because openssl isn't enabled.

I'm going to run some more tests , enable SSL , cURL as well and get back with what I come up with!
User avatar
ryanseo
Registered User
Registered User
 
Posts: 27
Joined: January 10, 2011

Re: Update Membership PayPal Pro Modification Forms Not Work

Postby ryanseo » November 1st, 2011, 4:42 pm

Ok,after running:

$w = stream_get_wrappers();
echo 'openssl: ', extension_loaded ('openssl') ? 'yes':'no', "\n";
echo 'http wrapper: ', in_array('http', $w) ? 'yes':'no', "\n";
echo 'https wrapper: ', in_array('https', $w) ? 'yes':'no', "\n";
echo 'wrappers: ', var_dump($w);

output for above code:

openssl: no
http wrapper: yes
https wrapper: no
I was able to figure out that my OpenSSL isn't on and my HTTPS Wrapper isn't on

** Edit: I've tried enabling php_openssl and curl in php.ini and restarted Apache HTTP Server and didnt fix the issue, is there something else I need to do? Thanks
User avatar
ryanseo
Registered User
Registered User
 
Posts: 27
Joined: January 10, 2011

Re: Update Membership PayPal Pro Modification Forms Not Work

Postby ryanseo » November 2nd, 2011, 7:50 am

Anyone able to troubleshoot this? This is kind of the last step before I launch this and not sure how to move past this issue. When I submit any pro form , registration form, modification form, anything that involves dealing with https:// it simply won't let me and returns an error saying "Please contact support to resolve this issue'.... I've tried enabling open_ssl and curl within my php.ini and restarted my Apache server but it still shows the same outputs for the above code which is no on openssl and the https wrapper. Is there something I'm missing in getting that stuff activated for this to work? Thanks
User avatar
ryanseo
Registered User
Registered User
 
Posts: 27
Joined: January 10, 2011

Re: Update Membership PayPal Pro Modification Forms Not Work

Postby ryanseo » November 2nd, 2011, 8:50 am

I've contacted my Server administrators to see if they can fix the issue on their end but if anyone knows of a quick solution off the top of their head that would be great... I'll let you know with what they do and how they accomplished it (if they are able to, lol) and post it here so people can fix if they run into a similar issue..
User avatar
ryanseo
Registered User
Registered User
 
Posts: 27
Joined: January 10, 2011

Re: Update Membership PayPal Pro Modification Forms Not Work

Postby ryanseo » November 2nd, 2011, 1:34 pm

I ended up figuring this out and rebuilt my Apache compiling SSL support for PHP (was enabled and operating on server but not for PHP calls). This fixed it. I used EasyApache to rebuild within WebHostManager.
User avatar
ryanseo
Registered User
Registered User
 
Posts: 27
Joined: January 10, 2011

Re: Update Membership PayPal Pro Modification Forms Not Work

Postby Eduan » November 2nd, 2011, 1:39 pm

Okay!
Sorry I didn't post to your last posts, I didn't know what to tell you.
Now officially accepting Professional s2Member installations along with Bruce C (a.k.a. Ace).

If you're interested in a Professional s2Member Installation, or a Custom Coding Job, you can send your request here.
User avatar
Eduan
Experienced User
Experienced User
 
Posts: 1154
Joined: August 27, 2011
Location: Taxco de Alarcón, Guerrero, México.

Re: Update Membership PayPal Pro Modification Forms Not Work

Postby Cristián Lávaque » November 2nd, 2011, 11:31 pm

Well done Ryan! And thanks for reporting back. :)
Cristián Lávaque http://s2member.net
Is s2Member working for you? Please rate it Image at WordPress.org. Thanks! :)
User avatar
Cristián Lávaque
Developer
Developer
 
Posts: 6836
Joined: December 22, 2010


Return to s2Member Plugin

Who is online

Users browsing this forum: No registered users and 4 guests

cron