Sexshop Pec-Per Posted January 23, 2014 Share Posted January 23, 2014 (edited) Hi, Long had an error when paying with paypal, I did not realize until a client told me so, as before was fine and now suddenly not giving me the error is as follows Fatal error: Uncaught Table 'pecado_perfecto.ps_paypal_customer' does not exist <br /> <br /> <pre> id_customer `SELECT` FROM `WHERE` ps_paypal_customer paypal_email = '[email protected]' LIMIT 1 </ pre> thrown in ... / classes / db / db.php on line 607 Please take yesterday trying to fix it and finally the error, but not how to fix it and I have customers waiting to complete payments. thanks Edited February 3, 2014 by Sexshop Pec-Per (see edit history) Link to comment Share on other sites More sharing options...
selectshop.at Posted January 24, 2014 Share Posted January 24, 2014 Paypal problems you should post here: http://www.prestashop.com/forums/forum/152-paypal/ Can you please give us some more information ? Paypal module version, Prestashop version, php-version you are using ? Link to comment Share on other sites More sharing options...
Sexshop Pec-Per Posted January 24, 2014 Author Share Posted January 24, 2014 Hi, My version is 3.5.8, its work good always, but one day , no. I update module paypal, and now , the client can pay but now see this message Notice: Undefined index: PAYMENTREQUEST_0_SHIPPINGAMT in ..../modules/paypal/paypal_orders.php on line 70Notice: Undefined offset: 148 in ..../modules/prestafraud/prestafraud.php on line 410Notice: Undefined offset: 94 in .../modules/prestafraud/prestafraud.php on line 419Fatal error: Uncaught Unknown column 'id_invoice' in 'field list'<br /><br /><pre> INSERT INTO `ps_paypal_order` (`id_order`, `id_transaction`, `id_invoice`, `currency`, `total_paid`, `shipping`, `capture`, `payment_date`, `payment_method`, `payment_status`) VALUES (21, 'XXXXXXXX', '', 'EUR', 'XXX', '0', '0', '2014-01-23T12:29:30Z', '1', 'Completed')</pre> thrown in ..../classes/db/Db.php on line 607 I erase all module, and I used again 3.5.8, and no changes (sorry for my bad english) php version? how can I know this? Thanks. Link to comment Share on other sites More sharing options...
selectshop.at Posted January 28, 2014 Share Posted January 28, 2014 You need the prestafraud module ? Deinstall it. From my experience this module is not working correct for pages outside France. I had problems on own and customer sites in Germany, Austria, Portugal and Brazil. So I think the module is only designed for France. But I'm not sure... Try error clean by deinstalling the module. Link to comment Share on other sites More sharing options...
Sexshop Pec-Per Posted January 29, 2014 Author Share Posted January 29, 2014 If I deinstall it, continue the error : Notice: Undefined index: PAYMENTREQUEST_0_SHIPPINGAMT in ..../modules/paypal/paypal_orders.php on line 70Fatal error: Uncaught Unknown column 'id_invoice' in 'field list'<br /><br /><pre> INSERT INTO `ps_paypal_order` (`id_order`, `id_transaction`, `id_invoice`, `currency`, `total_paid`, `shipping`, `capture`, `payment_date`, `payment_method`, `payment_status`) VALUES (26, 'XXXXXXXXXX', '', 'EUR', 'XXX', '0', '0', '2014-01-29T09:15:56Z', '1', 'Completed')</pre> thrown in ...../classes/db/Db.php on line 607 The pay is completed, but the client only see this error message Any idea? Thank you. Link to comment Share on other sites More sharing options...
Sexshop Pec-Per Posted February 3, 2014 Author Share Posted February 3, 2014 Closed theme. My hosting has solved my problem. Thanks. 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