No valid database connection You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups, s.published AS sec_pub, cc.published AS cat_pub, s.access AS sec_access,' at line 1 SQL=SELECT a.*, u.name AS author, u.usertype, cc.title AS category, s.title AS section, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END as slug, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END as catslug, g.name AS groups, s.published AS sec_pub, cc.published AS cat_pub, s.access AS sec_access, cc.access AS cat_access FROM jos_content AS a LEFT JOIN jos_categories AS cc ON cc.id = a.catid LEFT JOIN jos_sections AS s ON s.id = cc.section AND s.scope = "content" LEFT JOIN jos_users AS u ON u.id = a.created_by LEFT JOIN jos_groups AS g ON a.access = g.id WHERE a.id = 0 AND ( ( a.created_by = 0 ) OR ( a.state = 1 AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-12-01 09:59:50' ) AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-12-01 09:59:50' ) ) OR ( a.state = -1 ) )
No valid database connection You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups, s.published AS sec_pub, cc.published AS cat_pub, s.access AS sec_access,' at line 1 SQL=SELECT a.*, u.name AS author, u.usertype, cc.title AS category, s.title AS section, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END as slug, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END as catslug, g.name AS groups, s.published AS sec_pub, cc.published AS cat_pub, s.access AS sec_access, cc.access AS cat_access FROM jos_content AS a LEFT JOIN jos_categories AS cc ON cc.id = a.catid LEFT JOIN jos_sections AS s ON s.id = cc.section AND s.scope = "content" LEFT JOIN jos_users AS u ON u.id = a.created_by LEFT JOIN jos_groups AS g ON a.access = g.id WHERE a.id = 0 AND ( ( a.created_by = 0 ) OR ( a.state = 1 AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-12-01 09:59:50' ) AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-12-01 09:59:50' ) ) OR ( a.state = -1 ) )
No valid database connection You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups , a.metakey, "0" as match_count, "" as match_list, "" as main_article_ke' at line 1 SQL=SELECT a.id, a.title, a.title_alias, a.introtext, a.fulltext, DATE_FORMAT(a.created, "%Y-%m-%d") AS created, a.sectionid, a.state, a.catid, a.hits, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.attribs, a.hits, a.images, a.urls, a.ordering, a.metakey, a.metadesc, a.access, cc.access AS cat_access, s.access AS sec_access, cc.published AS cat_state, s.published AS sec_state, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END as slug, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END as catslug, CHAR_LENGTH( a.`fulltext` ) AS readmore, u.name AS author, g.name AS groups , a.metakey, "0" as match_count, "" as match_list, "" as main_article_keywords, cc.title as category, s.title as section, "article" as link_type FROM jos_content AS a LEFT JOIN jos_content_frontpage AS f ON f.content_id = a.id LEFT JOIN jos_categories AS cc ON cc.id = a.catid LEFT JOIN jos_sections AS s ON s.id = a.sectionid LEFT JOIN jos_users AS u ON u.id = a.created_by LEFT JOIN jos_groups AS g ON a.access = g.id WHERE a.id != 0 AND a.state IN (1) AND a.access <= 0 AND ( CONCAT(",", REPLACE(a.metakey,", ",","),",") LIKE "%,βουνό,%" OR CONCAT(",", REPLACE(a.metakey,", ",","),",") LIKE "%,στο βουνό,%" ) AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-12-01 09:59:50' ) AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-12-01 09:59:50' ) AND a.sectionid IN (9) ORDER BY a.created desc, a.title LIMIT 0, 20
At the mountain