- Error
Tin T?c
MySQL server has gone away SQL=SELECT a.*, u.name, u.username, cc.image AS image, 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,'link' as link
FROM jos_content AS a
LEFT JOIN jos_content_frontpage AS f ON f.content_id = a.id
LEFT JOIN jos_users AS u ON u.id = a.created_by
INNER JOIN jos_categories AS cc ON cc.id = a.catid
INNER JOIN jos_sections AS s ON s.id = a.sectionid
WHERE ( a.state = 1 AND a.sectionid > 0 )
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-03-18 22:05:54')
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-03-18 22:05:54' )
AND a.access <= 0 AND cc.access <= 0 AND s.access <= 0
AND ( a.catid=13 )
AND ( a.sectionid=1 )
AND ((TO_DAYS('2025-03-19') - TO_DAYS(a.created)) <= '1200')
AND s.published = 1
AND cc.published = 1
ORDER BY a.created desc
limit 0,3
MySQL server has gone away SQL=SELECT a.*, u.name, u.username, cc.image AS image, 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,'link' as link
FROM jos_content AS a
LEFT JOIN jos_content_frontpage AS f ON f.content_id = a.id
LEFT JOIN jos_users AS u ON u.id = a.created_by
INNER JOIN jos_categories AS cc ON cc.id = a.catid
INNER JOIN jos_sections AS s ON s.id = a.sectionid
WHERE ( a.state = 1 AND a.sectionid > 0 )
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-03-18 22:05:54')
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-03-18 22:05:54' )
AND a.access <= 0 AND cc.access <= 0 AND s.access <= 0
AND ( a.catid=4 )
AND ( a.sectionid=1 )
AND ((TO_DAYS('2025-03-19') - TO_DAYS(a.created)) <= '1200')
AND s.published = 1
AND cc.published = 1
ORDER BY a.created desc
limit 0,3
Trường Trung cấp Kinh tế Kỹ thuật Hồng Lam