Seit neustem bekomme ich folgende Fehlermeldung beim Anfertigen eines Backups oder auch auf der Statistik-Seite:
Code: Alles auswählen
Couldn't retrieve words data
DEBUG MODE
SQL Error : 1104 The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is ok
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 : 88
File : phpBB2/stat_modules/top_words/module.phpWeiß jemand dafür eine Lösung?
Vielen Dank schon mal im voraus.
Jessica