Zen Cart Logo
Forums / Addon Payment Modules / problem with godaddy hosting and payflow pro

problem with godaddy hosting and payflow pro

Locked

Views: 2,420

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
29 Jul 2010, 4:40 AM
#1
kreynolds avatar

kreynolds

New Zenner

Join Date:
May 2010
Posts:
8
Plugin Contributions:
0

problem with godaddy hosting and payflow pro

I am having the same problem with godaddy hosting. the paypal payflowpro module says

"CURL is used for bidirectional communication with the gateway, so must be active on your hosting server (if you need to use a CURL proxy, set the CURL proxy settings under Admin->Configuration->My Store.)"

i have called godaddy a couple of times and the tech acts like he doesnt know what i am talking about. if i turn off the Curl then i get an error of invalid account info and with the Curl on i get a "Received HTTP code 403 from proxy after CONNECT" error.

any suggestions?

thanks
Kyle

29 Jul 2010, 5:27 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: problem with godaddy hosting and payflow pro

kreynolds:

i have called godaddy a couple of times and the tech acts like he doesnt know what i am talking about.That's more true than you know. He just plain doesn't know. That's why you pay next to nothing for hosting with GoDaddy: cuz you get what you pay for.
Sorry if you don't like that. You'll find out more proof of that the longer you dare to put up with them.

kreynolds:

with the Curl on i get a "Received HTTP code 403 from proxy after CONNECT" error.
That's to be expected since GoDaddy's recent change which broke the proxy server which they once required in order to use PayPal's APIs.
kreynolds:

if i turn off the Curl then i get an error of invalid account infoWhat EXACTLY does that message say?
Chances are that THAT is what you need to be fixing, once you've turned off the CURL Proxy.

29 Jul 2010, 2:48 PM
#3
kreynolds avatar

kreynolds

New Zenner

Join Date:
May 2010
Posts:
8
Plugin Contributions:
0

Re: problem with godaddy hosting and payflow pro

i have triple checked the user partner vendor and password. even went to the lengths of setting up my own payflow pro and entered in that information and receive the same error. paypal tells me it could be because my card is from a small bank or the account has just been set up but i have been fighting with this for a couple weeks now and have tried various credit cards and always receive the same error.

29 Jul 2010, 3:07 PM
#4
badarac avatar

badarac

Totally Zenned

Join Date:
Aug 2009
Location:
Longs, SC
Posts:
635
Plugin Contributions:
0

Re: problem with godaddy hosting and payflow pro

I use the Payflowpro module on several websites hosted at Hostgator. I ran into the problem with curl and found that by default HG did not enable curl by default. I needed to request that they enable curl for my account which they gladly did. You might want to try doing that at godaddy too.

29 Jul 2010, 3:49 PM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: problem with godaddy hosting and payflow pro

kreynolds, you still haven't stated EXACTLY what the invalid account info error message says.

29 Jul 2010, 4:54 PM
#6
kreynolds avatar

kreynolds

New Zenner

Join Date:
May 2010
Posts:
8
Plugin Contributions:
0

Re: problem with godaddy hosting and payflow pro

here is a few lines of code from the error log.

=================================

Jul-14-2010 12:54:38 (1279137278)
before_process - DP-5
resultset:
Array
(
[RESULT] => 26
[RESPMSG] => Invalid vendor account
[REQUEST_ID] => 1279137277
[CURL_ERRORS] =>
)

=================================

Jul-14-2010 12:54:38 (1279137278)
termEC-2
BEFORE: Token Data:

Jul-14-2010 12:54:38 (1279137278)
termEC-10
Redirecting to checkout_payment - Stack: checkout_payment
Message: We were not able to process your order. Please select an alternate payment method, or contact the store owner for assistance. (26 <!-- Invalid vendor account -->)

29 Jul 2010, 4:55 PM
#7
kreynolds avatar

kreynolds

New Zenner

Join Date:
May 2010
Posts:
8
Plugin Contributions:
0

Re: problem with godaddy hosting and payflow pro

badarac:

I use the Payflowpro module on several websites hosted at Hostgator. I ran into the problem with curl and found that by default HG did not enable curl by default. I needed to request that they enable curl for my account which they gladly did. You might want to try doing that at godaddy too.

GoDaddy does have curl enabled and i verified that with a phpinfo.php page

29 Jul 2010, 7:38 PM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: problem with godaddy hosting and payflow pro

Okay. Error #26 does mean that your user/vendor/partner/password details are not correct.
Remember: they are all Case-Sensitive.
And, you can't use "production" credentials in "sandbox" mode, nor vice-versa. So, make sure that you've got it set to Live or Production, and not as Test or Sandbox.

Failing that, contact PayPal tech support to find out why they're rejecting the credentials you're supplying. Zen Cart has no way of knowing what is wrong with the credentials.

29 Jul 2010, 7:51 PM
#9
kreynolds avatar

kreynolds

New Zenner

Join Date:
May 2010
Posts:
8
Plugin Contributions:
0

Re: problem with godaddy hosting and payflow pro

yes its in live mode. I did not receive two sets of login credentials. I switched it to sand box mode and now get an error 12.

Jul-29-2010 12:47:45 (1280432865)
before_process - DP-5
resultset:
Array
(
[RESULT] => 12
[PNREF] => V18H2D2D1391
[RESPMSG] => Declined
[AVSADDR] => Y
[AVSZIP] => N
[CVV2MATCH] => X
[HOSTCODE] => D
[PROCAVS] => B
[PROCCVV2] => [
[IAVS] => Y
[REQUEST_ID] => 1280432865
[CURL_ERRORS] =>
)

=================================

Jul-29-2010 12:47:45 (1280432865)
termEC-1
Killed the session vars as requested

Jul-29-2010 12:47:45 (1280432865)
termEC-2
BEFORE: Token Data:

Jul-29-2010 12:47:45 (1280432865)
termEC-10
Redirecting to checkout_payment - Stack: checkout_payment
Message: We were not able to process your order. Please select an alternate payment method, or contact the store owner for assistance. (12 <!-- Declined -->)
Session Data: Array

tried with two different cards.

29 Jul 2010, 9:06 PM
#10
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: problem with godaddy hosting and payflow pro

Find out what PayPal is seeing in their system when you get the 26 response.