Severity: Warning
Message: fopen(/tmp/ci_session089e983b921bf98ad8a121ea9c7ec0b25c04890d): Failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 177
Backtrace:
File: /home/stakcart/public_html/application/libraries/Ion_auth.php
Line: 74
Function: library
File: /home/stakcart/public_html/application/controllers/Products.php
Line: 9
Function: __construct
File: /home/stakcart/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 137
Backtrace:
File: /home/stakcart/public_html/application/libraries/Ion_auth.php
Line: 74
Function: library
File: /home/stakcart/public_html/application/controllers/Products.php
Line: 9
Function: __construct
File: /home/stakcart/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/stakcart/public_html/system/core/Exceptions.php:272)
Filename: core/Common.php
Line Number: 565
Backtrace:
File: /home/stakcart/public_html/application/helpers/function_helper.php
Line: 445
Function: get
File: /home/stakcart/public_html/application/controllers/Products.php
Line: 410
Function: fetch_product
File: /home/stakcart/public_html/index.php
Line: 315
Function: require_once
Error Number: 1
Can't create/write to file '/tmp/#sql-temptable-3db5db-be3e-b57.MAI' (Errcode: 28 "No space left on device")
SELECT count(p.id) as sales, `p`.`stock_type`, `p`.`is_prices_inclusive_tax`, `p`.`type`, GROUP_CONCAT(DISTINCT(pa.attribute_value_ids)) as attr_value_ids, `sd`.`rating` as `seller_rating`, `sd`.`slug` as `seller_slug`, `sd`.`no_of_ratings` as `seller_no_of_ratings`, `sd`.`logo` as `seller_profile`, `sd`.`store_name` as `store_name`, `sd`.`store_description`, `p`.`seller_id`, `u`.`username` as `seller_name`, `p`.`id`, `p`.`stock`, `pv`.`stock` as `product_variant_stock`, `p`.`name`, `p`.`category_id`, `p`.`attribute_order`, `p`.`short_description`, `p`.`slug`, `p`.`description`, `p`.`extra_description`, `p`.`total_allowed_quantity`, `p`.`status`, `p`.`deliverable_type`, `p`.`is_attachment_required`, `p`.`deliverable_zipcodes`, `p`.`deliverable_cities`, `p`.`deliverable_city_type`, `p`.`minimum_order_quantity`, `p`.`sku`, `p`.`quantity_step_size`, `p`.`cod_allowed`, `p`.`row_order`, `p`.`rating`, `p`.`no_of_ratings`, `p`.`image`, `p`.`is_returnable`, `p`.`is_cancelable`, `p`.`cancelable_till`, `p`.`indicator`, `p`.`other_images`, `p`.`video_type`, `p`.`video`, `p`.`tags`, `p`.`warranty_period`, `p`.`guarantee_period`, `p`.`made_in`, `p`.`hsn_code`, `p`.`download_allowed`, `p`.`download_type`, `p`.`download_link`, `p`.`pickup_location`, `p`.`brand`, `p`.`availability`, `p`.`slug` as `product_slug`, `b`.`slug` as `brand_slug`, `c`.`name` as `category_name`, (SELECT GROUP_CONCAT(tax.percentage) FROM taxes as tax WHERE FIND_IN_SET(tax.id, p.tax)) as tax_percentage, (SELECT GROUP_CONCAT(tax.id) FROM taxes as tax WHERE FIND_IN_SET(tax.id, p.tax)) as tax_ids, (SELECT GROUP_CONCAT(tax.id) FROM taxes as tax WHERE FIND_IN_SET(tax.id, p.tax)) tax_id FROM `products` `p` LEFT JOIN `categories` `c` ON `p`.`category_id`=`c`.`id` LEFT JOIN `brands` `b` ON `p`.`brand`=`b`.`name` LEFT JOIN `seller_data` `sd` ON `p`.`seller_id`=`sd`.`user_id` LEFT JOIN `users` `u` ON `p`.`seller_id`=`u`.`id` LEFT JOIN `product_variants` `pv` ON `p`.`id` = `pv`.`product_id` LEFT JOIN `taxes` `tax` ON `tax`.`id` = `p`.`tax` LEFT JOIN `product_attributes` `pa` ON `pa`.`product_id` = `p`.`id` WHERE `p`.`status` = '1' AND `pv`.`status` = 1 AND `sd`.`status` = 1 AND `p`.`slug` = 'chivita-apple-juice' AND ( `c`.`status` = '1' OR `c`.`status` = '0' ) GROUP BY `p`.`id` ORDER BY `p`.`row_order` ASC
Filename: helpers/function_helper.php
Line Number: 445