Jump to content

Fatal error: Uncaught Unknown column


patuga

Recommended Posts

Hi everyone,

been using prestashop for a while and recently i've upgraded to version 1.5.3.1

now i'm getting an error with paypal everytime someone makes a payment. The payment goes through, but it's still anoying...

 

the error is:

Fatal 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 (742, '0TA333349D601735X', '', 'EUR', '3.5', '0', '0', '2013-03-19T17:49:08Z', '1', 'Completed')</pre> thrown in /home/coldzero/public_html/classes/db/Db.php on line 605

 

when the payment is done, the only message code i get is "payment accepted" instead of the log i used to get with PS 1.4

 

when i use test mode i get another error:

PayPal response:

TIMESTAMP -> 2013-03-21T17:50:52Z

L_ERRORCODE0 -> 10002

L_SHORTMESSAGE0 -> Security error

L_LONGMESSAGE0 -> Security header is not valid

L_SEVERITYCODE0 -> Error

 

even though this part i'm not entirely sure i'm doing properly...

 

 

i've also tried removing the module from the server and re-installing it again. i also requested new credentinals on paypal but it still not working :(

could this be theme related?

 

can anyone help me with this, please?

Link to comment
Share on other sites

  • 7 months later...

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...