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 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 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-05-16 19:07:50', '2024-05-16 19:07:50', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1715886470;s:18:\"\0*\0first_timestamp\";i:1715886470;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1715886470;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 0, 10, '[]' FROM DUAL WHERE ( SELECT NULL FROM DUAL ) IS NULL


Fatal error: Uncaught RuntimeException: Error saving action: User 'xshop79q_wp53501' has exceeded the 'max_questions' resource (current value: 1) in /home1/xshop79q/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:126 Stack trace: #0 /home1/xshop79q/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php(69): ActionScheduler_DBStore->save_action_to_db(Object(ActionScheduler_Action), NULL, false) #1 /home1/xshop79q/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(327): ActionScheduler_DBStore->save_action(Object(ActionScheduler_Action)) #2 /home1/xshop79q/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(315): ActionScheduler_ActionFactory->store(Object(ActionScheduler_Action)) #3 /home1/xshop79q/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/functions.p in /home1/xshop79q/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 126