Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1054 - Unknown column 'confirmation_key' in 'field list'


joe681

Recommended Posts

Posted

I did a bunch of searching, and found similar problems, but not the same problem, I tried to use those to see if I could fix mine, but I was unable to.

 

I got this Error message after I did a test purchase

 

1054 - Unknown column 'confirmation_key' in 'field list'

 

select customers_firstname, customers_lastname, customers_password, customers_id ,confirmation_key from customers where customers_email_address = '[email protected]' AND createaccount='N'

 

[TEP STOP]

 

Any help would be much appreciated.

 

Thanks!

Joey

Posted
I did a bunch of searching, and found similar problems, but not the same problem, I tried to use those to see if I could fix mine, but I was unable to.

 

I got this Error message after I did a test purchase

 

1054 - Unknown column 'confirmation_key' in 'field list'

 

select customers_firstname, customers_lastname, customers_password, customers_id ,confirmation_key from customers where customers_email_address = '[email protected]' AND createaccount='N'

 

[TEP STOP]

 

Any help would be much appreciated.

 

Thanks!

Joey

 

This is custom comes from either a module that you didn't install properly or some code change. The database does not have the column but some php code is trying to use it.

Posted

The only thing I added besides changing some graphics and stuff was "fast easy checkout" and it only required me to copy 4 files over.

 

From what I see in the error it looks like it is trying to save a confirmation key? There was no box on the checkout that said anything about a confirmation key.

Posted
The only thing I added besides changing some graphics and stuff was "fast easy checkout" and it only required me to copy 4 files over.

 

From what I see in the error it looks like it is trying to save a confirmation key? There was no box on the checkout that said anything about a confirmation key.

then you did not install the sql file that came with the module perhaps?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...