ok
Direktori : /proc/thread-self/root/home2/selectio/www/bharath/application/logs/ |
Current File : //proc/thread-self/root/home2/selectio/www/bharath/application/logs/log-2024-01-26.php |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> ERROR - 2024-01-26 00:00:18 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 00:36:18 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 00:48:39 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 01:03:33 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 01:04:04 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 01:09:40 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 01:24:33 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 01:26:28 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 01:44:44 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 01:53:35 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 01:53:56 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 01:55:55 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 01:57:55 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 02:04:09 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 02:19:37 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 03:00:29 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 03:10:22 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 03:28:47 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 03:29:39 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 03:41:30 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 03:58:27 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 04:01:47 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 04:43:14 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 05:00:14 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 05:08:26 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 05:15:30 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 05:25:51 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 05:38:14 --> Severity: Notice --> Undefined index: start /home2/selectio/public_html/application/controllers/Home_controller.php 156 ERROR - 2024-01-26 05:38:14 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '`NULL` ORDER BY `products`.`created_at` DESC LIMIT 100' at line 11 - Invalid query: SELECT `products`.*, `users`.`username` AS `user_username`, `users`.`shop_name` AS `shop_name`, `users`.`role_id` AS `role_id`, `users`.`slug` AS `user_slug`, round(products.price - ((products.price * products.discount_rate)/100)) AS price_final, (SELECT title FROM product_details WHERE product_details.product_id = products.id AND product_details.lang_id = 1 LIMIT 1) AS title, (SELECT CONCAT(storage, '::', image_big) FROM images WHERE products.id = images.product_id ORDER BY is_main DESC LIMIT 1) AS image, (SELECT CONCAT(storage, '::', image_big) FROM images WHERE products.id = images.product_id ORDER BY is_main DESC LIMIT 1, 1) AS image_second, (SELECT COUNT(wishlist.id) FROM wishlist WHERE products.id = wishlist.product_id) AS wishlist_count, (SELECT variations.id FROM variations WHERE products.id = variations.product_id LIMIT 1) AS has_variation, 0 AS `is_in_wishlist` FROM `products` JOIN `users` ON `products`.`user_id` = `users`.`id` WHERE `users`.`banned` = 0 AND `products`.`status` = 1 AND `products`.`visibility` = 1 AND `products`.`is_draft` = 0 AND `products`.`is_deleted` = 0 AND `users`.`has_active_shop` = 1 AND `products`.`price` >= '0' AND `products`.`price` < `IS` `NULL` ORDER BY `products`.`created_at` DESC LIMIT 100 ERROR - 2024-01-26 06:07:19 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 06:07:35 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 06:23:02 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 06:30:21 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 06:34:21 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 06:49:20 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 06:59:12 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 07:22:29 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 07:22:52 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 07:56:31 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 08:11:06 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 08:12:37 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 08:13:46 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 08:14:55 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 08:33:43 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 08:42:39 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 08:50:26 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 09:06:08 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 09:06:17 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 09:08:42 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 09:10:53 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 09:47:45 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 09:58:40 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 10:09:49 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 10:25:03 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 10:51:32 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 10:56:26 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 10:56:34 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:01:07 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:03:20 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:03:23 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:03:25 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:03:37 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:03:38 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:04:29 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:04:31 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:04:39 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:11:22 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:17:24 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:18:53 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:21:56 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:42:08 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:42:35 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 11:59:31 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 12:08:53 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 12:34:10 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 12:35:00 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 12:35:07 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 12:37:33 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 12:49:00 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 12:49:42 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 13:15:48 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 13:18:51 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 13:20:26 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 13:21:15 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 13:29:21 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 13:48:44 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 13:48:55 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 13:49:01 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 13:49:07 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 13:49:15 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 13:49:55 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 14:17:39 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 14:17:51 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 08:48:15 --> Severity: Notice --> Undefined index: HTTP_REFERER /home2/selectio/public_html/application/views/errors/html/error_general.php 4 ERROR - 2024-01-26 14:24:30 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 14:55:30 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:00:54 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:00:57 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:01:00 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:01:21 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:01:26 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:01:37 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:01:39 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:01:42 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:08:36 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:11:43 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:11:51 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:14:16 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:29:46 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:29:48 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:29:52 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:29:52 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:29:54 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:29:55 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:29:56 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:30:00 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:30:01 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:30:01 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:33:54 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:47:49 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 15:57:50 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 16:06:47 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 16:10:21 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 16:23:56 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 16:26:50 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 16:41:29 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 16:52:32 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 17:01:37 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 17:05:12 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 17:27:12 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 17:54:55 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 18:17:48 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 18:50:34 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 18:50:51 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:01:58 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:01:58 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:01:58 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:01:59 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:01:59 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:01:59 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:02:00 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:02:10 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:02:11 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:09:04 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:14:29 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:35:36 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:43:28 --> Query error: Commands out of sync; you can't run this command now - Invalid query: UPDATE `ci_sessions` SET `timestamp` = 1706278408 WHERE `id` = '64bd42cda23c3649e4927b9272514a38ab659c9f' ERROR - 2024-01-26 19:43:28 --> Query error: Commands out of sync; you can't run this command now - Invalid query: SELECT RELEASE_LOCK('5de810a66d4fc20b842831513200aa8e') AS ci_session_lock ERROR - 2024-01-26 19:43:29 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 19:47:05 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:03 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:03 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:04 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:04 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:04 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:04 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:04 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:04 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:04 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:05 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:05 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:05 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:05 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:05 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:06 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:06 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:09:06 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:36:27 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 20:46:13 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 21:08:51 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 21:11:54 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 21:11:56 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 21:18:38 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 21:19:16 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 21:48:24 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 21:56:32 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 22:12:25 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 22:26:35 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 22:28:01 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 22:44:31 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 23:12:02 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 23:23:05 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 23:23:53 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 23:40:20 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 23:42:13 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400 ERROR - 2024-01-26 23:43:35 --> Severity: Notice --> Undefined variable: special_offers /home2/selectio/public_html/application/views/partials/_header.php 400