500

Error

SQLSTATE[HY000] [2002] No route to host (SQL: select distinct `TE_articles`.`id`, `TE_articles`.`author_id`, `TE_articles`.`name`, `TE_articles`.`created_at` from `TE_articles` inner join `TE_authors` on `TE_articles`.`author_id` = `TE_authors`.`id` where (`TE_articles`.`status` = published and `TE_authors`.`status` = 1 and `TE_authors`.`type` = 0 and `TE_authors`.`hide` = 0) and TE_articles.id = (SELECT id FROM TE_articles WHERE status = 'published' AND author_id = TE_authors.id AND created_at <= '2024-03-29 14:27:20' AND deleted_at IS NULL ORDER BY created_at DESC LIMIT 1) and `TE_articles`.`deleted_at` is null and `TE_articles`.`deleted_at` is null order by `TE_articles`.`created_at` desc limit 17 offset 0)