MySQL Error!
------------------------
The Error returned was:
Table 'pspfaqs_db.dle_comments' doesn't exist
Error Number:
1146
(SELECT c.text, c.post_id, c.date, p.alt_name, 'Новости коротко' AS catname, p.category, p.flag, 0 AS files FROM dle_comments c LEFT JOIN dle_post p ON c.post_id = p.id WHERE p.category regexp '[[:<:]](22)[[:>:]]' ORDER BY date DESC LIMIT 0,5) UNION ALL (SELECT c.text, c.post_id, c.date, p.alt_name, 'Soft раздел' AS catname, 'homebrew' AS category, 1 AS flag, 1 AS files FROM dle_homebrew_com c LEFT JOIN dle_homebrew p ON c.post_id = p.id ORDER BY date DESC LIMIT 0,5) UNION ALL (SELECT c.text, c.post_id, c.date, p.alt_name, 'PSN Minis' AS catname, 'minis' AS category, 1 AS flag, 1 AS files FROM dle_minis_com c LEFT JOIN dle_minis p ON c.post_id = p.id ORDER BY date DESC LIMIT 0,5) UNION ALL (SELECT c.text, c.post_id, c.date, p.alt_name, 'Темы на русском' AS catname, 'pspthemes' AS category, 1 AS flag, 1 AS files FROM dle_pspthemes_com c LEFT JOIN dle_pspthemes p ON c.post_id = p.id ORDER BY date DESC LIMIT 0,5) UNION ALL (SELECT c.text, c.post_id, c.date, p.alt_name, 'PSP Видео' AS catname, 'pspvideo' AS category, 1 AS flag, 1 AS files FROM dle_pspvideo_com c LEFT JOIN dle_pspvideo p ON c.post_id = p.id ORDER BY date DESC LIMIT 0,5) UNION ALL (SELECT c.text, c.post_id, c.date, p.alt_name, 'Игры PSX' AS catname, 'psxgames' AS category, 1 AS flag, 1 AS files FROM dle_psxgames_com c LEFT JOIN dle_psxgames p ON c.post_id = p.id ORDER BY date DESC LIMIT 0,5) ORDER BY date DESC LIMIT 0,5