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 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 ('tribe_events_cat') AND t.slug IN ('numerique')
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 ('tribe_events_cat') AND t.slug IN ('numerique')
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
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 option_name, option_value FROM wp_options WHERE option_name IN ('_transient_cm_refresh_404_permalinks','_transient_timeout_cm_refresh_404_permalinks')
Armingaud Avocat
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)] SELECT wp_posts.*
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (77)
) AND (
( wp_postmeta.meta_key = '_cli_cookie_sensitivity' AND wp_postmeta.meta_value = 'non-necessary' )
) AND wp_posts.post_type = 'cookielawinfo' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
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 = 'site_logo' LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)] SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id = 52
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 ('nav_menu') AND t.slug IN ('52')
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 ('nav_menu') AND t.name IN ('52')
LIMIT 1
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)] SELECT wp_posts.*
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (77)
) AND wp_posts.post_type = 'page' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.menu_order ASC
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 INNER JOIN wp_term_relationships AS pll_tr ON pll_tr.object_id = t.term_id
WHERE tt.taxonomy IN ('post_tag') AND tt.count > 0 AND pll_tr.term_taxonomy_id = 78
ORDER BY tt.count DESC
LIMIT 45
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]
SELECT * FROM wp_ctf_feeds
WHERE id = 1;
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]
SELECT * FROM wp_ctf_feed_caches
WHERE cache_key = '1'
ORDER BY last_updated DESC
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 * FROM wp_ctf_posts as p
LEFT JOIN wp_ctf_feeds_posts as f ON p.id = f.id
WHERE f.type = 'usertimeline' AND f.term = '' ORDER BY p.time_stamp DESC LIMIT 150;
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)]
SELECT * FROM wp_ctf_feed_caches
WHERE feed_id = '1'
AND cache_key = '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_ctf_feed_caches`
Aucun flux n’a été trouvé avec l’ID 1. Allez sur la page Tous les flux et sélectionnez un ID dans un flux existant.
Erreur de la base de données WordPress : [User 'armingaumod1' has exceeded the 'max_questions' resource (current value: 64000)] SELECT wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (77)
) AND wp_posts.post_type = 'post' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 5
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)
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits, as well as some analytics by Google and social buttons. By clicking “Accept”, you consent to the use of ALL the cookies. You may also customize the selection
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.