glamourfish Posted April 28, 2006 Posted April 28, 2006 anybody know what this means? 1054 - Unknown column 'p.products_hide_from_groups' in 'field list' SELECT p.products_id as v_products_id, p.products_model as v_products_model, p.products_image as v_products_image, p.products_price as v_products_price, p.products_weight as v_products_weight, p.products_date_added as v_date_avail, p.products_tax_class_id as v_tax_class_id, p.products_quantity as v_products_quantity, p.products_hide_from_groups as v_products_hide_from_groups, p.manufacturers_id as v_manufacturers_id, subc.categories_id as v_categories_id FROM products as p, categories as subc, products_to_categories as ptoc WHERE p.products_id = ptoc.products_id AND p.products_model = 'aws_blt_trit_wht.jpg' AND ptoc.categories_id = subc.categories_id if at first you do succeed...try not to look surprised!
realhotstuff Posted April 28, 2006 Posted April 28, 2006 anybody know what this means? 1054 - Unknown column 'p.products_hide_from_groups' in 'field list' SELECT p.products_id as v_products_id, p.products_model as v_products_model, p.products_image as v_products_image, p.products_price as v_products_price, p.products_weight as v_products_weight, p.products_date_added as v_date_avail, p.products_tax_class_id as v_tax_class_id, p.products_quantity as v_products_quantity, p.products_hide_from_groups as v_products_hide_from_groups, p.manufacturers_id as v_manufacturers_id, subc.categories_id as v_categories_id FROM products as p, categories as subc, products_to_categories as ptoc WHERE p.products_id = ptoc.products_id AND p.products_model = 'aws_blt_trit_wht.jpg' AND ptoc.categories_id = subc.categories_id You need to give out more information so others can help you. e.g. your url and which php caused the problem..... More information will give us more hints, not just a question like this.
ozcsys Posted April 28, 2006 Posted April 28, 2006 My guess is you installed a contribution and did not bother running the sql file or commands. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
glamourfish Posted May 5, 2006 Author Posted May 5, 2006 Thanks all got this sorted eventually!. had to delete 'p.products_hide_from_groups' from my easypopulate.php file. works fine now. if at first you do succeed...try not to look surprised!
vsonline Posted May 5, 2006 Posted May 5, 2006 Thanks all got this sorted eventually!. had to delete 'p.products_hide_from_groups' from my easypopulate.php file. works fine now. Ohh man, I'm really not looking forward to messing around with EasyPopulate, but no choice, need to insert 999+ products, *sigh* its gonna be a long couple of days lol
glamourfish Posted May 7, 2006 Author Posted May 7, 2006 I felt the same - took me a day or 2 to figure it out, but it works like a charm. let us know if you really get stuck.... But if you carefully read all the instructions you should be fine.! I git stuck in a few places but managed to get some help from some guys here so mabe I could help you if you get stuck! if at first you do succeed...try not to look surprised!
241 Posted May 7, 2006 Posted May 7, 2006 so you removed these from the easypopulate.php 'v_products_hide_from_groups' 'v_products_hide_from_groups' => $iii++, p.products_hide_from_groups as v_products_hide_from_groups, products_hide_from_groups, '$v_products_hide_from_groups', If not then that is why the error 1054 - Unknown column 'p.products_hide_from_groups' in 'field list' No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.