justinl Posted January 21, 2011 Share Posted January 21, 2011 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 moduleA 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 More sharing options...
shokinro Posted January 21, 2011 Share Posted January 21, 2011 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 More sharing options...
justinl Posted January 21, 2011 Author Share Posted January 21, 2011 Thanks! Is there a way to turn off/on DEBUG mode from the administrative panel? Or do I need to go into a config file somewhere? Link to comment Share on other sites More sharing options...
shokinro Posted January 21, 2011 Share Posted January 21, 2011 You should be able to set it is on/off at the module configuration screen of Paypal module. Link to comment Share on other sites More sharing options...
shokinro Posted January 21, 2011 Share Posted January 21, 2011 I forgot to ask, which version of Paypal module are you using?My previous posts information are based Paypal 2.2 which is attached the latest beta 5 of PrestaShop. Link to comment Share on other sites More sharing options...
justinl Posted January 21, 2011 Author Share Posted January 21, 2011 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 messageAnd I don't have that box checked. Link to comment Share on other sites More sharing options...
shokinro Posted January 22, 2011 Share Posted January 22, 2011 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_MODEset value to 0 to disable debug. Link to comment Share on other sites More sharing options...
shokinro Posted January 22, 2011 Share Posted January 22, 2011 it seems that even you set it to 0, it sill happens?Maybe a bug? Link to comment Share on other sites More sharing options...
STGD Posted January 30, 2011 Share Posted January 30, 2011 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 accountThe sale are OK using PayPal, but i receive all the time the mail from the modulePayPal response:TIMESTAMP -> xxxxxxxxxxxxAnd i hav checked the Base, The Test mode it's on O ... disableBug or Not BUG ?Thanks for the feedbackMauriceSTG Distributionwww.stgd.ch Link to comment Share on other sites More sharing options...
littlerich Posted February 25, 2011 Share Posted February 25, 2011 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.0Thanks 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 More sharing options...
STGD Posted February 25, 2011 Share Posted February 25, 2011 Thank for the infoRegards Maurice Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now