So I followed the directions from this thread http://www.zen-cart.com/forum/showth...errerid=110615. For adding a new table. I created the table in phpmyadmin. When I go to my public site I can see the new field I created for each product. I can also see the field when I create a new product. BUT when I go into edit any product I get this error: I don't know what I have done wrong. I have looked at all my code for 2 days now and cannot figure this out. Can anyone shed some light on this for me? Greatly appreciated!

1146 Table 'eStore.products_extra_info' doesn't exist
in:
[select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_price_1, p.products_price_2, p.products_price_3, p.products_price_4, p.products_price_5, p.products_price_6, p.products_price_7, p.products_price_8, p.products_virtual, p.products_weight, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id, p.products_quantity_order_min, p.products_quantity_order_units, p.products_priced_by_attribute, p.product_is_free, p.product_is_call, p.products_quantity_mixed, p.product_is_always_free_shipping, p.products_qty_box_status, p.products_quantity_order_max, p.products_sort_order, p.products_discount_type, p.products_discount_type_from, p.products_price_sorter, p.master_categories_id, pdex.products_colorcode from products p, products_description pd, products_extra_info pdex where p.products_id = '1' and p.products_id = pd.products_id and p.products_id = pdex.products_id and pd.language_id = '1']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.