MySQL ERROR [select]: SELECT * FROM ng_news WHERE (`approve` = '1') AND (`catid` regexp '[[:<:]](8)[[:>:]]') order by pinned desc, id desc limit 0,5 (1146): Table 'rurik_papanina.ng_news' doesn't exist
MySQL ERROR [result]: SELECT count(*) as count FROM ng_news WHERE (`approve` = '1') AND (`catid` regexp '[[:<:]](8)[[:>:]]') (1146): Table 'rurik_papanina.ng_news' doesn't exist
MySQL ERROR [select]: select alt_name, postdate, title, views, catid from ng_news where favorite = '1' and approve = '1' limit 0,10 (1146): Table 'rurik_papanina.ng_news' doesn't exist
MySQL ERROR [select]: SELECT day(from_unixtime(postdate)) as day, count(id) as count FROM ng_news WHERE approve = '1' AND postdate >= unix_timestamp('2019-12-01 00:00:00') AND postdate < unix_timestamp(date_add('2019-12-01 00:00:00', interval 1 month)) group by to_days(from_unixtime(postdate)) (1146): Table 'rurik_papanina.ng_news' doesn't exist
MySQL ERROR [select]: select * from ng_news where approve = 1 order by id desc limit 0,10 (1146): Table 'rurik_papanina.ng_news' doesn't exist
MySQL ERROR [select]: SELECT month(from_unixtime(postdate)) as month, year(from_unixtime(postdate)) as year, COUNT(id) AS cnt, postdate FROM ng_news WHERE approve = '1' GROUP BY year(from_unixtime(postdate)), month(from_unixtime(postdate)) ORDER BY postdate DESC limit 12 (1146): Table 'rurik_papanina.ng_news' doesn't exist
MySQL ERROR [select]: select id, alt_name, postdate, title, views, catid from ng_news where approve = '1' order by views desc limit 10 (1146): Table 'rurik_papanina.ng_news' doesn't exist