Seite 1 von 1

Couldn't retrieve words data / phpbb2_search_wordmatch

Verfasst: 16.10.2003 01:10
von Jessica
Hallo!

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.php
Das hat zur Folge, dass das Modul topwords nicht mehr funktioniert und ich ebenfalls kein Backup von der Table phpbb2_search_wordmatch mehr machen kann!

Weiß jemand dafür eine Lösung?

Vielen Dank schon mal im voraus.
Jessica

Verfasst: 17.10.2003 12:33
von Jessica
Nochmal hoch, in der Hoffnung, dass jemand eine Lösung kennt.