WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'watu_show_answers' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'watu_single_page' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW TABLES LIKE 'mvp_watu_master'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] CREATE TABLE `mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW TABLES LIKE 'mvp_watu_question'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] CREATE TABLE mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW TABLES LIKE 'mvp_watu_answer'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] CREATE TABLE mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW TABLES LIKE 'mvp_watu_grading'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] CREATE TABLE `mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW TABLES LIKE 'mvp_watu_takings'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] CREATE TABLE `mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] CREATE TABLE mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW COLUMNS FROM `mvp_watu_master`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] ALTER TABLE `mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW COLUMNS FROM `mvp_watu_grading`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] ALTER TABLE `mvp_watu_grading` ADD redirect_url VARCHAR(255) NOT NULL DEFAULT '', ADD moola INT NOT NULL DEFAULT 0
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] UPDATE mvp_watu_master SET single_page = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW COLUMNS FROM `mvp_watu_question`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] ALTER TABLE `mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW COLUMNS FROM `mvp_watu_takings`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] ALTER TABLE `mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] ALTER TABLE mvp_watu_answer CHANGE answer answer TEXT
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] ALTER TABLE mvp_watu_answer ADD INDEX `quesiton_id` (`question_id`);
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] ALTER TABLE mvp_watu_grading ADD INDEX `quiz_and_criteria` (`exam_id`, `gfrom`, `gto`);
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] ALTER TABLE mvp_watu_master ADD INDEX `name` (`name`);
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] ALTER TABLE mvp_watu_question ADD INDEX `exam_id` (`exam_id`);
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] ALTER TABLE mvp_watu_question ADD INDEX `cat_id` (`cat_id`);
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] ALTER TABLE mvp_watu_takings ADD INDEX `exam_user` (`exam_id`, `user_id`);
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'watu_admin_notice' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_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 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT `name`, `value`, `autoload` FROM `mvp_wfls_settings` WHERE `name` = 'enable-shortcode'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'other_WFNet'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'other_hideWPVersion'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT meta_value FROM mvp_postmeta WHERE meta_key='frm_param'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW FULL COLUMNS FROM `mvp_icl_strings`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW FULL COLUMNS FROM `mvp_icl_strings`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT value, language FROM mvp_icl_strings WHERE id=0
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT * FROM mvp_redirection_items WHERE match_url IN ('/bibliographie/vie-et-legendes-de-marie-dentiere', '/bibliographie/vie-et-legendes-de-marie-dentiere', 'regex') AND status='enabled' LIMIT 20000
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'whitelisted'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'whitelisted'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'whitelisted'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO mvp_wfconfig (name, val, autoload) values ('whitelisted', ',141.94.254.72', 'yes') ON DUPLICATE KEY UPDATE val = ',141.94.254.72', autoload = 'yes'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT element_id, language_code
FROM mvp_icl_translations
WHERE trid =
(SELECT trid
FROM mvp_icl_translations
WHERE element_type = 'post_page'
AND element_id = (SELECT option_value
FROM mvp_options
WHERE option_name='page_for_posts'
LIMIT 1))
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW FULL COLUMNS FROM `mvp_wflivetraffichuman`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW FULL COLUMNS FROM `mvp_wflivetraffichuman`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'loginSec_disableAuthorScan'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT post_type from mvp_posts where ID=6041
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT post_type from mvp_posts where ID=6041
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT mvp_posts.*
FROM mvp_posts JOIN mvp_icl_translations wpml_translations
ON mvp_posts.ID = wpml_translations.element_id
AND wpml_translations.element_type = CONCAT('post_', mvp_posts.post_type)
WHERE 1=1 AND mvp_posts.ID = 6041 AND mvp_posts.post_type = 'page' AND ( ( ( wpml_translations.language_code = 'fr' OR 0 ) AND mvp_posts.post_type IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','acf-field-group','glossary' ) ) OR mvp_posts.post_type NOT IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','acf-field-group','glossary' ) )
ORDER BY mvp_posts.post_date DESC
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT wpr_cache.id FROM mvp_wpr_rocket_cache wpr_cache WHERE wpr_cache.url = 'https://museeprotestant.org/bibliographie/vie-et-legendes-de-marie-dentiere' ORDER BY wpr_cache.id DESC LIMIT 100
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT * FROM mvp_posts WHERE ID = 6041 LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_name, option_value FROM mvp_options WHERE option_name IN ('_transient_cm_refresh_404_permalinks','_transient_timeout_cm_refresh_404_permalinks')
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:22:\"cmtt_glossaryPermalink\";s:8:\"glossary\";}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'liveTraf_ignoreIPs'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'liveTraf_ignoreUA'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'firewallEnabled'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'cmtt_enableEmbeddedMode' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:23:\"cmtt_enableEmbeddedMode\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'cmtt_script_in_footer' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:21:\"cmtt_script_in_footer\";i:1;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'cmtt_glossaryTooltipHashContent' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:31:\"cmtt_glossaryTooltipHashContent\";s:1:\"0\";}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] select * from mvp_cmplz_cookiebanners where ID = '1'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'header' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'revoke' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'dismiss' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'accept' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'message_optin' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'accept_informational' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'message_optout' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'save_preferences' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'view_preferences' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'category_functional' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'category_all' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'category_stats' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'category_prefs' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'functional_text' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'statistics_text' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'statistics_text_anonymous' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'preferences_text' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'marketing_text' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
wpml_translations.translation_id,
wpml_translations.element_id,
wpml_translations.language_code,
wpml_translations.source_language_code,
wpml_translations.trid,
wpml_translations.element_type
FROM mvp_icl_translations wpml_translations
JOIN mvp_posts p
ON wpml_translations.element_id = p.ID
AND wpml_translations.element_type = CONCAT('post_', p.post_type)
JOIN mvp_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.element_id IN(41435)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT * FROM mvp_posts WHERE ID = 41435 LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
s.value,
s.name,
s.context as domain,
s.gettext_context as context,
IF(st.status = 10 AND st.value IS NOT NULL, st.`value`, st.mo_string) AS `translation`
FROM mvp_icl_strings s
LEFT JOIN mvp_icl_string_translations st ON st.string_id = s.id AND st.`language` = 'fr'
WHERE s.name = 'cmplz_link_title_privacy-statement' AND s.context = 'complianz' AND s.gettext_context = ''
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT * FROM mvp_posts WHERE ID = 41435 LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT autoload FROM mvp_options WHERE option_name = 'cmplz_transients' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW FULL COLUMNS FROM `mvp_options`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT * FROM `mvp_yoast_indexable` WHERE `object_type` = 'system-page' AND `object_sub_type` = '404' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT * FROM `mvp_yoast_indexable` WHERE `object_type` = 'system-page' AND `object_sub_type` = '404' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_yoast_indexable` (`object_type`, `object_sub_type`, `title`, `is_robots_noindex`, `blog_id`, `breadcrumb_title`, `version`, `created_at`, `updated_at`) VALUES ('system-page', '404', '%%sep%% %%sitename%%', '1', '1', 'Fehler 404: Seite wurde nicht gefunden', '1', '2025-09-17 09:15:46', '2025-09-17 09:15:46')
- Musée protestant
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT * FROM `mvp_yoast_indexable` WHERE `object_type` = 'home-page' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT * FROM `mvp_yoast_indexable` WHERE `object_type` = 'home-page' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW FULL COLUMNS FROM `mvp_icl_strings`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW FULL COLUMNS FROM `mvp_icl_strings`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT value, language FROM mvp_icl_strings WHERE id=0
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT MAX(p.`post_modified_gmt`) AS last_modified, MIN(p.`post_date_gmt`) AS published_at
FROM `mvp_posts` AS p
WHERE p.`post_status` IN ('publish')
AND p.`post_password` = ''
AND p.`post_type` = 'post'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SHOW FULL COLUMNS FROM `mvp_yoast_indexable`
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT * FROM mvp_posts WHERE ID = 41377 LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT * FROM mvp_posts WHERE ID = 41377 LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT post_id, meta_key, meta_value FROM mvp_postmeta WHERE post_id IN (41377) ORDER BY meta_id ASC
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'https_migration_required' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'site_logo' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = '_options_hashbar' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'options_hashbar' LIMIT 1
Musée virtuel du protestantisme
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT ID, post_name, post_parent, post_type
FROM mvp_posts
WHERE post_name IN ('mon-compte')
AND post_type IN ('page','attachment')
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT
wpml_translations.translation_id,
wpml_translations.element_id,
wpml_translations.language_code,
wpml_translations.source_language_code,
wpml_translations.trid,
wpml_translations.element_type
FROM mvp_icl_translations wpml_translations
JOIN mvp_term_taxonomy tax
ON wpml_translations.element_id = tax.term_taxonomy_id
AND wpml_translations.element_type = CONCAT('tax_', tax.taxonomy)
JOIN mvp_icl_translations tridt
ON tridt.element_type = wpml_translations.element_type
AND tridt.trid = wpml_translations.trid
WHERE tridt.element_id IN(16)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT t.*, tt.* FROM mvp_terms AS t INNER JOIN mvp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id = 16
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT t.term_id
FROM mvp_terms AS t INNER JOIN mvp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('nav_menu') AND t.slug IN ('16')
ORDER BY t.term_order ASC
LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT t.term_id
FROM mvp_terms AS t INNER JOIN mvp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('nav_menu') AND t.name IN ('16')
ORDER BY t.term_order ASC
LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT t.*, tt.* FROM mvp_terms AS t INNER JOIN mvp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id = 16
Erreur 404
Désolé mais la page que vous cherchez n'existe plus sur le site
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = '_options_rubrique_notices' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:23:\"cmtt_enableEmbeddedMode\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:21:\"cmtt_script_in_footer\";i:1;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'cmtt_disableMinifiedTooltip' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:27:\"cmtt_disableMinifiedTooltip\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'cmtt_forceLoadScripts' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:21:\"cmtt_forceLoadScripts\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'complianz_options_custom-scripts' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'cmtt_tooltipDisplayanimation' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:28:\"cmtt_tooltipDisplayanimation\";s:12:\"no_animation\";}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'cmtt_tooltipHideanimation' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:25:\"cmtt_tooltipHideanimation\";s:12:\"no_animation\";}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:28:\"cmtt_tooltipDisplayanimation\";s:12:\"no_animation\";}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:28:\"cmtt_tooltipDisplayanimation\";s:12:\"no_animation\";}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT option_value FROM mvp_options WHERE option_name = 'cmtt_tooltiphideanimation' LIMIT 1
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:25:\"cmtt_tooltiphideanimation\";s:12:\"no_animation\";}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:28:\"cmtt_tooltipDisplayanimation\";N;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:25:\"cmtt_tooltipHideanimation\";N;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:28:\"cmtt_tooltipDisplayanimation\";s:12:\"no_animation\";}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('cmtt_options', 'a:1:{s:25:\"cmtt_tooltipHideanimation\";s:12:\"no_animation\";}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] INSERT INTO `mvp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wpml_notices', 'a:1:{s:18:\"WPML_User_Language\";a:1:{s:35:\"WPML_User_Languagehow_to_set_notice\";O:11:\"WPML_Notice\":24:{s:30:\"\0WPML_Notice\0display_callbacks\";a:0:{}s:15:\"\0WPML_Notice\0id\";s:35:\"WPML_User_Languagehow_to_set_notice\";s:17:\"\0WPML_Notice\0text\";s:351:\" <h2>Do you want the WordPress admin to be in a different language?</h2>\n <p>\n WPML lets each user choose the admin language, unrelated of the language in which visitors will see the front-end of the site. <br/>\n <br/>\n Go to your <a href=\"https://museeprotestant.org/wp-admin/profile.php\">profile</a> to choose your admin language. </p>\n \";s:27:\"\0WPML_Notice\0collapsed_text\";N;s:18:\"\0WPML_Notice\0group\";s:18:\"WPML_User_Language\";s:35:\"\0WPML_Notice\0restricted_to_user_ids\";a:1:{i:0;i:0;}s:20:\"\0WPML_Notice\0actions\";a:0:{}s:28:\"\0WPML_Notice\0css_class_types\";a:1:{i:0;s:4:\"info\";}s:24:\"\0WPML_Notice\0css_classes\";a:0:{}s:24:\"\0WPML_Notice\0dismissible\";b:1;s:31:\"\0WPML_Notice\0exclude_from_pages\";a:0:{}s:21:\"\0WPML_Notice\0hideable\";b:0;s:24:\"\0WPML_Notice\0collapsable\";b:0;s:30:\"\0WPML_Notice\0restrict_to_pages\";a:0:{}s:38:\"\0WPML_Notice\0restrict_to_page_prefixes\";a:0:{}s:35:\"\0WPML_Notice\0restrict_to_screen_ids\";a:0:{}s:34:\"\0WPML_Notice\0hide_if_notice_exists\";N;s:43:\"\0WPML_Notice\0dismissible_for_different_text\";b:1;s:31:\"\0WPML_Notice\0default_group_name\";s:7:\"default\";s:25:\"\0WPML_Notice\0capabilities\";a:1:{i:0;s:14:\"manage_options\";}s:26:\"\0WPML_Notice\0dismiss_reset\";b:0;s:18:\"\0WPML_Notice\0flash\";b:0;s:25:\"\0WPML_Notice\0nonce_action\";N;s:22:\"\0WPML_Notice\0text_only\";b:0;}}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'liveTrafficEnabled'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'liveTraf_ignoreIPs'
WordPress database error: [User 'museevvmuseepr0t' has exceeded the 'max_questions' resource (current value: 40000)] SELECT name, val, autoload FROM mvp_wfconfig WHERE name = 'liveTraf_ignoreUA'