Deprecated: Required parameter $URL follows optional parameter $type in /home/hdmleath/domains/hdmleathers.in/public_html/application/helpers/seo_helper.php on line 70
Deprecated: Required parameter $title follows optional parameter $type in /home/hdmleath/domains/hdmleathers.in/public_html/application/helpers/seo_helper.php on line 70
Deprecated: Required parameter $description follows optional parameter $type in /home/hdmleath/domains/hdmleathers.in/public_html/application/helpers/seo_helper.php on line 70
Deprecated: Required parameter $selectfunction follows optional parameter $dis in /home/hdmleath/domains/hdmleathers.in/public_html/application/helpers/functions_helper.php on line 34
Deprecated: Required parameter $selectfunction follows optional parameter $dis in /home/hdmleath/domains/hdmleathers.in/public_html/application/helpers/functions_helper.php on line 164
Deprecated: Required parameter $selectfunction follows optional parameter $dis in /home/hdmleath/domains/hdmleathers.in/public_html/application/helpers/functions_helper.php on line 335
Deprecated: Required parameter $selectfunction follows optional parameter $dis in /home/hdmleath/domains/hdmleathers.in/public_html/application/helpers/functions_helper.php on line 792
Deprecated: Required parameter $order_type follows optional parameter $prod_id in /home/hdmleath/domains/hdmleathers.in/public_html/application/models/Product_model.php on line 148
Deprecated: Required parameter $limit_start follows optional parameter $prod_id in /home/hdmleath/domains/hdmleathers.in/public_html/application/models/Product_model.php on line 148
Deprecated: Required parameter $limit_end follows optional parameter $prod_id in /home/hdmleath/domains/hdmleathers.in/public_html/application/models/Product_model.php on line 148
Deprecated: Required parameter $limit_start follows optional parameter $url in /home/hdmleath/domains/hdmleathers.in/public_html/application/models/Product_model.php on line 309
Deprecated: Required parameter $limit_end follows optional parameter $url in /home/hdmleath/domains/hdmleathers.in/public_html/application/models/Product_model.php on line 309
Deprecated: Required parameter $limit_start follows optional parameter $prod_id in /home/hdmleath/domains/hdmleathers.in/public_html/application/models/Product_model.php on line 472
Deprecated: Required parameter $limit_end follows optional parameter $prod_id in /home/hdmleath/domains/hdmleathers.in/public_html/application/models/Product_model.php on line 472
Deprecated: Required parameter $limit_start follows optional parameter $cms_id in /home/hdmleath/domains/hdmleathers.in/public_html/application/models/Slider_banner_model.php on line 30
Deprecated: Required parameter $limit_end follows optional parameter $cms_id in /home/hdmleath/domains/hdmleathers.in/public_html/application/models/Slider_banner_model.php on line 30
A PHP Error was encountered
Severity: Warning
Message: Trying to access array offset on value of type bool
Filename: controllers/Product.php
Line Number: 53
Backtrace:
File: /home/hdmleath/domains/hdmleathers.in/public_html/application/controllers/Product.php
Line: 53
Function: _error_handler
File: /home/hdmleath/domains/hdmleathers.in/public_html/index.php
Line: 314
Function: require_once
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/hdmleath/domains/hdmleathers.in/public_html/system/core/Exceptions.php:272)
Filename: core/Common.php
Line Number: 573
Backtrace:
File: /home/hdmleath/domains/hdmleathers.in/public_html/application/models/Product_model.php
Line: 425
Function: get
File: /home/hdmleath/domains/hdmleathers.in/public_html/application/controllers/Product.php
Line: 109
Function: count_product_list
File: /home/hdmleath/domains/hdmleathers.in/public_html/index.php
Line: 314
Function: require_once
Database Error
A Database Error Occurred
Error Number: 1055
Expression #17 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'hdmleath_hdmleathers.c.cat_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
SELECT `p`.*, `c`.`cat_id`, `c`.`cat_name`, `c`.`url_cat_name`
FROM `hl_product` as `p`
LEFT JOIN `hl_product_category_list` as `pc` ON `pc`.`id_product` = `p`.`prod_id`
LEFT JOIN `hl_product_category` as `c` ON `find_in_set`(c.cat_id , pc.id_category)
WHERE `c`.`url_cat_name` = 'product'
AND `c`.`active` = '1'
AND `c`.`status` = 'A'
AND `p`.`active` = '1'
AND `p`.`status` = 'A'
GROUP BY `p`.`prod_id`
Filename: models/Product_model.php
Line Number: 425