Ошибка при обращении к БД: 1146 - Table 'satellites.news' doesn't exist
SELECT `id`, `announce`, `title`, `text`, UNIX_TIMESTAMP(`date`) AS `unix_date`
FROM `news`
ORDER BY `date` DESC
LIMIT 0, 20