Zen Cart Logo
Forums / PayPal Express Checkout support / Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Locked

Views: 8,218

Results 1 to 20 of 23
This thread is locked. New replies are disabled.
31 Dec 2006, 8:32 PM
#1
graffi avatar

graffi

New Zenner

Join Date:
Jul 2006
Posts:
21
Plugin Contributions:
0

Problem with returning info from paypal - 1.3.7 upgrade, express checkout

issue with Paypal - could be due to an additional MOD I've added, but....

 We were not able to process your order. Please try again, select an alternate payment method, or contact the store owner for assistance. (Invalid HTTP Header)

appears on confirmation page after entering test CC info at paypal site -

any ideas? Earlier, I had a conflict while using a discount mod - I can reproduce that if required for debug -

thanks in advance -

31 Dec 2006, 8:37 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Have you tested on a clean install?

31 Dec 2006, 8:42 PM
#3
graffi avatar

graffi

New Zenner

Join Date:
Jul 2006
Posts:
21
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

sadly - - no. I was hoping to cheat & just add updated files without having to redo my CSS & other templates & mods all over again.... wishful thinking that it was an easy fast fix

Ah, well - I'll give that a whirl & post results. After new year's... :lamo:

1 Jan 2007, 12:21 AM
#4
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

I'll bet Graffi is having the same issue I am having.

[31-Dec-2006 05:08:15] PHP Warning: reset() [<a href='function.reset'>function.reset</a>]: Passed variable is not an array or object in /home/battery/public_html/usa2/includes/modules/order_total/ot_tax.php on line 38
[31-Dec-2006 05:08:15] PHP Warning: Variable passed to each() is not an array or object in /home/battery/public_html/usa2/includes/modules/order_total/ot_tax.php on line 39

The errors point to the tax module. So I removed everything related to tax in the Location / Tax area of Admin. The problem went away.

A clean install with out setting up taxes does not show this issue.

1 Jan 2007, 12:29 AM
#5
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Silly question- is Gzip on or off on your server?

1 Jan 2007, 12:48 AM
#6
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Gzip = 1 (on)

1 Jan 2007, 12:50 AM
#7
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Dennis-

If you turn it off does the error persist?

1 Jan 2007, 1:02 AM
#8
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Here is what I see. If Gzip is off the error shows all the time. If Gzip is on the only time the error shows is if I charge tax on shipping. Hope this helps

1 Jan 2007, 1:05 AM
#9
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

By default ... if you have GZip set to 0 but then test your site at:

http://www.whatsmyip.org/mod_gzip_test/

NOTE: you need a full URL to test like:
http://www.my_domain.com/index.php

Does it test as GZip On or Off when you have GZip turned OFF in your Zen Cart Admin?

How about if you have GZip ON in your Zen Cart Admin?

1 Jan 2007, 1:15 AM
#10
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Yep, it test as on and off as I switch it on and off.

1 Jan 2007, 1:21 AM
#11
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

What version php do you have on your server?

1 Jan 2007, 1:34 AM
#12
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

PHP version 4.4.4

1 Jan 2007, 1:44 AM
#13
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Only thing I am seeing at the moment is your Server API is CGI vs Apache ...

For giggles ... did you try a clean install without an changes from the current download of Zen Cart ... there was a minor change after xx number of downloads that isn't a major change and should not be related to this ...

Changes are noted here:
http://www.zen-cart.com/forum/showthread.php?t=54615

1 Jan 2007, 1:51 AM
#14
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

I did, but to be sure I am going to get the download again and place into usa3. Same user and pw. I will write back when complete. I predict the clean install will work perfect until I add a tax to product or shipping.

1 Jan 2007, 1:55 AM
#15
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

That is what I am afraid of ... but what the heck ... let's try it ...

NOTE: Clean install means ... can you toss in the demo data vs upgrade your existing database? :smile:

1 Jan 2007, 1:59 AM
#16
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Yes demo data and my paypal stuff. Will not be an upgrade of production data.

1 Jan 2007, 2:06 AM
#17
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Thanks ... just checking ... :cool:

1 Jan 2007, 3:05 AM
#18
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

New / Clean / Fresh install as agreed. Only one changes to start the Paypal express account. Purchase "Sample of Product General Type" with no errors.

Changed the tax zone from FL to TN. Purchased the same item above, with tax. No errors.

Added tax to shipping "Per Item". Purchased the same item above, with tax. Boom / Broke
We were not able to process your order. Please try again, select an alternate payment method, or contact the store owner for assistance. (Transaction refused because of an invalid argument. See additional error messages for details.)

1 Jan 2007, 3:54 AM
#19
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Thanks Dennis. I think we know what to look at now.

1 Jan 2007, 4:39 AM
#20
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Problem with returning info from paypal - 1.3.7 upgrade, express checkout

Big Grin! :D