Severity: Warning
Message: mysqli::query(): MySQL server has gone away
Filename: mysqli/mysqli_driver.php
Line Number: 305
Backtrace:
File: /home/climparts/public_html/application/models/Products_model.php
Line: 1502
Function: get
File: /home/climparts/public_html/application/core/FrontEndController.php
Line: 194
Function: get_products_count
File: /home/climparts/public_html/application/core/FrontEndController.php
Line: 212
Function: countSubCategoryProducts
File: /home/climparts/public_html/application/controllers/frontend/Product.php
Line: 10
Function: __construct
File: /home/climparts/public_html/index.php
Line: 288
Function: require_once
Severity: Warning
Message: mysqli::query(): Error reading result set's header
Filename: mysqli/mysqli_driver.php
Line Number: 305
Backtrace:
File: /home/climparts/public_html/application/models/Products_model.php
Line: 1502
Function: get
File: /home/climparts/public_html/application/core/FrontEndController.php
Line: 194
Function: get_products_count
File: /home/climparts/public_html/application/core/FrontEndController.php
Line: 212
Function: countSubCategoryProducts
File: /home/climparts/public_html/application/controllers/frontend/Product.php
Line: 10
Function: __construct
File: /home/climparts/public_html/index.php
Line: 288
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/climparts/public_html/system/core/Exceptions.php:271)
Filename: core/Common.php
Line Number: 564
Backtrace:
File: /home/climparts/public_html/application/models/Products_model.php
Line: 1502
Function: get
File: /home/climparts/public_html/application/core/FrontEndController.php
Line: 194
Function: get_products_count
File: /home/climparts/public_html/application/core/FrontEndController.php
Line: 212
Function: countSubCategoryProducts
File: /home/climparts/public_html/application/controllers/frontend/Product.php
Line: 10
Function: __construct
File: /home/climparts/public_html/index.php
Line: 288
Function: require_once
Error Number: 2006
MySQL server has gone away
SELECT `products`.`id` as `id` FROM `products` LEFT JOIN `categories` ON `categories`.`id` = `products`.`category_id` WHERE `categories`.`isShown` = 1 AND `products`.`price` >0 AND `products`.`isShown` = 1 AND `products`.`category_id` IN('4121398279') GROUP BY `products`.`code`
Filename: models/Products_model.php
Line Number: 1502