Jump to content

PayPal Order sends TIMESTAMP Error, but still goes through


Recommended Posts

When I go through my PrestaShop checkout flow and click "I confirm my order", which takes me to PayPal, Prestashop sends me an error email that says the following:

--------------------------------------

Hi,

Error reporting from your PayPalAPI module

A client has encountered a problem with the module PayPalAPI, see the report:

PayPal response:
TIMESTAMP -> 2011-01-21T22:58:03Z

--------------------------------------

The order goes through fine and I'm redirected to PayPal with no problems, I'm just curious if anyone knows why I am receiving this error email and if they know how to stop it. I do not wish to have my inbox being spammed with unnecessary warnings for no reason.

Thanks!

Link to comment
Share on other sites

please check if you are running in DEBUG mode. It seems that if you are in debug mode. some unnecessary log is generated.

The mail was sent at following line (#605) in file \modules\paypal\paypal.php based on error log

       if ($send)
           Mail::Send((int)($cookie->id_lang), 'error_reporting', 'Error reporting from your PayPal module', $data, Configuration::get('PS_SHOP_EMAIL'), NULL, NULL, NULL, NULL, NULL, _PS_MODULE_DIR_.$this->name.'/mails/');



And the log was created at following line (#43) in file \modules\paypal\api\paypallib.php

$this->_logs[] = '<b>'.$this->l('PayPal response:').'</b>';

Link to comment
Share on other sites

I forgot to mention it :) I'm using PrestaShop 1.4 Beta 5. Although my PayPal Module is 2.2. I don't see any debug options in there unfortunately.

The only line that says "debug" in it is this one: Debug only: Active long log message

And I don't have that box checked.

Link to comment
Share on other sites

We are using the same version. It is my typo. I wanted to say Paypal 2.2 (I have corrected it in my previous post)
See attached screen for the setting option.

If you really can not find it, you can also change in database directly.

then try to change it in database directly.
It is in table ps_configuration table.
name: PAYPAL_DEBUG_MODE
set value to 0 to disable debug.

37213_YqPYZmY1YJ0yD8AsznO2_t

Link to comment
Share on other sites

  • 2 weeks later...

Hi,
(And sorry of rmy bad English)

I have exatly the same prb,
Made one correct settign of the Module PayPal 2.1, i running in V1.3.6.0, setting OK into my busisness PayPal account
The sale are OK using PayPal,

but i receive all the time the mail from the module

PayPal response:
TIMESTAMP -> xxxxxxxxxxxx

And i hav checked the Base, The Test mode it's on O ... disable

Bug or Not BUG ?

Thanks for the feedback
Maurice
STG Distribution
www.stgd.ch

Link to comment
Share on other sites

  • 4 weeks later...

I had the exact same problem but I fixed it by updating the PayPal module to the latest version.

Download the latest version from http://addons.prestashop.com/en/payments-gateways/1748-paypal.html

By the way, the version number on the Add-ons site is wrong - it's version 2.3 not 2.0

Thanks to Laurent from Prestashop Customer Services for his help with this.

I hope the update works for you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...