Last Query :
SELECT SQL_CALC_FOUND_ROWS count(DISTINCT site_master_template.template_id) as site_total, 0 as 'master_total',site_master_template.template_language_ids,GROUP_CONCAT(site_master_template.color,'') as color,GROUP_CONCAT(DISTINCT site_master_template.orientation,'') as orientation FROM site_master_template
LEFT JOIN site_master_template_description ON site_master_template_description.template_id = site_master_template.template_id AND ( site_master_template_description.site_language_id =1 OR site_master_template_description.site_language_id IS NULL)
RIGHT JOIN products ON products.products_id=site_master_template.products_id LEFT JOIN product_category ON product_category.category_id=products.category_id WHERE site_master_template.status = '1' AND (site_master_template.products_id = 93 OR site_master_template.duplicate_product_id LIKE '%,93-%') AND ((site_master_template.user_type_id IN ('0', '1') AND (site_master_template.user_ids = ''))) AND ( site_master_template.studiodata !='') AND (site_master_template.template_language_ids = '0' OR FIND_IN_SET('1',site_master_template.template_language_ids)) Prepared Statement :
SELECT SQL_CALC_FOUND_ROWS count(DISTINCT site_master_template.template_id) as site_total, 0 as 'master_total',site_master_template.template_language_ids,GROUP_CONCAT(site_master_template.color,'') as color,GROUP_CONCAT(DISTINCT site_master_template.orientation,'') as orientation FROM site_master_template
LEFT JOIN site_master_template_description ON site_master_template_description.template_id = site_master_template.template_id AND ( site_master_template_description.site_language_id =:smtd_site_language_id OR site_master_template_description.site_language_id IS NULL)
RIGHT JOIN products ON products.products_id=site_master_template.products_id LEFT JOIN product_category ON product_category.category_id=products.category_id WHERE site_master_template.status = :site_master_template_status AND (site_master_template.products_id = :smt_products_id OR site_master_template.duplicate_product_id LIKE :smt_dup_product_id) AND ((site_master_template.user_type_id IN (:input_47, :input_48) AND (site_master_template.user_ids = :user_ids_190657914320241115013916))) AND ( site_master_template.studiodata !='') AND (site_master_template.template_language_ids = '0' OR FIND_IN_SET(:site_master_template_template_language_ids,site_master_template.template_language_ids)) Params: Array
(
[:smtd_site_language_id] => 1
[:site_master_template_status] => 1
[:smt_products_id] => 93
[:smt_dup_product_id] => %,93-%
[:user_ids_190657914320241115013916] =>
[:site_master_template_template_language_ids] => 1
[:input_47] => 0
[:input_48] => 1
)
Show Less...
#0 /home/xumbaprinting/public_html/model/TemplateMaster.php(648): RMasterModel->setCustomQuery('SELECT SQL_CALC_FOUND_ROWS count(DISTINCT site_master_template.template_id) as site_total, 0 as 'master_total',site_master_template.template_language_ids,GROUP_CONCAT(site_master_template.color,'') as color,GROUP_CONCAT(DISTINCT site_master_template.orientation,'') as orientation FROM site_master_template
LEFT JOIN site_master_template_description ON site_master_template_description.template_id = site_master_template.template_id AND ( site_master_template_description.site_language_id =:smtd_site_language_id OR site_master_template_description.site_language_id IS NULL)
RIGHT JOIN products ON products.products_id=site_master_template.products_id LEFT JOIN product_category ON product_category.category_id=products.category_id WHERE site_master_template.status = :site_master_template_status AND (site_master_template.products_id = :smt_products_id OR site_master_template.duplicate_product_id LIKE :smt_dup_product_id) AND ((site_master_template.user_type_id IN @user_type_id_190657914320241115013916 AND (site_master_template.user_ids = :user_ids_190657914320241115013916))) AND ( site_master_template.studiodata !='') AND (site_master_template.template_language_ids = '0' OR FIND_IN_SET(:site_master_template_template_language_ids,site_master_template.template_language_ids))', Array, Array)647: }
648: $this->setCustomQuery($Query, $this->getCustomParams(), $this->getCustomTypes());
649: //echo $this->getSQL($this->getFullQuery()); exit;
#1 /home/xumbaprinting/public_html/model/TemplateMaster.php(648): RMasterModel->getCustomTypes()647: }
648: $this->setCustomQuery($Query, $this->getCustomParams(), $this->getCustomTypes());
649: //echo $this->getSQL($this->getFullQuery()); exit;
#2 /home/xumbaprinting/public_html/model/TemplateMaster.php(648): RMasterModel->getCustomParams()647: }
648: $this->setCustomQuery($Query, $this->getCustomParams(), $this->getCustomTypes());
649: //echo $this->getSQL($this->getFullQuery()); exit;
#3 /home/xumbaprinting/public_html/model/TemplateMaster.php(586): RMasterModel->setCustomParams(Array, Array)585: $sLangJoin = " AND ( site_master_template_description.site_language_id =:smtd_site_language_id OR site_master_template_description.site_language_id IS NULL)";
586: $this->setCustomParams(array(':smtd_site_language_id' => $language_id), array(':smtd_site_language_id' => 'int'));
587: }
#4 /home/xumbaprinting/public_html/templates/include/twig_functions.php(1699): RMasterModel->setCustomParams(Array, Array)1698: $MWhereCondN .= " OR FIND_IN_SET(:master_template_template_language_ids,master_template.template_language_ids)" ;
1699: $objTemplateMaster->setCustomParams(array(":site_master_template_template_language_ids"=>SITE_LANGUAGE_ID,":master_template_template_language_ids"=>SITE_LANGUAGE_ID), array(":site_master_template_template_language_ids"=>'string',":master_template_template_language_ids"=>'string'));
1700: $WhereCondN .= ")";
#5 /home/xumbaprinting/public_html/templates/include/twig_functions.php(1663): RMasterModel->setCustomParams(Array, Array)1662: $WhereCondN .= $storeAccess[0];
1663: $objTemplateMaster->setCustomParams($storeAccess[1], $storeAccess[2]);
1664: $WhereCondN .= " AND ( site_master_template.studiodata !='')" ;
#6 /home/xumbaprinting/public_html/templates/include/twig_functions.php(1650): RMasterModel->setCustomParams(Array, Array)1649: $MWhereCondN .= " AND ( master_template.products_id = :mt_products_id OR master_template.duplicate_product_id LIKE :mt_dup_product_id)";
1650: $objTemplateMaster->setCustomParams(array(':mt_products_id'=>$pid, ':mt_dup_product_id'=>"%,$pid-%"), array(':mt_products_id'=>'int', ':mt_dup_product_id'=>'string'));
1651: }
#7 /home/xumbaprinting/public_html/templates/include/twig_functions.php(1648): RMasterModel->setCustomParams(Array, Array)1647: $WhereCondN .= " AND (site_master_template.products_id = :smt_products_id OR site_master_template.duplicate_product_id LIKE :smt_dup_product_id)";
1648: $objTemplateMaster->setCustomParams(array(':smt_products_id'=>$pid, ':smt_dup_product_id'=>"%,$pid-%"), array(':smt_products_id'=>'int', ':smt_dup_product_id'=>'string'));
1649: $MWhereCondN .= " AND ( master_template.products_id = :mt_products_id OR master_template.duplicate_product_id LIKE :mt_dup_product_id)";
#8 /home/xumbaprinting/public_html/templates/include/twig_functions.php(1636): RMasterModel->setCustomParams(Array, Array)1635: $MWhereCondN = " master_template.status = :master_template_status";
1636: $objTemplateMaster->setCustomParams(array(':master_template_status'=>'1'), array(':master_template_status'=>'string'));
1637:
#9 /home/xumbaprinting/public_html/templates/include/twig_functions.php(1634): RMasterModel->setCustomParams(Array, Array)1633: $WhereCondN = " site_master_template.status = :site_master_template_status" ;
1634: $objTemplateMaster->setCustomParams(array(':site_master_template_status'=>'1'), array(':site_master_template_status'=>'string'));
1635: $MWhereCondN = " master_template.status = :master_template_status";
Error
[Exception, 0]
Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'site_master_template.products_id' in 'where clause' in /home/xumbaprinting/public_html/lib/Classes/Models/RMasterModel.php:89
Stack trace:
#0 /home/xumbaprinting/public_html/model/TemplateMaster.php(650): RMasterModel->exec_query()
#1 /home/xumbaprinting/public_html/templates/include/twig_functions.php(1702): TemplateMaster->get_template_details_filter()
#2 /home/xumbaprinting/public_html/studio/Services/Classes/StoreConfiguration.php(391): getTemplateRecords()
#3 /home/xumbaprinting/public_html/studio/Services/Classes/StoreConfiguration.php(62): RxStoreConfiguration->getCmsContent()
#4 /home/xumbaprinting/public_html/studio/Services/direct.php(46): RxStoreConfiguration->index()
#5 /home/xumbaprinting/public_html/product_design_customize.php(731): directCall()
#6 {main}
@line 702 in file /home/xumbaprinting/public_html/lib/Classes/Models/RMasterModel.php
Debug Backtrace
#1 RMasterModel.php:91 -- RMasterModel->displayException()
#2 TemplateMaster.php:650 -- RMasterModel->exec_query()
#3 twig_functions.php:1702 -- TemplateMaster->get_template_details_filter()
#4 StoreConfiguration.php:391 -- getTemplateRecords()
#5 StoreConfiguration.php:62 -- RxStoreConfiguration->getCmsContent()
#6 direct.php:46 -- RxStoreConfiguration->index()
#7 product_design_customize.php:731 -- directCall()