Guest Posted June 24, 2004 Posted June 24, 2004 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!
Guest Posted June 24, 2004 Posted June 24, 2004 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
Guest Posted June 24, 2004 Posted June 24, 2004 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?
Acheron Posted June 25, 2004 Posted June 25, 2004 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
Guest Posted June 25, 2004 Posted June 25, 2004 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.
Guest Posted September 8, 2004 Posted September 8, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.