Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wp_options WHERE option_name = 'watu_show_answers' LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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`)
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wp_options WHERE option_name = 'watu_single_page' LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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`)
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SHOW TABLES LIKE 'wp_watu_master'
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SHOW TABLES LIKE 'wp_watu_question'
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SHOW TABLES LIKE 'wp_watu_answer'
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SHOW TABLES LIKE 'wp_watu_grading'
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SHOW TABLES LIKE 'wp_watu_takings'
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SHOW COLUMNS FROM `wp_watu_master`
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SHOW COLUMNS FROM `wp_watu_grading`
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]ALTER TABLE `wp_watu_grading` ADD redirect_url VARCHAR(255) NOT NULL DEFAULT '', ADD moola INT NOT NULL DEFAULT 0
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]UPDATE wp_watu_master SET single_page = ''
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SHOW COLUMNS FROM `wp_watu_question`
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SHOW COLUMNS FROM `wp_watu_takings`
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]ALTER TABLE wp_watu_answer CHANGE answer answer TEXT
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]ALTER TABLE wp_watu_answer ADD INDEX `quesiton_id` (`question_id`);
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]ALTER TABLE wp_watu_grading ADD INDEX `quiz_and_criteria` (`exam_id`, `gfrom`, `gto`);
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]ALTER TABLE wp_watu_master ADD INDEX `name` (`name`);
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]ALTER TABLE wp_watu_question ADD INDEX `exam_id` (`exam_id`);
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]ALTER TABLE wp_watu_question ADD INDEX `cat_id` (`cat_id`);
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]ALTER TABLE wp_watu_takings ADD INDEX `exam_user` (`exam_id`, `user_id`);
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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`)
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wp_options WHERE option_name = 'watu_admin_notice' LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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`)
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wp_options WHERE option_name = 'medium_crop' LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wp_options WHERE option_name = 'large_crop' LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wp_options WHERE option_name = 'yarpp_version' LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT autoload FROM wp_options WHERE option_name = 'yarpp_upgraded' LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SHOW FULL COLUMNS FROM `wp_options`
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wp_options WHERE option_name = 'pue_install_key_event_aggregator' LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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')
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]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')
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_name, option_value FROM wp_options WHERE option_name IN ('_transient_doing_cron','_transient_timeout_doing_cron')
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1731636054.7122049331665039062500', 'on') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('post_tag') AND t.slug IN ('conference-fr')
ORDER BY t.term_id ASC
LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('post_tag') AND t.name IN ('conference-fr')
ORDER BY t.term_id ASC
LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS pll_tr ON pll_tr.object_id = t.term_id
WHERE tt.taxonomy IN ('post_tag') AND t.slug IN ('conference-fr') AND pll_tr.term_taxonomy_id IN ( 78 )
ORDER BY t.term_id ASC
LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS pll_tr ON pll_tr.object_id = t.term_id
WHERE tt.taxonomy IN ('post_tag') AND t.slug IN ('conference-fr') AND pll_tr.term_taxonomy_id IN ( 78 )
LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts JOIN wp_tec_occurrences ON wp_posts.ID = wp_tec_occurrences.post_id
WHERE 1=1 AND (
0 = 1
) AND ((wp_posts.post_type = 'tribe_events' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'tribe-ea-success' OR wp_posts.post_status = 'tribe-ea-failed' OR wp_posts.post_status = 'tribe-ea-schedule' OR wp_posts.post_status = 'tribe-ea-pending' OR wp_posts.post_status = 'tribe-ea-draft')))
GROUP BY wp_tec_occurrences.occurrence_id
ORDER BY wp_posts.post_date DESC
LIMIT 0, 10
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT object_id, term_taxonomy_id FROM wp_term_relationships WHERE object_id IN (3183,3260) AND term_taxonomy_id IN (77,80)
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wp_options WHERE option_name = 'cli_pg_content_data' LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT object_id, term_taxonomy_id FROM wp_term_relationships WHERE object_id IN (3183,3260) AND term_taxonomy_id IN (77,80)
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('post_tag') AND t.slug IN ('conference-fr')
ORDER BY t.name ASC