Guest Posted January 25, 2006 Posted January 25, 2006 Hi Installed v1.7 Getting this when atempting to edit products in store 1 1054 - Unknown column 'p.products_popup_image' in 'field list' select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_popup_image, p.products_price, p.products_cog1, p.products_cog2, p.products_qty_blocks, 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.distributors_id, p.manufacturers_id from products p, products_description pd where p.products_id = '63' and p.products_id = pd.products_id and pd.language_id = '1' Also on checkout this: Fatal error: Call to undefined function: tep_get_configuration_key_value() in /usr/local/home/httpd/vhtdocs/user/store/catalog/checkout_shipping.php on line 18 Line 18: // BOF: Individual Shipping --->if (tep_get_configuration_key_value('MODULE_SHIPPING_INDVSHIP_STATUS') and $shiptotal) { tep_session_unregister('shipping'); } Help!! Quote
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.
Note: Your post will require moderator approval before it will be visible.