Decisions
SELECT COUNT(DISTINCT decisions.anchor) as count FROM base_articles AS articles LEFT JOIN base_decisions AS decisions ON ((decisions.anchor_type LIKE 'article') AND (decisions.anchor_id = articles.id)) WHERE (articles.active='Y') AND NOT ((articles.publish_date is NULL) OR (articles.publish_date <= '0000-00-00')) AND ((articles.expiry_date is NULL) OR (articles.expiry_date <= '0000-00-00 00:00:00') OR (articles.expiry_date > '2025-04-25 02:28:07'))
1146: Table 'syndicatpotentiel.base_articles' doesn't exist
SELECT articles.* FROM base_decisions AS decisions, base_articles AS articles WHERE ((decisions.anchor_type LIKE 'article') AND (decisions.anchor_id = articles.id)) AND (articles.active='Y') AND NOT ((articles.publish_date is NULL) OR (articles.publish_date <= '0000-00-00')) AND ((articles.expiry_date is NULL) OR (articles.expiry_date <= '0000-00-00 00:00:00') OR (articles.expiry_date > '2025-04-25 02:28:07')) GROUP BY decisions.anchor ORDER BY decisions.edit_date DESC LIMIT 0,50
1146: Table 'syndicatpotentiel.base_decisions' doesn't exist
SELECT articles.* FROM base_articles AS articles WHERE ((articles.active='Y')) AND NOT ((articles.publish_date is NULL) OR (articles.publish_date <= '0000-00-00')) AND (articles.publish_date < '2025-04-25 02:28:07') AND ((articles.expiry_date is NULL) OR (articles.expiry_date <= '0000-00-00 00:00:00') OR (articles.expiry_date > '2025-04-25 02:28:07')) ORDER BY articles.publish_date DESC, articles.title LIMIT 0,7
1146: Table 'syndicatpotentiel.base_articles' doesn't exist
SELECT * FROM base_articles WHERE (nick_name LIKE 'menu') OR (handle LIKE 'menu') ORDER BY publish_date DESC LIMIT 1
1146: Table 'syndicatpotentiel.base_articles' doesn't exist
SELECT * FROM base_sections AS sections WHERE (sections.nick_name LIKE 'navigation_boxes') ORDER BY edit_date DESC LIMIT 1
1146: Table 'syndicatpotentiel.base_sections' doesn't exist
SELECT * FROM base_categories AS categories WHERE ((categories.display LIKE 'site:all') AND ((categories.active='Y') AND ((categories.expiry_date is NULL) OR (categories.expiry_date <= '0000-00-00 00:00:00') OR (categories.expiry_date > '2025-04-25 02:28:07')))) ORDER BY categories.rank, categories.edit_date DESC, categories.title LIMIT 0,15
1146: Table 'syndicatpotentiel.base_categories' doesn't exist
SELECT * FROM base_articles WHERE (nick_name LIKE 'navigation') OR (handle LIKE 'navigation') ORDER BY publish_date DESC LIMIT 1
1146: Table 'syndicatpotentiel.base_articles' doesn't exist
SELECT sections.* FROM base_sections AS sections WHERE (sections.anchor='' OR sections.anchor IS NULL) AND (sections.active='Y') AND (sections.index_panel LIKE 'main') AND ((sections.index_map IS NULL) OR (sections.index_map != 'N')) AND ((sections.activation_date is NULL) OR (sections.activation_date <= '2025-04-25 02:28:07')) AND ((sections.expiry_date is NULL) OR (sections.expiry_date <= '0000-00-00 00:00:00') OR (sections.expiry_date > '2025-04-25 02:28:07')) ORDER BY sections.rank, sections.title, sections.edit_date DESC LIMIT 0,10
1146: Table 'syndicatpotentiel.base_sections' doesn't exist
No decision has been recorded yet.