WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = '_16127030' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = '_transient_timeout_wpseo_site_information' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = '_transient_wpseo_site_information' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woo_wallet_new_registration_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woo_wallet_product_review_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woo_wallet_daily_visits_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woo_wallet_referrals_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'as_has_wp_comment_logs' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'jetpack_connection_xmlrpc_verified_errors' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'jetpack_private_options' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]CREATE TABLE IF NOT EXISTS `wpqc_mvx_vendor_orders` (
`ID` bigint(20) NOT NULL AUTO_INCREMENT,
`order_id` bigint(20) NOT NULL,
`commission_id` bigint(20) NOT NULL,
`commission_status` varchar(100) NOT NULL DEFAULT 'unpaid',
`commission_paid_date` timestamp NULL,
`vendor_id` bigint(20) NOT NULL,
`shipping_status` varchar(255) NOT NULL,
`order_item_id` bigint(20) NOT NULL,
`line_item_type` longtext NULL,
`product_id` bigint(20) NOT NULL,
`variation_id` bigint(20) NOT NULL DEFAULT 0,
`quantity` bigint(20) NOT NULL DEFAULT 1,
`commission_amount` varchar(255) NOT NULL,
`shipping` varchar(255) NOT NULL,
`tax` varchar(255) NOT NULL,
`shipping_tax_amount` varchar(255) NOT NULL DEFAULT 0,
`is_trashed` varchar(10) NOT NULL,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`ID`),
CONSTRAINT vendor_orders UNIQUE (order_id, vendor_id, commission_id, order_item_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]CREATE TABLE IF NOT EXISTS `wpqc_mvx_products_map` (
`ID` bigint(20) NOT NULL AUTO_INCREMENT,
`product_map_id` BIGINT UNSIGNED NOT NULL DEFAULT 0,
`product_id` BIGINT UNSIGNED NOT NULL DEFAULT 0,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`ID`)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]CREATE TABLE IF NOT EXISTS `wpqc_mvx_visitors_stats` (
`ID` bigint(20) NOT NULL AUTO_INCREMENT,
`vendor_id` BIGINT UNSIGNED NOT NULL DEFAULT 0,
`user_id` BIGINT UNSIGNED NOT NULL DEFAULT 0,
`user_cookie` varchar(255) NOT NULL,
`session_id` varchar(191) NOT NULL,
`ip` varchar(60) NOT NULL,
`lat` varchar(60) NOT NULL,
`lon` varchar(60) NOT NULL,
`city` text NOT NULL,
`zip` varchar(20) NOT NULL,
`regionCode` text NOT NULL,
`region` text NOT NULL,
`countryCode` text NOT NULL,
`country` text NOT NULL,
`isp` text NOT NULL,
`timezone` varchar(255) NOT NULL,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`ID`),
CONSTRAINT visitor UNIQUE (vendor_id, session_id),
KEY vendor_id (vendor_id),
KEY user_id (user_id),
KEY user_cookie (user_cookie(191)),
KEY session_id (session_id(191)),
KEY ip (ip)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]CREATE TABLE IF NOT EXISTS `wpqc_mvx_cust_questions` (
`ques_ID` bigint(20) NOT NULL AUTO_INCREMENT,
`product_ID` BIGINT UNSIGNED NOT NULL DEFAULT '0',
`ques_details` text NOT NULL,
`ques_by` BIGINT UNSIGNED NOT NULL DEFAULT '0',
`ques_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`ques_vote` longtext NULL,
`status` text NOT NULL,
PRIMARY KEY (`ques_ID`)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]CREATE TABLE IF NOT EXISTS `wpqc_mvx_cust_answers` (
`ans_ID` bigint(20) NOT NULL AUTO_INCREMENT,
`ques_ID` BIGINT UNSIGNED NOT NULL DEFAULT '0',
`ans_details` text NOT NULL,
`ans_by` BIGINT UNSIGNED NOT NULL DEFAULT '0',
`ans_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`ans_vote` longtext NULL,
PRIMARY KEY (`ans_ID`),
CONSTRAINT ques_id UNIQUE (ques_ID)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]CREATE TABLE IF NOT EXISTS `wpqc_mvx_shipping_zone_methods` (
`instance_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`method_id` varchar(255) NOT NULL DEFAULT '',
`zone_id` int(11) unsigned NOT NULL,
`vendor_id` int(11) NOT NULL,
`is_enabled` tinyint(1) NOT NULL DEFAULT '1',
`settings` longtext,
PRIMARY KEY (`instance_id`)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]CREATE TABLE IF NOT EXISTS `wpqc_mvx_shipping_zone_locations` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`vendor_id` int(11) DEFAULT NULL,
`zone_id` int(11) DEFAULT NULL,
`location_code` varchar(255) DEFAULT NULL,
`location_type` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]CREATE TABLE IF NOT EXISTS `wpqc_mvx_vendor_ledger` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`vendor_id` int(11) NOT NULL,
`order_id` bigint(20) NOT NULL,
`ref_id` bigint(20) NOT NULL,
`ref_type` varchar(100) NOT NULL DEFAULT '',
`ref_info` varchar(255) NOT NULL DEFAULT '',
`ref_status` varchar(100) NOT NULL DEFAULT '',
`ref_updated` timestamp NULL,
`credit` varchar(100) NOT NULL,
`debit` varchar(100) NOT NULL,
`balance` varchar(255) NOT NULL DEFAULT 0,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SHOW FULL COLUMNS FROM `wpqc_options`
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SHOW FULL COLUMNS FROM `wpqc_options`
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woocommerce_enable_signup_and_login_from_checkout' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'smsalert_cod_to_prepaid' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'wcct_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woocommerce_minimum_order_quantity' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woocommerce_maximum_order_quantity' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woocommerce_minimum_order_value' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woocommerce_maximum_order_value' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woocommerce_settings_enabled' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woocommerce_show_marketplace_suggestions' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wpqc_posts WHERE ID = 7 LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wpqc_posts WHERE ID = 8 LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woocommerce_pickup_location_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woocommerce_shipping_cost_requires_address' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'wpmm_migration_time' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'wpseo-premium-redirects-base' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'mc4wp_integrations' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'product_brand_slug' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-e_font_icon_svg' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-additional_custom_breakpoints' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-container' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-container_grid' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-e_swiper_latest' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-e_nested_atomic_repeaters' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-e_optimized_control_loading' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-e_optimized_markup' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-e_swiper_css_conditional_loading' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-e_onboarding' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-theme_builder_v2' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_icon_manager_needs_update' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-home_screen' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_safe_mode' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-ai-layout' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-landing-pages' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-launchpad-checklist' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-nested-elements' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_optimized_image_loading' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-editor_v2' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-e_element_cache' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-editor_events' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-atomic_widgets' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]
SELECT COUNT(*)
FROM wpqc_options
WHERE option_name LIKE 'elementor\\_1\\_custom\\_task\\_manger\\_batch\\_%'
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_custom_tasks' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-page-transitions' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-notes' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = '_elementor_pro_license_v2_data' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SHOW FULL COLUMNS FROM `wpqc_options`
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = '_elementor_pro_license_v2_data_fallback' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]INSERT INTO `wpqc_options` (`option_name`, `option_value`, `autoload`) VALUES ('_elementor_pro_license_v2_data_fallback', 'a:2:{s:7:\"timeout\";i:1730464959;s:5:\"value\";s:35:\"{\"success\":false,\"error\":\"missing\"}\";}', 'no') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]INSERT INTO `wpqc_options` (`option_name`, `option_value`, `autoload`) VALUES ('_elementor_pro_license_v2_data', 'a:2:{s:7:\"timeout\";i:1730421759;s:5:\"value\";s:35:\"{\"success\":false,\"error\":\"missing\"}\";}', 'no') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-loop' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'can_compress_scripts' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-form-submissions' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-e_scroll_snap' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'elementor_experiment-mega-menu' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'wc_product_download_dir_sync_page' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woocommerce_google_analytics_upgraded_from_gatracker' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT webhook_id, status, name, user_id, delivery_url, secret, topic, date_created, date_modified, api_version, failure_count, pending_delivery FROM wpqc_wc_webhooks WHERE webhook_id = 6 LIMIT 1;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT webhook_id, status, name, user_id, delivery_url, secret, topic, date_created, date_modified, api_version, failure_count, pending_delivery FROM wpqc_wc_webhooks WHERE webhook_id = 3 LIMIT 1;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT webhook_id, status, name, user_id, delivery_url, secret, topic, date_created, date_modified, api_version, failure_count, pending_delivery FROM wpqc_wc_webhooks WHERE webhook_id = 2 LIMIT 1;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT webhook_id, status, name, user_id, delivery_url, secret, topic, date_created, date_modified, api_version, failure_count, pending_delivery FROM wpqc_wc_webhooks WHERE webhook_id = 1 LIMIT 1;
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('wc_export_is_order_exported') AND t.name IN ('global') AND tt.parent = '0'
ORDER BY t.name ASC
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE t.slug IN ('global')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE t.name IN ('global')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SHOW FULL COLUMNS FROM `wpqc_terms`
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('wc_export_is_guest_exported') AND t.name IN ('global') AND tt.parent = '0'
ORDER BY t.name ASC
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SHOW FULL COLUMNS FROM `wpqc_terms`
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('wc_export_is_user_exported') AND t.name IN ('global') AND tt.parent = '0'
ORDER BY t.name ASC
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SHOW FULL COLUMNS FROM `wpqc_terms`
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wpqc_posts WHERE ID = 6 LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'mvx_social_tab_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'mvx_vendor_registration_form_data' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'mvx_products_tab_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'mvx_policy_tab_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'mvx_payment_masspay_tab_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'mvx_payment_payout_tab_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'mvx_payment_stripe_connect_tab_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'mvx_general_sellerreview_settings_name' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'mvx_order_tab_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wpqc_posts WHERE ID = 7586 LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('mvx_spmv') AND t.slug IN ('min-price')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('mvx_spmv') AND t.name IN ('Min Price')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('mvx_spmv') AND t.name IN ('Min Price') AND tt.parent = '0'
ORDER BY t.name ASC
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE t.slug IN ('min-price')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE t.name IN ('min-price')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SHOW FULL COLUMNS FROM `wpqc_terms`
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('mvx_spmv') AND t.slug IN ('max-price')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('mvx_spmv') AND t.name IN ('Max Price')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('mvx_spmv') AND t.name IN ('Max Price') AND tt.parent = '0'
ORDER BY t.name ASC
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE t.slug IN ('max-price')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE t.name IN ('max-price')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SHOW FULL COLUMNS FROM `wpqc_terms`
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('mvx_spmv') AND t.slug IN ('top-rated-vendor')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('mvx_spmv') AND t.name IN ('Top rated vendor')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('mvx_spmv') AND t.name IN ('Top rated vendor') AND tt.parent = '0'
ORDER BY t.name ASC
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE t.slug IN ('top-rated-vendor')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT t.term_id
FROM wpqc_terms AS t INNER JOIN wpqc_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE t.name IN ('top-rated-vendor')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SHOW FULL COLUMNS FROM `wpqc_terms`
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wpqc_posts WHERE ID = 7586 LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'mvx_general_tab_settings' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT * FROM wpqc_posts WHERE ID = 7586 LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'wcafw_email_options' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'woocommerce_thumbnail_cropping' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = '_transient_timeout_wp_maintenance_mode_all_languages' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = '_transient_wp_maintenance_mode_all_languages' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]INSERT INTO `wpqc_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wp_maintenance_mode_all_languages', '1730963561', 'no') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SHOW FULL COLUMNS FROM `wpqc_options`
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'themeisle_sdk_promotions_otter_installed' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'themeisle_sdk_promotions_optimole_installed' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'themeisle_sdk_promotions_rop_installed' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = '_transient_timeout_tsk_attachment_count' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = '_transient_tsk_attachment_count' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT wpqc_posts.ID
FROM wpqc_posts
WHERE 1=1 AND wpqc_posts.post_type = 'attachment' AND ((wpqc_posts.post_status = 'inherit'))
ORDER BY wpqc_posts.post_date DESC
LIMIT 0, 51
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]INSERT INTO `wpqc_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_tsk_attachment_count', '1730445161', 'no') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]INSERT INTO `wpqc_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_tsk_attachment_count', '0', 'no') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = '_transient_timeout_tsk_posts_count' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = '_transient_tsk_posts_count' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT wpqc_posts.ID
FROM wpqc_posts
WHERE 1=1 AND ((wpqc_posts.post_type = 'post' AND (wpqc_posts.post_status = 'publish' OR wpqc_posts.post_status = 'acf-disabled' OR wpqc_posts.post_status = 'mvx_processing' OR wpqc_posts.post_status = 'mvx_completed' OR wpqc_posts.post_status = 'mvx_canceled')))
ORDER BY wpqc_posts.post_date DESC
LIMIT 0, 101
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT wpqc_posts.ID
FROM wpqc_posts
WHERE 1=1 AND (
wpqc_posts.post_date <= '2023-10-31 07:12:41'
) AND ((wpqc_posts.post_type = 'post' AND (wpqc_posts.post_status = 'publish' OR wpqc_posts.post_status = 'acf-disabled' OR wpqc_posts.post_status = 'mvx_processing' OR wpqc_posts.post_status = 'mvx_completed' OR wpqc_posts.post_status = 'mvx_canceled')))
ORDER BY wpqc_posts.post_date DESC
LIMIT 0, 101
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]INSERT INTO `wpqc_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_tsk_posts_count', '1730445161', 'no') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]INSERT INTO `wpqc_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_tsk_posts_count', 'a:2:{s:11:\"total_posts\";i:0;s:9:\"old_posts\";i:0;}', 'no') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'themeisle_sdk_promotions_otter' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'themeisle_sdk_promotions' LIMIT 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT a.action_id FROM wpqc_actionscheduler_actions a LEFT JOIN wpqc_actionscheduler_groups g ON g.group_id=a.group_id WHERE 1=1 AND g.slug='rocket-rucss' AND a.hook='rocket_rucss_pending_jobs_cron' AND a.args='[]' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT a.action_id FROM wpqc_actionscheduler_actions a WHERE 1=1 AND a.hook='wc_customer_order_export_cleanup_exports' AND a.status IN ('in-progress') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT a.action_id FROM wpqc_actionscheduler_actions a WHERE 1=1 AND a.hook='wc_customer_order_export_cleanup_exports' AND a.status IN ('pending') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT group_id FROM wpqc_actionscheduler_groups WHERE slug=''
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SHOW FULL COLUMNS FROM `wpqc_actionscheduler_groups`
WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO wpqc_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wc_customer_order_export_cleanup_exports', 'pending', '2024-10-31 07:17:41', '2024-10-31 07:17:41', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1730359061;s:18:\"\0*\0first_timestamp\";i:1730359061;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1730359061;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 0, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL