osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

what is this error?

This is a discussion on what is this error? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; 1054 - Unknown column 'customers_group_id' in 'field list' select customers_group_id from customers where customers_id = '' [TEP STOP] I get ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 10-15-2003, 02:27 PM
New Member
 
Join Date: May 2003
Posts: 24
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0
Dragonmom
Default what is this error?

Quote:
1054 - Unknown column 'customers_group_id' in 'field list'
select customers_group_id from customers where customers_id = ''
[TEP STOP]
I get this on product_info.php. I have a few test items entered.
Is this a database error?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 10-15-2003, 05:42 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,081
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

Your database table is missing this field = 'customers_group_id'. Looks like your DB did not get created properly...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 10-17-2003, 06:16 PM
New Member
 
Join Date: May 2003
Posts: 24
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0
Dragonmom
Default

Quote:
Originally Posted by msasek
Your database table is missing this field = 'customers_group_id'. Looks like your DB did not get created properly...
I'll say! i added customers_group_id to customers table , and now I get this error;
Quote:
1146 - Table 'dragon_skelly1.TABLE_PRODUCTS_GROUPS' doesn't exist
select customers_group_price from TABLE_PRODUCTS_GROUPS where products_id = '60' and customers_group_id = ''
I've just gotten started with this project, and I am using the older MAX- I*could* just scrap it and download the newer version. What do you think?
I am downloading to mac os9.2.2, by the way- uploading to Red Hat server. I have no idea if that would have anything to do wiht it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 10-17-2003, 07:11 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,081
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

It looks like you have not created the database properly. Make sure you run the installer, and import the database structure and data. Either version of MS2-MAX will work fine, IF you install it properly. It just looks like you are missing the key step of importing the structure and data to the database.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 10-17-2003, 09:05 PM
New Member
 
Join Date: May 2003
Posts: 24
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0
Dragonmom
Default

nooo, I did, I swear!
Should I empty the db and try the query again?
I am a woodturner, you know- not *really* a code-type person... I picked up HTML, and if I go back to the help sites regularly, I can do okay. PHP- well, I can recognise where the php code stops and html begins, and maybe a tiney bit more than that. the databse, I can't really understand it at all. I think I'm too old to learn any new languages!
__________________
making a little magic- one pointed stick at a time!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 10-28-2003, 09:56 AM
New Member
 
Join Date: May 2003
Posts: 24
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0
Dragonmom
Default

Back again, with the same error.
I looked through all the sql files that came with MAX, and I can't find the table 'products_groups' anywhere. Can someone shoot me the query to build this table? I 'll keep looking, meanwhile...
__________________
making a little magic- one pointed stick at a time!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 10-28-2003, 10:51 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 11,081
Thanks: 81
Thanked 348 Times in 327 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

Are you using MS2-MAX v1.5.2? You are missing something big, because the database install is completely automated, and works every time for me (well over 300 installs now).
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 10-28-2003, 03:46 PM
Anonymous
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by msasek
Are you using MS2-MAX v1.5.2? You are missing something big, because the database install is completely automated, and works every time for me (well over 300 installs now).
yep, that's the version.

That second error, of course was mine own, where I missed a semi-colon. The table that's supposed ot be missing is right there where I can see it- It wasn't in database_tables.php, so I listed it. Didn't change a thing. I dropped that table by itself and re-entered the query. No change...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 10-28-2003, 10:58 PM
New Member
 
Join Date: May 2003
Posts: 24
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0
Dragonmom
Default

WHy wasn't I logged in???
Well, i went back, took a look at what version I had installed and it was th eolder version. Sinci i hadn't gone very far with customising, and my client hadn't loaded any product yet, I simply deleted the whole catalog directory and reloaded it, and it works fine now... I simply rplaced the css and some of the language files from a backup, and it's good as new.
But I still don't know why it happened or what.
__________________
making a little magic- one pointed stick at a time!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -8. The time now is 10:41 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax