Zen Cart Logo
Forums / General Questions / No order details since installing patch

No order details since installing patch

Locked

Views: 627

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
17 Aug 2009, 3:27 PM
#1
openmind2k5 avatar

openmind2k5

New Zenner

Join Date:
Apr 2009
Posts:
1
Plugin Contributions:
0

No order details since installing patch

Hello everybody

I think there is something wrong with the security patch. I installed the patch on 4 zen cart stores and from that day, NOBODY can see new orders.

I get confirmations from credit card processors with authorized orders but I am not able to see WHO or WHAT ordered.

I use 1.3.8.a for all shops, on Linux. I only applied the patch. until applying the patch everything OK. After that, there are no new orders into zen cart admin but still receive confirmation emails from the credit card processors, containing authorized payments.

Please, if somebody know how to fix this that should be great.

Many thanks to all of you .

All the best
Adrian

18 Aug 2009, 5:08 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: No order details since installing patch

I suspect the problem is with implementing the patch, rather than the patch itself.

What exactly happens when you do a transaction yourself? Step by step, beginning to end.

18 Aug 2009, 8:35 AM
#3
apalsson avatar

apalsson

New Zenner

Join Date:
Oct 2007
Posts:
6
Plugin Contributions:
0

Re: No order details since installing patch

I also have the same problem. An order was made, I watched it through to confirmation and updating of shipping details, then got a confirmation from Paypal IPN but no order was placed in the cart.

What can I do to troubleshoot it?

18 Aug 2009, 9:02 AM
#4
thetemplar avatar

thetemplar

New Zenner

Join Date:
Aug 2009
Posts:
4
Plugin Contributions:
0

Re: No order details since installing patch

Same problem. Got an email to say that funds have been deposited but no trace of an order in admin or via email. Problem has occured since installing security patch. :(

18 Aug 2009, 12:13 PM
#5
drbyte avatar

drbyte

Sensei

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

Re: No order details since installing patch

If it's a PayPal IPN transaction, what's showing in the PayPal logs?

18 Aug 2009, 3:51 PM
#6
thetemplar avatar

thetemplar

New Zenner

Join Date:
Aug 2009
Posts:
4
Plugin Contributions:
0

Re: No order details since installing patch

DrByte:

If it's a PayPal IPN transaction, what's showing in the PayPal logs?

Keys for submission: Array
(
[charset] => iso-8859-1
[lc] => GB
[page_style] => Primary
[custom] => zenid=ed0422cdaee30b0ec20ddd5c60231458
[business] => [email protected]
[return] =>
http://knighttemplar.net/shop/index.php?main_page=checkout_process&referer=paypal
[cancel_return] =>
http://knighttemplar.net/shop/index.php?main_page=checkout_payment
[shopping_url] =>
http://knighttemplar.net/shop/index.php?main_page=shopping_cart
[notify_url] => http://knighttemplar.net/shop/ipn_main_handler.php
[redirect_cmd] => _xclick
[rm] => 2
[bn] => zencart
[mrb] => R-6C7952342H795591R
[pal] => 9E82WJBKKGPLQ
[first_name] => Mark
[last_name] => <deleted for privacy reasons>
[address1] => <deleted for privacy reasons>
[city] => Chesterfield
[state] => ENG
[zip] => <deleted for privacy reasons>
[country] => GB
[email] => <deleted for privacy reasons>
[H_PhoneNumber] => <deleted for privacy reasons>
[night_phone_b] => <deleted for privacy reasons>
[day_phone_b] => <deleted for privacy reasons>
[no_shipping] => 1
[upload] => 1
[currency_code] => GBP
[cmd] => _ext-enter
[item_name] => The Knight Templar Network Purchase
[item_number] => Store Receipt
[amount] => 18.00
[shipping] => 0.00
[tax] => 0.00
[tax_cart] => 0.00
)

I had this log emailed to me but when I checked the server, I couldn't find a log under includes/modules/payment/paypal/logs. Could it be a CHMOD issue? Everything is set to 755. I have managed to get a workaround however by using PayPal Express instead.

19 Aug 2009, 2:45 AM
#7
drbyte avatar

drbyte

Sensei

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

Re: No order details since installing patch

Okay, that particular log is generated when the Checkout-Confirmation (step 3) page is displayed ... where you click the button which takes you to the PayPal site to make payment.

If there are no other logs, then PayPal's server is not successfully contacting your server to store the details of the order.

The admin security patch ONLY affects the admin side, not the storefront side where the IPN transaction processing takes place.
So, either you applied the admin patch to the non-admin side, or you've got something else happening that's blocking communications: http://www.zen-cart.com/wiki/index.php/PayPal