WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _SXA_options WHERE option_name = 'watu_show_answers' LIMIT 1

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_SXA_options` (`option_name`, `option_value`, `autoload`) VALUES ('watu_show_answers', '1', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _SXA_options WHERE option_name = 'watu_single_page' LIMIT 1

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_SXA_options` (`option_name`, `option_value`, `autoload`) VALUES ('watu_single_page', '0', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW TABLES LIKE '_SXA_watu_master'

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE `_SXA_watu_master`( ID int(11) unsigned NOT NULL auto_increment, name varchar(50) NOT NULL DEFAULT '', description mediumtext NOT NULL, final_screen mediumtext NOT NULL, added_on datetime NOT NULL DEFAULT '1900-01-01', PRIMARY KEY (ID) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW TABLES LIKE '_SXA_watu_question'

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE _SXA_watu_question ( ID int(11) unsigned NOT NULL auto_increment, exam_id int(11) unsigned NOT NULL DEFAULT 0, question mediumtext NOT NULL, answer_type char(15) NOT NULL DEFAULT '', sort_order int(3) NOT NULL default 0, PRIMARY KEY (ID), KEY quiz_id (exam_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW TABLES LIKE '_SXA_watu_answer'

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE _SXA_watu_answer ( ID int(11) unsigned NOT NULL auto_increment, question_id int(11) unsigned NOT NULL, answer TEXT, correct enum('0','1') NOT NULL default '0', point DECIMAL(8,2) NOT NULL default '0.00', sort_order int(3) NOT NULL default 0, PRIMARY KEY (ID) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW TABLES LIKE '_SXA_watu_grading'

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE `_SXA_watu_grading` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `exam_id` int(11) NOT NULL DEFAULT 0, `gtitle` varchar (255) NOT NULL DEFAULT '', `gdescription` mediumtext NOT NULL, `gfrom` DECIMAL(8,2) NOT NULL default '0.00', `gto` DECIMAL(8,2) NOT NULL default '0.00', PRIMARY KEY (`ID`) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW TABLES LIKE '_SXA_watu_takings'

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE `_SXA_watu_takings` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `exam_id` int(11) NOT NULL DEFAULT 0, `user_id` int(11) NOT NULL DEFAULT 0, `ip` varchar(20) NOT NULL DEFAULT '', `date` DATE NOT NULL DEFAULT '1900-01-01', `points` INT NOT NULL DEFAULT 0, `grade_id` INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (`ID`) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
CREATE TABLE _SXA_watu_qcats ( ID int(11) UNSIGNED NOT NULL AUTO_INCREMENT, name varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (ID) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW COLUMNS FROM `_SXA_watu_master`

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE `_SXA_watu_master` ADD randomize TINYINT NOT NULL DEFAULT 0, ADD single_page TINYINT NOT NULL DEFAULT 0, ADD show_answers TINYINT NOT NULL DEFAULT 100, ADD require_login TINYINT NOT NULL DEFAULT 0, ADD notify_admin TINYINT NOT NULL DEFAULT 0, ADD randomize_answers TINYINT NOT NULL DEFAULT 0, ADD pull_random INT UNSIGNED NOT NULL DEFAULT 0, ADD dont_store_data TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD show_prev_button TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD dont_display_question_numbers TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD require_text_captcha TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD email_output TEXT, ADD notify_user TINYINT NOT NULL DEFAULT 0, ADD notify_email VARCHAR(255) NOT NULL DEFAULT '', ADD take_again TINYINT NOT NULL DEFAULT 0, ADD times_to_take TINYINT NOT NULL DEFAULT 0, ADD no_ajax TINYINT NOT NULL DEFAULT 0, ADD no_alert_unanswered TINYINT NOT NULL DEFAULT 0, ADD use_honeypot TINYINT NOT NULL DEFAULT 0, ADD save_source_url TINYINT NOT NULL DEFAULT 0, ADD advanced_settings TEXT, ADD email_subject TEXT, ADD is_scheduled TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD schedule_from DATETIME, ADD schedule_to DATETIME

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW COLUMNS FROM `_SXA_watu_grading`

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE `_SXA_watu_grading` ADD redirect_url VARCHAR(255) NOT NULL DEFAULT '', ADD moola INT NOT NULL DEFAULT 0

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
UPDATE _SXA_watu_master SET single_page = ''

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW COLUMNS FROM `_SXA_watu_question`

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE `_SXA_watu_question` ADD is_required TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD feedback TEXT, ADD is_inactive TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD is_survey TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD num_columns TINYINT NOT NULL DEFAULT 0, ADD cat_id INT NOT NULL DEFAULT 0

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW COLUMNS FROM `_SXA_watu_takings`

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE `_SXA_watu_takings` ADD result TEXT, ADD snapshot MEDIUMTEXT, ADD start_time DATETIME, ADD email VARCHAR(255) NOT NULL DEFAULT '', ADD percent_correct TINYINT UNSIGNED NOT NULL DEFAULT 0, ADD source_url VARCHAR(255) NOT NULL DEFAULT '', ADD num_correct SMALLINT NOT NULL DEFAULT 0, ADD num_wrong SMALLINT NOT NULL DEFAULT 0, ADD num_empty SMALLINT NOT NULL DEFAULT 0

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _SXA_watu_answer CHANGE answer answer TEXT

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _SXA_watu_answer ADD INDEX `quesiton_id` (`question_id`);

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _SXA_watu_grading ADD INDEX `quiz_and_criteria` (`exam_id`, `gfrom`, `gto`);

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _SXA_watu_master ADD INDEX `name` (`name`);

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _SXA_watu_question ADD INDEX `exam_id` (`exam_id`);

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _SXA_watu_question ADD INDEX `cat_id` (`cat_id`);

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
ALTER TABLE _SXA_watu_takings ADD INDEX `exam_user` (`exam_id`, `user_id`);

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_SXA_options` (`option_name`, `option_value`, `autoload`) VALUES ('watu_version', '2.88', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _SXA_options WHERE option_name = 'watu_admin_notice' LIMIT 1

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
INSERT INTO `_SXA_options` (`option_name`, `option_value`, `autoload`) VALUES ('watu_admin_notice', '<h2>Thank you for activating Watu!</h2> <p>Please go to your <a href=\"admin.php?page=watu_exams\">Quizzes page</a> to get started! If this is the first time you have activated the plugin there will be a small demo quiz automatically created for you. Feel free to explore it to get better idea how things work.</p>', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _SXA_options WHERE option_name = 'watupro_cleanup_raw_log' LIMIT 1

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW TABLES LIKE '_SXA_watupro_emaillog'

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SELECT a.hook FROM _SXA_actionscheduler_actions a JOIN _SXA_actionscheduler_groups g ON g.group_id = a.group_id WHERE g.slug = 'wpforms' AND a.status IN ( 'in-progress', 'pending' )

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SELECT a.action_id FROM _SXA_actionscheduler_actions a WHERE 1=1 AND a.hook='wpforms_process_entry_emails_meta_cleanup' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SELECT a.action_id FROM _SXA_actionscheduler_actions a WHERE 1=1 AND a.hook='wpforms_process_forms_locator_scan' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW FULL COLUMNS FROM `_SXA_wpforms_tasks_meta`

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SELECT a.action_id FROM _SXA_actionscheduler_actions a WHERE 1=1 AND a.hook='wpforms_process_purge_spam' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SHOW FULL COLUMNS FROM `_SXA_wpforms_tasks_meta`

WordPress database error: [User 'physicz9_WPSXA' has exceeded the 'max_questions' resource (current value: 1)]
SELECT option_value FROM _SXA_options WHERE option_name = 'acui_show_profile_fields' LIMIT 1

https://physicaldiagnosispdx.com/