WordPress database error: [User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1)]SELECT option_value FROM wpqc_options WHERE option_name = 'ReduxFrameworkPlugin' 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 = '_23022935' 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 = '_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_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_xml' 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-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