| |
Couldn't retrieve words data
DEBUG MODE
SQL Error : 1055 Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'saleib_icy_forum.swl.word_text' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
SELECT COUNT( swm.word_id ) word_count, swm.word_id word_id, swl.word_text word_text
FROM (phpbb_search_wordmatch swm, phpbb_search_wordlist swl)
WHERE swm.word_id = swl.word_id
GROUP BY swm.word_id
ORDER BY word_count DESC LIMIT 100
Line : 97 File : module.php
Jeśli nie potrafisz znaleźć rozwiązania tego problemu, możesz spróbować poszukać, lub zadać pytanie na forum: http://www.przemo.org/phpBB2/ |
| |
|