michael_s
01-09-2007, 05:46 PM
Eoin forgot to include the /catalog/admin/includes/database_tables.php file. This is a very important file and if you don't have it, this is the error you'll recieve
1146 - Table 'XXX_oscX.TABLE_PRODUCTS_BUNDLES' doesn't exist
SELECT pb.subproduct_id, pb.subproduct_qty, pd.products_name FROM products_description pd INNER JOIN TABLE_PRODUCTS_BUNDLES pb ON pb.subproduct_id=pd.products_id WHERE pb.bundle_id = '12' and language_id = '1'
More... (http://www.oscommerce.com/community/contributions,2015)
1146 - Table 'XXX_oscX.TABLE_PRODUCTS_BUNDLES' doesn't exist
SELECT pb.subproduct_id, pb.subproduct_qty, pd.products_name FROM products_description pd INNER JOIN TABLE_PRODUCTS_BUNDLES pb ON pb.subproduct_id=pd.products_id WHERE pb.bundle_id = '12' and language_id = '1'
More... (http://www.oscommerce.com/community/contributions,2015)