Inactive
- Join Date:
- Aug 2006
- Location:
- Singapore
- Posts:
- 167
- Plugin Contributions:
- 1
PHP Warning: mktime() expects parameter 6 to be long
Dear Zenner!
My client have a trouble with his store, whenever a customer made payment using PayPal IPN the order is not recorded in zencart admin. This problem only occur after we upgraded the store to v1.3.9h (from v1.3.8)
I have verified all the files against v1.3.9h package and can confirm all the files are in the good shape and updated.
This store doesn't have customizations and maybe just a few standard non obtrusive mod.
All are in good shape when I checked.
I attempted to remove, reinstall PayPal IPN module, and the reuploaded the payment modules files, but to no avail.
In the log of PayPal IPN, I found these below, at the last bits there is PHP Warning.... checked the forum but didn't have a clue on it, could it be the cause?
Dec 20 2010 15:14 -- CURL response: VERIFIED
Dec 20 2010 15:14 -- IPN INFO (cl) - Confirmation/Validation response VERIFIED
Dec 20 2010 15:14 -- Breakpoint: 1 - Collected data from PayPal notification
Dec 20 2010 15:14 -- IPN INFO :: Transaction email details.
From IPN = | [email protected]
From CONFIG = [email protected]
Dec 20 2010 15:14 -- Breakpoint: 2 - Validated transaction components
Dec 20 2010 15:14 -- Breakpoint: 3 - Communication method verified
Dec 20 2010 15:14 -- IPN NOTICE :: Found pending-address record in database
Dec 20 2010 15:14 -- Breakpoint: 4 - Details: txn_type=cleared-address ordersID = 0 IPN_id=75
Relevant data from POST:
txn_type = cleared-address
parent_txn_id = None
txn_id = 34L6572232024184Y
Dec 20 2010 15:14 -- IPN NOTICE :: IPN pausing: waiting for PDT to process. Sleeping 10 seconds ...
Dec 20 2010 15:14 -- Breakpoint: 5 - Transaction type (txn_type) = cleared-address [parentLookup=cleared-address]
Dec 20 2010 15:14 -- IPN NOTICE :: Storing order/update details for order #0 txn_id: 34L6572232024184Y PP IPN ID: 75
Dec 20 2010 15:14 -- IPN NOTICE :: Added PP status-history record for order #0 txn_id: 34L6572232024184Y (updated/child) PP IPN ID: 75
Dec 20 2010 15:14 -- IPN NOTICE :: Set new status 2 for order ID = 0
Dec 20 2010 15:14 -- IPN NOTICE :: Updating order #0 to status: 2 (txn_type: cleared-address)
Dec 20 2010 15:14 -- IPN NOTICE :: Update complete.
[20-Dec-2010 15:14:28] PHP Warning: mktime() expects parameter 6 to be long, string given in /home/hawaiifl/public_html/includes/functions/functions_general.php on line 1462
Dec 20 2010 15:14 -- IPN NOTICE :: Updating order #0 downloads (if any). New max days: 14970, New count: 5
We really appreciate any helps
Milkyway