WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM wp_options WHERE option_name = 'watu_show_answers' LIMIT 1
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM wp_options WHERE option_name = 'watu_single_page' LIMIT 1
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SHOW TABLES LIKE 'wp_watu_master'
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE `wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SHOW TABLES LIKE 'wp_watu_question'
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SHOW TABLES LIKE 'wp_watu_answer'
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SHOW TABLES LIKE 'wp_watu_grading'
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE `wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SHOW TABLES LIKE 'wp_watu_takings'
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE `wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]CREATE TABLE wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SHOW COLUMNS FROM `wp_watu_master`
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]ALTER TABLE `wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SHOW COLUMNS FROM `wp_watu_grading`
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]ALTER TABLE `wp_watu_grading` ADD redirect_url VARCHAR(255) NOT NULL DEFAULT '', ADD moola INT NOT NULL DEFAULT 0
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]UPDATE wp_watu_master SET single_page = ''
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SHOW COLUMNS FROM `wp_watu_question`
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]ALTER TABLE `wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SHOW COLUMNS FROM `wp_watu_takings`
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]ALTER TABLE `wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]ALTER TABLE wp_watu_answer CHANGE answer answer TEXT
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]ALTER TABLE wp_watu_answer ADD INDEX `quesiton_id` (`question_id`);
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]ALTER TABLE wp_watu_grading ADD INDEX `quiz_and_criteria` (`exam_id`, `gfrom`, `gto`);
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]ALTER TABLE wp_watu_master ADD INDEX `name` (`name`);
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]ALTER TABLE wp_watu_question ADD INDEX `exam_id` (`exam_id`);
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]ALTER TABLE wp_watu_question ADD INDEX `cat_id` (`cat_id`);
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]ALTER TABLE wp_watu_takings ADD INDEX `exam_user` (`exam_id`, `user_id`);
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM wp_options WHERE option_name = 'watu_admin_notice' LIMIT 1
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO `wp_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 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM wp_options WHERE option_name = 'medium_crop' LIMIT 1
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM wp_options WHERE option_name = 'large_crop' LIMIT 1
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM wp_options WHERE option_name = 'yarpp_version' LIMIT 1
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT autoload FROM wp_options WHERE option_name = 'yarpp_upgraded' LIMIT 1
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SHOW FULL COLUMNS FROM `wp_options`
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM wp_options WHERE option_name = 'pue_install_key_event_aggregator' LIMIT 1
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_name, option_value FROM wp_options WHERE option_name IN ('_transient__tribe_events_needs_capability_init','_transient_timeout__tribe_events_needs_capability_init')
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_name, option_value FROM wp_options WHERE option_name IN ('_transient__tribe_events_delayed_flush_rewrite_rules','_transient_timeout__tribe_events_delayed_flush_rewrite_rules')
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT ID, post_name, post_parent, post_type
FROM wp_posts
WHERE post_name IN ('irish-supervisory-authority-poking-at-metas-gdpr-practices')
AND post_type IN ('page','attachment')
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT ID, post_name, post_parent, post_type
FROM wp_posts
WHERE post_name IN ('en','irish-supervisory-authority-poking-at-metas-gdpr-practices')
AND post_type IN ('page','attachment')
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT ID, post_name, post_parent, post_type
FROM wp_posts
WHERE post_name IN ('irish-supervisory-authority-poking-at-metas-gdpr-practices','feed')
AND post_type IN ('page','attachment')
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT ID, post_name, post_parent, post_type
FROM wp_posts
WHERE post_name IN ('en','irish-supervisory-authority-poking-at-metas-gdpr-practices','feed')
AND post_type IN ('page','attachment')
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT wp_posts.*
FROM wp_posts
WHERE 1=1 AND wp_posts.post_name = 'irish-supervisory-authority-poking-at-metas-gdpr-practices' AND wp_posts.post_type = 'post'
ORDER BY wp_posts.post_date DESC
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT object_id, term_taxonomy_id FROM wp_term_relationships WHERE object_id IN (3183,3260) AND term_taxonomy_id IN (77,80)
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM wp_options WHERE option_name = 'cli_pg_content_data' LIMIT 1
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT post_modified_gmt FROM wp_posts WHERE post_status = 'publish' AND post_type IN ('post', 'page', 'attachment', 'glossary', 'tribe_events') ORDER BY post_modified_gmt DESC LIMIT 1
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT post_date_gmt FROM wp_posts WHERE post_status = 'publish' AND post_type IN ('post', 'page', 'attachment', 'glossary', 'tribe_events') ORDER BY post_date_gmt DESC LIMIT 1
WordPress database error: [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 40000)]SELECT comment_date_gmt FROM wp_comments WHERE comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT 1