Acidh Posted March 3, 2004 Share Posted March 3, 2004 When i want to download or create a Complete tab-delimited .txt file, i get this error: 1054 - Unknown column 'p.products_master' 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_master as v_products_master, p.products_master_status as v_products_master_status, p.products_listing_status as v_products_listing_status, p.products_date_available as v_date_avail, p.products_date_added as v_date_added, p.products_tax_class_id as v_tax_class_id, p.products_quantity as v_products_quantity, p.manufacturers_id as v_manufacturers_id, subc.categories_id as v_categories_id, p.products_status as v_status FROM products as p, categories as subc, products_to_categories as ptoc WHERE p.products_id = ptoc.products_id AND ptoc.categories_id = subc.categories_id [TEP STOP] temp dir has been made, and CHMODDED to 777 using osCommerce 2.2 Milestone 2 anyone encountered this problem ? Quote Link to comment Share on other sites More sharing options...
veral Posted March 4, 2004 Share Posted March 4, 2004 I'm going to take a stab at this and suggest that perhaps you've downloaded the EasyPopulate which is ONLY to be used with the Master Products contrib... Try the normal Easypopulate contrib instead =) Quote Link to comment Share on other sites More sharing options...
Acidh Posted March 4, 2004 Author Share Posted March 4, 2004 Tnx m8 downloaded EP_v2_73_MS2 and now it works. tnx for the info greetz Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.