Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT ID, post_modified_gmt
FROM (
SELECT @row := @row + 1 AS rownum, ID, post_modified_gmt
FROM (
SELECT p.ID, ap.priority, p.post_modified_gmt
FROM ecposts AS p
LEFT JOIN ecaioseo_posts AS ap ON p.ID = ap.post_id
WHERE p.post_status = 'publish'
AND p.post_type = 'page'
AND p.post_password = ''
AND (ap.robots_noindex IS NULL OR ap.robots_default = 1 OR ap.robots_noindex = 0)
AND p.ID NOT IN ( 0 ) AND (ap.canonical_url IS NULL OR ap.canonical_url = '')
ORDER BY ap.priority DESC, p.post_modified_gmt DESC
) AS x
CROSS JOIN (SELECT @row := 0) AS vars
ORDER BY post_modified_gmt DESC
) AS y
WHERE rownum = 1 OR rownum % 1000 = 1;
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT COUNT(*) as count
FROM ecposts as p
LEFT JOIN ecaioseo_posts as ap ON p.ID = ap.post_id
WHERE p.post_status = 'publish'
AND p.post_type = 'page'
AND p.post_password = ''
AND (ap.robots_noindex IS NULL OR ap.robots_default = 1 OR ap.robots_noindex = 0)
AND p.ID NOT IN ( 0 ) AND (ap.canonical_url IS NULL OR ap.canonical_url = '')
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT
t.term_id, tt.count
FROM ecterms as t
LEFT JOIN ecterm_taxonomy as tt ON `tt`.`term_id` = `t`.`term_id`
WHERE 1 = 1 AND
`tt`.`taxonomy` = 'category'
AND
(
`tt`.`count` > 0 OR
EXISTS (
SELECT 1
FROM `ecterm_taxonomy` as tt2
WHERE `tt2`.`parent` = `tt`.`term_id`
AND `tt2`.`count` > 0
)
)
ORDER BY `t`.`term_id` ASC
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT
t.term_id, tt.count
FROM ecterms as t
LEFT JOIN ecterm_taxonomy as tt ON `tt`.`term_id` = `t`.`term_id`
WHERE 1 = 1 AND
`tt`.`taxonomy` = 'post_tag'
AND
(
`tt`.`count` > 0 OR
EXISTS (
SELECT 1
FROM `ecterm_taxonomy` as tt2
WHERE `tt2`.`parent` = `tt`.`term_id`
AND `tt2`.`count` > 0
)
)
ORDER BY `t`.`term_id` ASC
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT SQL_CALC_FOUND_ROWS ecposts.ID
FROM ecposts
WHERE 1=1 AND ecposts.post_type = 'post' AND ((ecposts.post_status = 'publish'))
ORDER BY ecposts.post_date ASC
LIMIT 0, 1
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT ecposts.ID
FROM ecposts
WHERE 1=1 AND ecposts.ID IN (648,1100,1392,1539,1987,1995,2009,2018,2032,2204,2239,2250,2332,2342,2362,2420,2468,2512,2549,2557,2587,2653,2697,2752,2788,2805,2851,2944,3057,3113,3129,3177,3192,3218,3353,3357,3423,3440,3455,3580,3586,3598,3608,3660,3706,3732,3753,3765,3769,3779,3807,4178,4347,4669,4693,4760,4809,4841,4888,4951,5048,5062,5097,5239,5337,5470,5511,5525,5575,5614,5659,5770,5775,5842,5885,5894,5985,6044,6143,6274,6314,6330,6367,6392,6483,6503,6562,6589,6636,6737,6840,6891,6921,6945,6964,7008,7061,7094,7126,7135,7277,7292,7348,7417,7435,7461,7893,8017,8144,8156,8234,8299,8411,8432,8467,8631,8683,8817,8907,9011,9070,9206,9262,9341,9348,9372,9427,9433,9458,9640,9850,10118,10427,10495,10705,10849,11094,11135,11175,11265,11473,11586,11601,11626,11708,11783,11928,11959,12142,12183,12218,12265,12405,12815,13065,13077,13109,13183,13562,14132,14165,14174,14214,14302,14352,14519,14613,14687,14743,15049,15102,15228,15356,15390,15493,15516,15577,15675,15690,16044,16154,16393,16469,16497,16525,17192,17224,17560,17804,18505,18644,19165,19219,19985,20002,20123,20393,20682,20990,21339,21503,21643,22396,23931) AND ecposts.post_type = 'post' AND ((ecposts.post_status = 'publish'))
ORDER BY ecposts.post_date DESC
LIMIT 0, 204
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT ID, post_modified_gmt
FROM (
SELECT @row := @row + 1 AS rownum, ID, post_modified_gmt
FROM (
SELECT p.ID, ap.priority, p.post_modified_gmt
FROM ecposts AS p
LEFT JOIN ecaioseo_posts AS ap ON p.ID = ap.post_id
WHERE p.post_status = 'publish'
AND p.post_type = 'post'
AND p.post_password = ''
AND (ap.robots_noindex IS NULL OR ap.robots_default = 1 OR ap.robots_noindex = 0)
AND (ap.canonical_url IS NULL OR ap.canonical_url = '')
ORDER BY ap.priority DESC, p.post_modified_gmt DESC
) AS x
CROSS JOIN (SELECT @row := 0) AS vars
ORDER BY post_modified_gmt DESC
) AS y
WHERE rownum = 1 OR rownum % 1000 = 1;
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT COUNT(*) as count
FROM ecposts as p
LEFT JOIN ecaioseo_posts as ap ON p.ID = ap.post_id
WHERE p.post_status = 'publish'
AND p.post_type = 'post'
AND p.post_password = ''
AND (ap.robots_noindex IS NULL OR ap.robots_default = 1 OR ap.robots_noindex = 0)
AND (ap.canonical_url IS NULL OR ap.canonical_url = '')
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT ID, post_modified_gmt
FROM (
SELECT @row := @row + 1 AS rownum, ID, post_modified_gmt
FROM (
SELECT p.ID, ap.priority, p.post_modified_gmt
FROM ecposts AS p
LEFT JOIN ecaioseo_posts AS ap ON p.ID = ap.post_id
WHERE p.post_status = 'publish'
AND p.post_type = 'page'
AND p.post_password = ''
AND (ap.robots_noindex IS NULL OR ap.robots_default = 1 OR ap.robots_noindex = 0)
AND p.ID NOT IN ( 0 ) AND (ap.canonical_url IS NULL OR ap.canonical_url = '')
ORDER BY ap.priority DESC, p.post_modified_gmt DESC
) AS x
CROSS JOIN (SELECT @row := 0) AS vars
ORDER BY post_modified_gmt DESC
) AS y
WHERE rownum = 1 OR rownum % 1000 = 1;
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT COUNT(*) as count
FROM ecposts as p
LEFT JOIN ecaioseo_posts as ap ON p.ID = ap.post_id
WHERE p.post_status = 'publish'
AND p.post_type = 'page'
AND p.post_password = ''
AND (ap.robots_noindex IS NULL OR ap.robots_default = 1 OR ap.robots_noindex = 0)
AND p.ID NOT IN ( 0 ) AND (ap.canonical_url IS NULL OR ap.canonical_url = '')
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT
t.term_id, tt.count
FROM ecterms as t
LEFT JOIN ecterm_taxonomy as tt ON `tt`.`term_id` = `t`.`term_id`
WHERE 1 = 1 AND
`tt`.`taxonomy` = 'category'
AND
(
`tt`.`count` > 0 OR
EXISTS (
SELECT 1
FROM `ecterm_taxonomy` as tt2
WHERE `tt2`.`parent` = `tt`.`term_id`
AND `tt2`.`count` > 0
)
)
ORDER BY `t`.`term_id` ASC
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]SELECT
t.term_id, tt.count
FROM ecterms as t
LEFT JOIN ecterm_taxonomy as tt ON `tt`.`term_id` = `t`.`term_id`
WHERE 1 = 1 AND
`tt`.`taxonomy` = 'post_tag'
AND
(
`tt`.`count` > 0 OR
EXISTS (
SELECT 1
FROM `ecterm_taxonomy` as tt2
WHERE `tt2`.`parent` = `tt`.`term_id`
AND `tt2`.`count` > 0
)
)
ORDER BY `t`.`term_id` ASC
/* 1 = 1 */
Erreur de la base de données WordPress : [User 'ecotnvieco2021' has exceeded the 'max_questions' resource (current value: 40000)]INSERT INTO ecaioseo_cache
SET `key` = 'aioseo_sitemap_sitemap.xml', `value` = '{\"counts\":{\"https:\\/\\/www.info-economie.tn\\/post-sitemap8.xml\":346},\"datetime\":{\"https:\\/\\/www.info-economie.tn\\/post-sitemap.xml\":{\"date\":\"17 April 2026\",\"time\":\"11h49\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap2.xml\":{\"date\":\"26 July 2024\",\"time\":\"15h11\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap3.xml\":{\"date\":\"6 November 2023\",\"time\":\"18h19\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap4.xml\":{\"date\":\"16 February 2023\",\"time\":\"9h29\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap5.xml\":{\"date\":\"1 September 2022\",\"time\":\"17h37\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap6.xml\":{\"date\":\"17 March 2022\",\"time\":\"22h25\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap7.xml\":{\"date\":\"24 September 2021\",\"time\":\"19h43\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap8.xml\":{\"date\":\"17 May 2021\",\"time\":\"11h06\"}},\"pagination\":{\"showing\":8,\"total\":0}}', `is_object` = '', `expiration` = '2026-05-17 17:21:11', `created` = '2026-04-17 17:21:11', `updated` = '2026-04-17 17:21:11'
ON DUPLICATE KEY UPDATE `value` = '{\"counts\":{\"https:\\/\\/www.info-economie.tn\\/post-sitemap8.xml\":346},\"datetime\":{\"https:\\/\\/www.info-economie.tn\\/post-sitemap.xml\":{\"date\":\"17 April 2026\",\"time\":\"11h49\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap2.xml\":{\"date\":\"26 July 2024\",\"time\":\"15h11\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap3.xml\":{\"date\":\"6 November 2023\",\"time\":\"18h19\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap4.xml\":{\"date\":\"16 February 2023\",\"time\":\"9h29\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap5.xml\":{\"date\":\"1 September 2022\",\"time\":\"17h37\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap6.xml\":{\"date\":\"17 March 2022\",\"time\":\"22h25\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap7.xml\":{\"date\":\"24 September 2021\",\"time\":\"19h43\"},\"https:\\/\\/www.info-economie.tn\\/post-sitemap8.xml\":{\"date\":\"17 May 2021\",\"time\":\"11h06\"}},\"pagination\":{\"showing\":8,\"total\":0}}', `is_object` = '', `expiration` = '2026-05-17 17:21:11', `updated` = '2026-04-17 17:21:11'
/* 1 = 1 */