Current File : //home/tekstore/public_html/wp-admin/error_log
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) as orders_count, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.num_items_sold END) as num_items_sold, ( SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.total_sales END ) + COALESCE( SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(0,1) THEN discount_amount END), 0 ) - SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.tax_total END) - SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.shipping_total END) + ABS( SUM( CASE WHEN wpww_wc_order_stats.net_total < 0 AND wpww_dokan_order_stats.order_type IN(4,5) THEN wpww_wc_order_stats.net_total ELSE 0 END ) ) ) as gross_sales, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.total_sales END) AS total_sales, COALESCE( SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(0,1) THEN discount_amount END), 0 ) AS coupons, COALESCE( coupons_count, 0 ) as coupons_count, ABS( SUM( CASE WHEN wpww_wc_order_stats.net_total < 0 AND wpww_dokan_order_stats.order_type IN(4,5) THEN wpww_wc_order_stats.net_total ELSE 0 END ) ) AS refunds, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.tax_total END) AS taxes, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.shipping_total END) AS shipping,  SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.net_total END) AS net_revenue, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.num_items_sold END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_items_per_order, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.net_total END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_order_value, COUNT( DISTINCT( wpww_wc_order_stats.customer_id ) ) as total_customers, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_dokan_order_stats.admin_commission END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_admin_commission, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_dokan_order_stats.vendor_earning END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END)  as total_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_gateway_fee ELSE 0 END) as total_vendor_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_discount ELSE 0 END) as total_vendor_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) as total_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_gateway_fee ELSE 0 END) as total_admin_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_discount ELSE 0 END) as total_admin_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_subsidy ELSE 0 END) as total_admin_subsidy  , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_vendor_earning
			FROM
				wpww_wc_order_stats
				LEFT JOIN (
					SELECT
						order_id,
						SUM(discount_amount) AS discount_amount,
						COUNT(DISTINCT coupon_id) AS coupons_count
					FROM
						wpww_wc_order_coupon_lookup
					GROUP BY
						order_id
					) order_coupon_lookup
					ON order_coupon_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_stats.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00'
		 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				DATE_FORMAT(wpww_wc_order_stats.`date_paid`, '%x-%v') AS time_interval , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END)  as total_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_gateway_fee ELSE 0 END) as total_vendor_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_discount ELSE 0 END) as total_vendor_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) as total_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_gateway_fee ELSE 0 END) as total_admin_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_discount ELSE 0 END) as total_admin_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_subsidy ELSE 0 END) as total_admin_subsidy  , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_vendor_earning
			FROM
				wpww_wc_order_stats
				LEFT JOIN (
					SELECT
						order_id,
						SUM(discount_amount) AS discount_amount,
						COUNT(DISTINCT coupon_id) AS coupons_count
					FROM
						wpww_wc_order_coupon_lookup
					GROUP BY
						order_id
					) order_coupon_lookup
					ON order_coupon_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_stats.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00'
		
				GROUP BY
					time_interval
			 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				DATE_FORMAT(wpww_wc_order_stats.`date_paid`, '%x-%v') AS time_interval , MAX(wpww_wc_order_stats.date_created) AS datetime_anchor , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) as orders_count, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.num_items_sold END) as num_items_sold, ( SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.total_sales END ) + COALESCE( SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(0,1) THEN discount_amount END), 0 ) - SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.tax_total END) - SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.shipping_total END) + ABS( SUM( CASE WHEN wpww_wc_order_stats.net_total < 0 AND wpww_dokan_order_stats.order_type IN(4,5) THEN wpww_wc_order_stats.net_total ELSE 0 END ) ) ) as gross_sales, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.total_sales END) AS total_sales, COALESCE( SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(0,1) THEN discount_amount END), 0 ) AS coupons, COALESCE( coupons_count, 0 ) as coupons_count, ABS( SUM( CASE WHEN wpww_wc_order_stats.net_total < 0 AND wpww_dokan_order_stats.order_type IN(4,5) THEN wpww_wc_order_stats.net_total ELSE 0 END ) ) AS refunds, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.tax_total END) AS taxes, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.shipping_total END) AS shipping,  SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.net_total END) AS net_revenue, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.num_items_sold END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_items_per_order, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.net_total END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_order_value, COUNT( DISTINCT( wpww_wc_order_stats.customer_id ) ) as total_customers, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_dokan_order_stats.admin_commission END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_admin_commission, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_dokan_order_stats.vendor_earning END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END)  as total_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_gateway_fee ELSE 0 END) as total_vendor_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_discount ELSE 0 END) as total_vendor_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) as total_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_gateway_fee ELSE 0 END) as total_admin_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_discount ELSE 0 END) as total_admin_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_subsidy ELSE 0 END) as total_admin_subsidy  , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_vendor_earning
			FROM
				wpww_wc_order_stats
				LEFT JOIN (
					SELECT
						order_id,
						SUM(discount_amount) AS discount_amount,
						COUNT(DISTINCT coupon_id) AS coupons_count
					FROM
						wpww_wc_order_coupon_lookup
					GROUP BY
						order_id
					) order_coupon_lookup
					ON order_coupon_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_stats.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00'
		
				GROUP BY
					time_interval
			
				ORDER BY
					time_interval desc
			LIMIT 0,10 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) as orders_count, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.num_items_sold END) as num_items_sold, ( SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.total_sales END ) + COALESCE( SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(0,1) THEN discount_amount END), 0 ) - SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.tax_total END) - SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.shipping_total END) + ABS( SUM( CASE WHEN wpww_wc_order_stats.net_total < 0 AND wpww_dokan_order_stats.order_type IN(4,5) THEN wpww_wc_order_stats.net_total ELSE 0 END ) ) ) as gross_sales, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.total_sales END) AS total_sales, COALESCE( SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(0,1) THEN discount_amount END), 0 ) AS coupons, COALESCE( coupons_count, 0 ) as coupons_count, ABS( SUM( CASE WHEN wpww_wc_order_stats.net_total < 0 AND wpww_dokan_order_stats.order_type IN(4,5) THEN wpww_wc_order_stats.net_total ELSE 0 END ) ) AS refunds, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.tax_total END) AS taxes, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.shipping_total END) AS shipping,  SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.net_total END) AS net_revenue, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.num_items_sold END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_items_per_order, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.net_total END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_order_value, COUNT( DISTINCT( wpww_wc_order_stats.customer_id ) ) as total_customers, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_dokan_order_stats.admin_commission END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_admin_commission, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_dokan_order_stats.vendor_earning END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END)  as total_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_gateway_fee ELSE 0 END) as total_vendor_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_discount ELSE 0 END) as total_vendor_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) as total_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_gateway_fee ELSE 0 END) as total_admin_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_discount ELSE 0 END) as total_admin_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_subsidy ELSE 0 END) as total_admin_subsidy  , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_vendor_earning
			FROM
				wpww_wc_order_stats
				LEFT JOIN (
					SELECT
						order_id,
						SUM(discount_amount) AS discount_amount,
						COUNT(DISTINCT coupon_id) AS coupons_count
					FROM
						wpww_wc_order_coupon_lookup
					GROUP BY
						order_id
					) order_coupon_lookup
					ON order_coupon_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_stats.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00'
		 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\GenericQuery->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query SELECT
					COUNT( DISTINCT wpww_wc_order_product_lookup.product_id )
				FROM
					wpww_wc_order_product_lookup JOIN wpww_wc_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_wc_order_stats.order_id
					LEFT JOIN (
					SELECT
						order_id,
						SUM(discount_amount) AS discount_amount,
						COUNT(DISTINCT coupon_id) AS coupons_count
					FROM
						wpww_wc_order_coupon_lookup
					GROUP BY
						order_id
					) order_coupon_lookup
					ON order_coupon_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_stats.order_id = wpww_dokan_order_stats.order_id
				WHERE
					1=1
					AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00'
					AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00' made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\GenericQuery->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_unique_product_count
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query SELECT
					COUNT(DISTINCT coupon_id)
				FROM
					wpww_wc_order_coupon_lookup JOIN wpww_wc_order_stats ON wpww_wc_order_coupon_lookup.order_id = wpww_wc_order_stats.order_id
					LEFT JOIN (
					SELECT
						order_id,
						SUM(discount_amount) AS discount_amount,
						COUNT(DISTINCT coupon_id) AS coupons_count
					FROM
						wpww_wc_order_coupon_lookup
					GROUP BY
						order_id
					) order_coupon_lookup
					ON order_coupon_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_stats.order_id = wpww_dokan_order_stats.order_id
				WHERE
					1=1
					AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00'
					AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00' made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\GenericQuery->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_unique_coupon_count
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				DATE_FORMAT(wpww_wc_order_stats.`date_paid`, '%x-%v') AS time_interval , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END)  as total_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_gateway_fee ELSE 0 END) as total_vendor_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_discount ELSE 0 END) as total_vendor_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) as total_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_gateway_fee ELSE 0 END) as total_admin_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_discount ELSE 0 END) as total_admin_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_subsidy ELSE 0 END) as total_admin_subsidy  , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_vendor_earning
			FROM
				wpww_wc_order_stats
				LEFT JOIN (
					SELECT
						order_id,
						SUM(discount_amount) AS discount_amount,
						COUNT(DISTINCT coupon_id) AS coupons_count
					FROM
						wpww_wc_order_coupon_lookup
					GROUP BY
						order_id
					) order_coupon_lookup
					ON order_coupon_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_stats.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00'
		
				GROUP BY
					time_interval
			 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\GenericQuery->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				DATE_FORMAT(wpww_wc_order_stats.`date_paid`, '%x-%v') AS time_interval , MAX(wpww_wc_order_stats.date_created) AS datetime_anchor , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) as orders_count, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.num_items_sold END) as num_items_sold, ( SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.total_sales END ) + COALESCE( SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(0,1) THEN discount_amount END), 0 ) - SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.tax_total END) - SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.shipping_total END) + ABS( SUM( CASE WHEN wpww_wc_order_stats.net_total < 0 AND wpww_dokan_order_stats.order_type IN(4,5) THEN wpww_wc_order_stats.net_total ELSE 0 END ) ) ) as gross_sales, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.total_sales END) AS total_sales, COALESCE( SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(0,1) THEN discount_amount END), 0 ) AS coupons, COALESCE( coupons_count, 0 ) as coupons_count, ABS( SUM( CASE WHEN wpww_wc_order_stats.net_total < 0 AND wpww_dokan_order_stats.order_type IN(4,5) THEN wpww_wc_order_stats.net_total ELSE 0 END ) ) AS refunds, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.tax_total END) AS taxes, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.shipping_total END) AS shipping,  SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.net_total END) AS net_revenue, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN wpww_wc_order_stats.num_items_sold END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_items_per_order, SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.net_total END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_order_value, COUNT( DISTINCT( wpww_wc_order_stats.customer_id ) ) as total_customers, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_dokan_order_stats.admin_commission END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_admin_commission, SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_dokan_order_stats.vendor_earning END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2) THEN 1 ELSE 0 END ) AS avg_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END)  as total_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_gateway_fee ELSE 0 END) as total_vendor_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_discount ELSE 0 END) as total_vendor_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) as total_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_gateway_fee ELSE 0 END) as total_admin_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_discount ELSE 0 END) as total_admin_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_subsidy ELSE 0 END) as total_admin_subsidy  , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_vendor_earning
			FROM
				wpww_wc_order_stats
				LEFT JOIN (
					SELECT
						order_id,
						SUM(discount_amount) AS discount_amount,
						COUNT(DISTINCT coupon_id) AS coupons_count
					FROM
						wpww_wc_order_coupon_lookup
					GROUP BY
						order_id
					) order_coupon_lookup
					ON order_coupon_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_stats.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00'
		
				GROUP BY
					time_interval
			
				ORDER BY
					time_interval desc
			LIMIT 0,10 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\GenericQuery->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				DATE_FORMAT(wpww_wc_order_product_lookup.`date_created`, '%x-%v') AS time_interval
			FROM
				wpww_wc_order_product_lookup
				 JOIN wpww_wc_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				 AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_product_lookup.`date_created` <= '2025-02-17 23:59:59' AND wpww_wc_order_product_lookup.`date_created` >= '2025-02-01 00:00:00' AND wpww_dokan_order_stats.order_type in ( 1,2,4,5 ) 
		
				GROUP BY
					time_interval
			 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\GenericQuery->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				SUM(product_qty) as items_sold, SUM(product_net_revenue) AS net_revenue, COUNT( DISTINCT ( CASE WHEN product_gross_revenue >= 0 THEN wpww_wc_order_product_lookup.order_id END ) ) as orders_count, COUNT(DISTINCT product_id) as products_count, COUNT(DISTINCT variation_id) as variations_count
			FROM
				wpww_wc_order_product_lookup
				 JOIN wpww_wc_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				 AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_product_lookup.`date_created` <= '2025-02-17 23:59:59' AND wpww_wc_order_product_lookup.`date_created` >= '2025-02-01 00:00:00' AND wpww_dokan_order_stats.order_type in ( 1,2,4,5 ) 
		 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\GenericQuery->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				DATE_FORMAT(wpww_wc_order_product_lookup.`date_created`, '%x-%v') AS time_interval , MAX(wpww_wc_order_product_lookup.date_created) AS datetime_anchor , SUM(product_qty) as items_sold, SUM(product_net_revenue) AS net_revenue, COUNT( DISTINCT ( CASE WHEN product_gross_revenue >= 0 THEN wpww_wc_order_product_lookup.order_id END ) ) as orders_count, COUNT(DISTINCT product_id) as products_count, COUNT(DISTINCT variation_id) as variations_count
			FROM
				wpww_wc_order_product_lookup
				 JOIN wpww_wc_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				 AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_product_lookup.`date_created` <= '2025-02-17 23:59:59' AND wpww_wc_order_product_lookup.`date_created` >= '2025-02-01 00:00:00' AND wpww_dokan_order_stats.order_type in ( 1,2,4,5 ) 
		
				GROUP BY
					time_interval
			LIMIT 0,10 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\GenericQuery->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Products\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				DATE_FORMAT(wpww_wc_order_product_lookup.`date_created`, '%x-%v') AS time_interval
			FROM
				wpww_wc_order_product_lookup
				 JOIN wpww_wc_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				 AND wpww_wc_order_product_lookup.variation_id != 0 AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_product_lookup.`date_created` <= '2025-02-17 23:59:59' AND wpww_wc_order_product_lookup.`date_created` >= '2025-02-01 00:00:00' AND wpww_dokan_order_stats.order_type in ( 1,2,4,5 ) 
		
				GROUP BY
					time_interval
			 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\GenericQuery->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				SUM(product_qty) as items_sold, SUM(product_net_revenue) AS net_revenue, COUNT( DISTINCT ( CASE WHEN product_gross_revenue >= 0 THEN wpww_wc_order_product_lookup.order_id END ) ) as orders_count, COUNT(DISTINCT variation_id) as variations_count
			FROM
				wpww_wc_order_product_lookup
				 JOIN wpww_wc_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				 AND wpww_wc_order_product_lookup.variation_id != 0 AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_product_lookup.`date_created` <= '2025-02-17 23:59:59' AND wpww_wc_order_product_lookup.`date_created` >= '2025-02-01 00:00:00' AND wpww_dokan_order_stats.order_type in ( 1,2,4,5 ) 
		 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\GenericQuery->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				DATE_FORMAT(wpww_wc_order_product_lookup.`date_created`, '%x-%v') AS time_interval , MAX(wpww_wc_order_product_lookup.date_created) AS datetime_anchor , SUM(product_qty) as items_sold, SUM(product_net_revenue) AS net_revenue, COUNT( DISTINCT ( CASE WHEN product_gross_revenue >= 0 THEN wpww_wc_order_product_lookup.order_id END ) ) as orders_count, COUNT(DISTINCT variation_id) as variations_count
			FROM
				wpww_wc_order_product_lookup
				 JOIN wpww_wc_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_product_lookup.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				 AND wpww_wc_order_product_lookup.variation_id != 0 AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_product_lookup.`date_created` <= '2025-02-17 23:59:59' AND wpww_wc_order_product_lookup.`date_created` >= '2025-02-01 00:00:00' AND wpww_dokan_order_stats.order_type in ( 1,2,4,5 ) 
		
				GROUP BY
					time_interval
			LIMIT 0,10 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_wc_admin_performance_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_items, Automattic\WooCommerce\Admin\API\Reports\PerformanceIndicators\Controller->get_stats_data, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\GenericQuery->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Variations\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				 SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.net_total END) AS net_revenue , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END)  as total_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_gateway_fee ELSE 0 END) as total_vendor_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_discount ELSE 0 END) as total_vendor_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) as total_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_gateway_fee ELSE 0 END) as total_admin_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_discount ELSE 0 END) as total_admin_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_subsidy ELSE 0 END) as total_admin_subsidy  , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_vendor_earning
			FROM
				wpww_wc_order_stats
				LEFT JOIN (
					SELECT
						order_id,
						SUM(discount_amount) AS discount_amount,
						COUNT(DISTINCT coupon_id) AS coupons_count
					FROM
						wpww_wc_order_coupon_lookup
					GROUP BY
						order_id
					) order_coupon_lookup
					ON order_coupon_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_stats.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00'
		 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_sales_sparkline, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				DATE_FORMAT(wpww_wc_order_stats.`date_paid`, '%Y-%m-%d') AS time_interval , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END)  as total_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_gateway_fee ELSE 0 END) as total_vendor_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_discount ELSE 0 END) as total_vendor_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) as total_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_gateway_fee ELSE 0 END) as total_admin_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_discount ELSE 0 END) as total_admin_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_subsidy ELSE 0 END) as total_admin_subsidy  , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_vendor_earning
			FROM
				wpww_wc_order_stats
				LEFT JOIN (
					SELECT
						order_id,
						SUM(discount_amount) AS discount_amount,
						COUNT(DISTINCT coupon_id) AS coupons_count
					FROM
						wpww_wc_order_coupon_lookup
					GROUP BY
						order_id
					) order_coupon_lookup
					ON order_coupon_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_stats.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00'
		
				GROUP BY
					time_interval
			 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_sales_sparkline, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] WordPress database error Table 'tekstore_tekstore.wpww_dokan_order_stats' doesn't exist for query 
			SELECT
				DATE_FORMAT(wpww_wc_order_stats.`date_paid`, '%Y-%m-%d') AS time_interval , MAX(wpww_wc_order_stats.date_created) AS datetime_anchor ,  SUM(CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN  wpww_wc_order_stats.net_total END) AS net_revenue , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END)  as total_vendor_earning , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_gateway_fee ELSE 0 END) as total_vendor_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_discount ELSE 0 END) as total_vendor_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) as total_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_gateway_fee ELSE 0 END) as total_admin_gateway_fee , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_discount ELSE 0 END) as total_admin_discount , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_subsidy ELSE 0 END) as total_admin_subsidy  , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN admin_commission ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_admin_commission , SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN vendor_earning ELSE 0 END) / SUM( CASE WHEN wpww_dokan_order_stats.order_type IN(1,2,4,5) THEN 1 ELSE 0 END ) AS avg_vendor_earning
			FROM
				wpww_wc_order_stats
				LEFT JOIN (
					SELECT
						order_id,
						SUM(discount_amount) AS discount_amount,
						COUNT(DISTINCT coupon_id) AS coupons_count
					FROM
						wpww_wc_order_coupon_lookup
					GROUP BY
						order_id
					) order_coupon_lookup
					ON order_coupon_lookup.order_id = wpww_wc_order_stats.order_id JOIN wpww_dokan_order_stats ON wpww_wc_order_stats.order_id = wpww_dokan_order_stats.order_id
			WHERE
				1=1
				AND ( wpww_wc_order_stats.status NOT IN ( 'wc-auto-draft','wc-trash','wc-pending','wc-failed','wc-cancelled','wc-checkout-draft' ) ) AND wpww_wc_order_stats.`date_paid` <= '2025-02-17 23:59:59' AND wpww_wc_order_stats.`date_paid` >= '2025-02-01 00:00:00'
		
				GROUP BY
					time_interval
			
				ORDER BY
					time_interval asc
			LIMIT 0,100 made by wp_dashboard, do_meta_boxes, WC_Admin_Dashboard->status_widget, WC_Admin_Dashboard->get_sales_sparkline, rest_do_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, Automattic\WooCommerce\Admin\API\Reports\GenericStatsController->get_items, Automattic\WooCommerce\Admin\API\Reports\Revenue\Stats\Controller->get_datastore_data, Automattic\WooCommerce\Admin\API\Reports\Revenue\Query->get_data, WC_Data_Store->__call, Automattic\WooCommerce\Admin\API\Reports\DataStore->get_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_data, Automattic\WooCommerce\Admin\API\Reports\Orders\Stats\DataStore->get_noncached_stats_data
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 590
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_revenue in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 591
[17-Feb-2025 17:22:15 UTC] PHP Warning:  Undefined property: stdClass::$net_sales in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php on line 198
[17-Feb-2025 17:22:25 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:23:38 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:24:55 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:26:46 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:26:55 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:27:07 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:27:27 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:27:46 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:27:56 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:28:30 UTC] PHP Warning:  include(/home/tekstore/public_html/wp-content/languages/plugins/all-in-one-seo-pack-es_ES.l10n.php): Failed to open stream: No such file or directory in /home/tekstore/public_html/wp-includes/l10n.php on line 1607
[17-Feb-2025 17:28:30 UTC] PHP Warning:  include(): Failed opening '/home/tekstore/public_html/wp-content/languages/plugins/all-in-one-seo-pack-es_ES.l10n.php' for inclusion (include_path='.:/opt/alt/php84/usr/share/pear:/opt/alt/php84/usr/share/php:/usr/share/pear:/usr/share/php') in /home/tekstore/public_html/wp-includes/l10n.php on line 1607
[17-Feb-2025 17:28:30 UTC] PHP Warning:  include(/home/tekstore/public_html/wp-content/languages/plugins/all-in-one-seo-pack-fr_FR.l10n.php): Failed to open stream: No such file or directory in /home/tekstore/public_html/wp-includes/l10n.php on line 1607
[17-Feb-2025 17:28:30 UTC] PHP Warning:  include(): Failed opening '/home/tekstore/public_html/wp-content/languages/plugins/all-in-one-seo-pack-fr_FR.l10n.php' for inclusion (include_path='.:/opt/alt/php84/usr/share/pear:/opt/alt/php84/usr/share/php:/usr/share/pear:/usr/share/php') in /home/tekstore/public_html/wp-includes/l10n.php on line 1607
[17-Feb-2025 17:29:01 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:29:21 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:29:27 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:29:34 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:29:42 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:29:53 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:30:15 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:33:39 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:35:03 UTC] PHP Warning:  Undefined property: stdClass::$plugin in /home/tekstore/public_html/wp-includes/class-wp-list-util.php on line 168
[17-Feb-2025 17:35:03 UTC] PHP Warning:  Undefined property: stdClass::$plugin in /home/tekstore/public_html/wp-includes/class-wp-list-util.php on line 168
[17-Feb-2025 17:35:03 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:36:39 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:37:03 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:37:20 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:37:33 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:37:56 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:38:35 UTC] PHP Warning:  include(/home/tekstore/public_html/wp-content/languages/plugins/google-analytics-for-wordpress-es_ES.l10n.php): Failed to open stream: No such file or directory in /home/tekstore/public_html/wp-includes/l10n.php on line 1607
[17-Feb-2025 17:38:35 UTC] PHP Warning:  include(): Failed opening '/home/tekstore/public_html/wp-content/languages/plugins/google-analytics-for-wordpress-es_ES.l10n.php' for inclusion (include_path='.:/opt/alt/php84/usr/share/pear:/opt/alt/php84/usr/share/php:/usr/share/pear:/usr/share/php') in /home/tekstore/public_html/wp-includes/l10n.php on line 1607
[17-Feb-2025 17:38:35 UTC] PHP Warning:  include(/home/tekstore/public_html/wp-content/languages/plugins/google-analytics-for-wordpress-fr_FR.l10n.php): Failed to open stream: No such file or directory in /home/tekstore/public_html/wp-includes/l10n.php on line 1607
[17-Feb-2025 17:38:35 UTC] PHP Warning:  include(): Failed opening '/home/tekstore/public_html/wp-content/languages/plugins/google-analytics-for-wordpress-fr_FR.l10n.php' for inclusion (include_path='.:/opt/alt/php84/usr/share/pear:/opt/alt/php84/usr/share/php:/usr/share/pear:/usr/share/php') in /home/tekstore/public_html/wp-includes/l10n.php on line 1607
[17-Feb-2025 17:38:47 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:39:27 UTC] PHP Warning:  Undefined property: stdClass::$plugin in /home/tekstore/public_html/wp-includes/class-wp-list-util.php on line 168
[17-Feb-2025 17:39:27 UTC] PHP Warning:  Undefined property: stdClass::$plugin in /home/tekstore/public_html/wp-includes/class-wp-list-util.php on line 168
[17-Feb-2025 17:40:16 UTC] PHP Warning:  Undefined array key "expires" in /home/tekstore/public_html/wp-content/plugins/elementor-pro/license/api.php on line 380
[17-Feb-2025 17:44:45 UTC] PHP Fatal error:  Cannot redeclare function putRevSlider() (previously declared in /home/tekstore/public_html/wp-content/plugins/revslider/revslider.php:277) in /home/tekstore/public_html/wp-content/plugins/revslider6728n/revslider.php on line 368
[14-Mar-2025 13:03:54 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Mar-2025 13:03:54 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[21-Mar-2025 21:03:58 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[21-Mar-2025 21:03:58 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[21-Mar-2025 21:04:22 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[21-Mar-2025 21:04:22 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[21-Mar-2025 22:17:10 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[21-Mar-2025 22:17:10 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[21-Mar-2025 22:17:29 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[21-Mar-2025 22:17:29 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[24-Mar-2025 09:40:34 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[24-Mar-2025 09:40:34 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[24-Mar-2025 11:48:02 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[24-Mar-2025 11:48:02 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[24-Mar-2025 14:58:59 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[24-Mar-2025 14:58:59 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[24-Mar-2025 15:09:14 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[24-Mar-2025 15:09:14 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 07:59:18 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 07:59:18 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:24 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:25 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:33 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:33 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:36 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:36 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:45 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:45 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:45 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:45 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:52 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:52 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:52 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:00:52 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:01:01 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:01:02 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:01:02 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:01:02 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:01:02 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:01:02 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:01:02 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:01:02 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:01:16 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:01:16 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:15:53 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 08:15:53 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 10:07:39 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[25-Mar-2025 10:07:40 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[29-Mar-2025 20:21:09 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[29-Mar-2025 20:21:09 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[01-Apr-2025 16:07:13 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[01-Apr-2025 16:07:13 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 08:43:06 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 08:43:06 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 08:46:32 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 08:46:32 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 08:47:01 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 08:47:01 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 08:47:29 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 08:47:29 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:27:39 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:27:39 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:29:29 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:29:30 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:36:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:36:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:37:02 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:37:02 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:37:24 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:37:24 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:37:48 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:37:48 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:38:04 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:38:04 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:38:10 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:38:10 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:39:23 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:39:23 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:39:47 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:39:47 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:39:56 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:39:56 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:40:11 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 09:40:11 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 13:25:29 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 13:25:29 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 13:27:41 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 13:27:41 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 13:47:05 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 13:47:05 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 13:47:15 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 13:47:15 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 13:48:24 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 13:48:24 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 14:11:51 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 14:11:51 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 14:12:59 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[03-Apr-2025 14:12:59 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[04-Apr-2025 20:01:38 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[04-Apr-2025 20:01:38 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[04-Apr-2025 20:04:50 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[04-Apr-2025 20:04:50 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[04-Apr-2025 20:05:27 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[04-Apr-2025 20:05:27 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 09:36:00 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 09:36:00 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 10:27:03 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 10:27:03 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 10:27:11 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 10:27:11 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 10:28:51 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 10:28:51 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 10:29:05 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 10:29:05 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 13:38:19 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 13:38:19 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 14:42:29 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 14:42:29 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 14:42:56 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 14:42:56 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 15:00:09 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 15:00:09 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 15:04:40 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[07-Apr-2025 15:04:40 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[09-Apr-2025 14:38:59 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[09-Apr-2025 14:38:59 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[09-Apr-2025 21:15:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[09-Apr-2025 21:15:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[09-Apr-2025 21:28:09 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[09-Apr-2025 21:28:09 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[09-Apr-2025 21:31:25 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[09-Apr-2025 21:31:25 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[10-Apr-2025 08:46:25 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[10-Apr-2025 08:46:25 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[10-Apr-2025 08:46:28 UTC] PHP Fatal error:  Uncaught Error: Class "Automattic\Jetpack\Autoloader\jp873bafa9ae6aaccf6c844a0451868b60\al5_0_0\Autoloader" not found in /home/tekstore/public_html/wp-content/plugins/woocommerce/vendor/autoload_packages.php:13
Stack trace:
#0 /home/tekstore/public_html/wp-content/plugins/woocommerce/src/Autoloader.php(37): require()
#1 /home/tekstore/public_html/wp-content/plugins/woocommerce/woocommerce.php(27): Automattic\WooCommerce\Autoloader::init()
#2 /home/tekstore/public_html/wp-settings.php(526): include_once('/home/tekstore/...')
#3 /home/tekstore/public_html/wp-config.php(95): require_once('/home/tekstore/...')
#4 /home/tekstore/public_html/wp-load.php(50): require_once('/home/tekstore/...')
#5 /home/tekstore/public_html/wp-admin/admin-ajax.php(22): require_once('/home/tekstore/...')
#6 {main}
  thrown in /home/tekstore/public_html/wp-content/plugins/woocommerce/vendor/autoload_packages.php on line 13
[11-Apr-2025 09:54:41 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 09:54:41 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 10:20:03 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 10:20:03 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:38:27 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:38:27 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:38:38 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:38:38 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:38:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:38:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:46:34 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:46:34 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:46:59 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:46:59 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:48:03 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:48:03 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:48:29 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[11-Apr-2025 15:48:29 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 09:58:31 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 09:58:31 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 09:58:31 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 09:58:32 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 10:01:48 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 10:01:48 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 10:09:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 10:09:43 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 10:11:16 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 10:11:16 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 10:20:22 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[14-Apr-2025 10:20:22 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[18-Apr-2025 22:54:01 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[18-Apr-2025 22:54:01 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 13:12:38 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 13:12:38 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 13:14:12 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 13:14:12 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 15:16:40 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 15:16:40 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 15:17:23 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 15:17:23 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 17:58:12 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 17:58:12 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 17:58:33 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 17:58:33 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 18:02:16 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 18:02:17 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 18:56:54 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[22-Apr-2025 18:56:54 UTC] PHP Warning:  Undefined array key "taxonomy-product_brand" in /home/tekstore/public_html/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-brands.php on line 503
[16-Mar-2026 08:08:08 UTC] PHP Warning:  require_once(/home/tekstore/public_html/wp-includes/pomo/entry.php): Failed to open stream: No such file or directory in /home/tekstore/public_html/wp-includes/pomo/translations.php on line 12
[16-Mar-2026 08:08:08 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/home/tekstore/public_html/wp-includes/pomo/entry.php' (include_path='.:/opt/alt/php84/usr/share/pear:/opt/alt/php84/usr/share/php:/usr/share/pear:/usr/share/php') in /home/tekstore/public_html/wp-includes/pomo/translations.php:12
Stack trace:
#0 /home/tekstore/public_html/wp-includes/pomo/mo.php(10): require_once()
#1 /home/tekstore/public_html/wp-settings.php(119): require('/home/tekstore/...')
#2 /home/tekstore/public_html/wp-config.php(95): require_once('/home/tekstore/...')
#3 /home/tekstore/public_html/wp-load.php(50): require_once('/home/tekstore/...')
#4 /home/tekstore/public_html/wp-admin/admin.php(34): require_once('/home/tekstore/...')
#5 /home/tekstore/public_html/wp-admin/index.php(10): require_once('/home/tekstore/...')
#6 {main}
  thrown in /home/tekstore/public_html/wp-includes/pomo/translations.php on line 12
[16-Mar-2026 10:13:53 UTC] PHP Warning:  require_once(/home/tekstore/public_html/wp-includes/pomo/entry.php): Failed to open stream: No such file or directory in /home/tekstore/public_html/wp-includes/pomo/translations.php on line 12
[16-Mar-2026 10:13:53 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/home/tekstore/public_html/wp-includes/pomo/entry.php' (include_path='.:/opt/alt/php84/usr/share/pear:/opt/alt/php84/usr/share/php:/usr/share/pear:/usr/share/php') in /home/tekstore/public_html/wp-includes/pomo/translations.php:12
Stack trace:
#0 /home/tekstore/public_html/wp-includes/pomo/mo.php(10): require_once()
#1 /home/tekstore/public_html/wp-settings.php(119): require('/home/tekstore/...')
#2 /home/tekstore/public_html/wp-config.php(95): require_once('/home/tekstore/...')
#3 /home/tekstore/public_html/wp-load.php(50): require_once('/home/tekstore/...')
#4 /home/tekstore/public_html/wp-admin/admin.php(34): require_once('/home/tekstore/...')
#5 /home/tekstore/public_html/wp-admin/index.php(10): require_once('/home/tekstore/...')
#6 {main}
  thrown in /home/tekstore/public_html/wp-includes/pomo/translations.php on line 12
[16-Mar-2026 10:14:36 UTC] PHP Warning:  require_once(/home/tekstore/public_html/wp-includes/pomo/entry.php): Failed to open stream: No such file or directory in /home/tekstore/public_html/wp-includes/pomo/translations.php on line 12
[16-Mar-2026 10:14:36 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/home/tekstore/public_html/wp-includes/pomo/entry.php' (include_path='.:/opt/alt/php84/usr/share/pear:/opt/alt/php84/usr/share/php:/usr/share/pear:/usr/share/php') in /home/tekstore/public_html/wp-includes/pomo/translations.php:12
Stack trace:
#0 /home/tekstore/public_html/wp-includes/pomo/mo.php(10): require_once()
#1 /home/tekstore/public_html/wp-settings.php(119): require('/home/tekstore/...')
#2 /home/tekstore/public_html/wp-config.php(95): require_once('/home/tekstore/...')
#3 /home/tekstore/public_html/wp-load.php(50): require_once('/home/tekstore/...')
#4 /home/tekstore/public_html/wp-admin/install.php(36): require_once('/home/tekstore/...')
#5 {main}
  thrown in /home/tekstore/public_html/wp-includes/pomo/translations.php on line 12
[16-Mar-2026 13:06:08 UTC] PHP Warning:  require_once(/home/tekstore/public_html/wp-includes/pom