SELECT a.* , keyword_id FROM articles as a JOIN article_keyword as ak ON a.id=ak.article_id WHERE 1 = 1 AND ak.keyword_id IN ('380') GROUP BY a.id ORDER BY addition_date DESC LIMIT 0, 20 [nativecode=145 ** Table './wiadomosci_rss/articles' is marked as crashed and should be repaired]
| File | Line | Function |
|---|---|---|
| /home/wiadomosci-rss/public_html/app/mapper/Article.php | 147 | query() |
| /home/wiadomosci-rss/public_html/app/controller/ArticleSearchEngine.php | 167 | findBySearchCriteria() |
| /home/wiadomosci-rss/public_html/app/section/Keyword.php | 47 | performSearch() |
| /home/wiadomosci-rss/public_html/app/section/Keyword.php | 16 | initSearchEngine() |
| /home/wiadomosci-rss/public_html/libs/PMF/section/SectionFactory.php | 59 | __construct() |
| /home/wiadomosci-rss/public_html/index.php | 36 | getSection() |