Error Number: 1053
Server shutdown in progress
SELECT `a`.`id`, `a`.`author_id`, `a`.`title`, `a`.`image`, `a`.`other`, `a`.`slug`, `a`.`excerpt`, `a`.`date_published`, `a`.`category_id`, `c`.`parent_id`, `c`.`slug` as category_slug, `c`.`name` as category_name, `pu`.`name` as publication_name FROM (`tbl_article` as a) LEFT JOIN `tbl_category` as c ON `c`.`id` = `a`.`category_id` LEFT JOIN `tbl_publication` as pu ON `pu`.`id` = `a`.`publication_id` WHERE (a.category_id = '45' or a.category_id in (select id from tbl_category where parent_id = '45' and status = 1)) AND `a`.`status` = 1 AND `carousel` != 1 AND `a`.`date_published` <= '2026-03-31' ORDER BY `a`.`home_page` desc, `a`.`date_published` desc, `a`.`id` desc LIMIT 3
Filename: /var/www/html/outlookhindi/htdocs/models/article_model.php
Line Number: 297