I am getting the following error in the backend, when i click on description:
1054 Unknown column 'pe.size' in 'field list'
in:
[select pe.book_color_id, pe.book_condition_id, pe.subtitle, pe.pub_date, pe.size, pe.pages, pe.misc_1, pe.misc_2, pe.misc_bool_1, pe.misc_bool_2, 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_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 from products p, products_description pd, product_book_extra pe where p.products_id = '162' and p.products_id = pd.products_id and p.products_id = pe.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.
What could be the solution.
zen cart version is 1.3.8
Bookmarks