uzuria Posted May 20, 2007 Posted May 20, 2007 After splitting my .txt file successfully and then trying to upload a split file, I get this error. ilename: EP_Split1.txt1054 - 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 = '1901a' AND ptoc.categories_id = subc.categories_id I really don't have a clue what this means. Could someone tell me what I need to do to fix the problem? Thank you for your time.
uzuria Posted May 20, 2007 Author Posted May 20, 2007 Problem Solved :P Had to edit database in phpmyadmin.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.