Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What in the world did I do now?


Guest

Recommended Posts

Posted

I hope that someone out there can help me out asap! I'm trying to figure out this error & I have no idea where or what I did wrong.

 

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

 

select customers_group_id from customers where customers_id = ''

 

[TEP STOP]

 

I hope that it's a simple fix!

 

Thanks again!

Posted

You have installed a pricing module but have not run the included *sql on your database - there is a column missing from your customers table :P

 

Matti

Posted

kinda understand what your talking about - but I have no idea how to fix it! what do I need to look for to make it all work again?

Posted

Run the SQL that was (hopefully) included with the contribution you installed.

 

It would look something like ALTER TABLE customers .... and would include the SQL to add the field 'customers_group_id' to that table

Posted

Actually, I figured it out!

 

It was a extra set of code that was included in a mod that wasn't supposed to be. So I removed that code & everything works fine now.

  • 2 months later...
Posted

Have tha same error. What code and mod are you talking about ?

And cant finde out the mistake..

 

can anybody help me ?

I only have install the webshop and alter the language. havent added som mod yet.

 

 

Pirken

Archived

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

×
×
  • Create New...