Notice: Undefined index: smart_category_type in /opt/bitnami/apps/common-vcuae-app/dev/application/controllers/category.php on line 477
Database Error

A Database Error Occurred

Error Number: 1054

Unknown column 'company_categpry_banner' in 'field list'

select DISTINCT(company.CompanyName), company.CompanyID, company.code_type, company.ContactPerson, company.CompnayLogo, company.is_logo_from_csn, company.show_company_img_as, ProductName, ProductStartDate, ProductEndDate, company_categpry_banner, ProductPromotionCode, product.is_exclusive, product.ProductID, voucher_user_type, coupon_type, ProductDescription, EntryDate, TermsCondition, MoreInfo, product.img1, product.img2, product.img3, tested_date, tested, product.total_clicks as total_clicks, last_click, CompanyName, tier, last_xdays_clicks,product.ProductPrice,product.passbook_enabled,product.voucher_user_type from product left join voucher_image on product.ProductID = voucher_image.voucher_id inner join productcategory on product.ProductID = productcategory.ProductID inner join company on company.CompanyID = product.CompanyID where CategoryID = 1393 and ProductEndDate >= CURDATE() AND product.status != 2 AND ProductStartDate <= CURDATE() and is_deleted != 1 AND (company.code_type = 1 or is_supplier_direct = 1) order by last_xdays_clicks desc, company.tier asc limit 100

Filename: /opt/bitnami/apps/common-vcuae-app/dev/models/company_model.php

Line Number: 2919