Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error Message


Guest

Recommended Posts

I just installed the Separate Price per customer contribution, version 4.0, and now I'm getting this error message when I try to bring up the customers list in the admin section:

 

1054 - Unknown column 'c.customers_group_id' in 'where clause'

 

select count(*) as total from customers c left join address_book a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id, customers_groups cg where c.customers_group_id = cg.customers_group_id

 

[TEP STOP]

 

 

Anyone know how to get around this?

 

Thanks in advance!

Link to comment
Share on other sites

I got it - I didn't notice that EMS MySQL manager had a problem with the following line in the install script:

 

ALTER TABLE customers

ADD customers_group_id smallint UNSIGNED NOT NULL default '0'

 

So I just ran these two lines, terminating w/ a semicolon, in the SQL editor and the field was added w/out a problem.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...