Please help,
The error started comming when I replaced files under this link . Now I'm getting this error on product details page.
"DB ERROR 1054
We are very sorry, but an error has occurred while processing your request. Please try the operation again by either pressing the Refresh button on your browser, or by going back one page using the Back button. If the error persists, please contact our web development team.
The details of the error are shown below. Please quote this in any correspondance regarding this problem.
Page URL:
http://www.shoppingmantra.com/product_details.php?item_id=4
Referrer URL:
http://www.shoppingmantra.com/index.php
Database error: Invalid SQL: SELECT i.item_id, i.item_type_id, i.special_offer, i.item_code, i.item_name, i.friendly_url, i.features, i.full_desc_type, i.short_description, i.full_description, i.big_image, i.big_image_alt, i.small_image, i.small_image_alt, i.super_image, i.meta_title, i.meta_keywords, i.meta_description, i.buying_price, i.price, i.is_price_edit, i.properties_price, i.sales_price, i.discount_percent, i.tax_free, i.buy_link, i.total_views, i.votes, i.points, i.is_sales, i.is_compared, i.is_points_price, i.points_price, i.reward_type, i.reward_amount, i.credit_reward_type, i.credit_reward_amount, i.manufacturer_code, m.manufacturer_name, m.affiliate_code, m.image_large AS manufacturer_image_src, m.image_large_alt AS manufacturer_image_alt, m.image_small AS manufacturer_image_small_src, m.image_small_alt AS manufacturer_image_small_alt, i.template_name, i.hide_add_details, i.preview_url, i.preview_width, i.preview_height, i.issue_date, i.stock_level, st_in.shipping_time_desc AS in_stock_message, st_out.shipping_time_desc AS out_stock_message, sr.shipping_rule_desc, notes, weight, i.use_stock_level, i.disable_out_of_stock, i.hide_out_of_stock FROM ((((va_items i LEFT JOIN va_manufacturers m ON i.manufacturer_id=m.manufacturer_id) LEFT JOIN va_shipping_times st_in ON i.shipping_in_stock=st_in.shipping_time_id) LEFT JOIN va_shipping_times st_out ON i.shipping_out_stock=st_out.shipping_time_id) LEFT JOIN va_shipping_rules sr ON i.shipping_rule_id=sr.shipping_rule_id) WHERE i.item_id = 4 AND i.is_showing=1 AND i.is_approved=1 AND ((i.hide_out_of_stock=1 AND i.stock_level > 0) OR i.hide_out_of_stock=0 OR i.hide_out_of_stock IS NULL) AND i.sites_all=1 AND i.user_types_all=1
MySQL Error: Unknown column 'i.credit_reward_type' in 'field list'"