Dan Jacobson schrieb:
"ALTER TABLE `searchindex` DROP INDEX si_title, DROP INDEX si_text"
from within function "dropTextIndex".
MySQL returned error "1142: ALTER command denied to user 'wikiuser'@'localhost' for table 'searchindex' (localhost)"
You do not have the right MySQL permissions. Add to your wikiuser account the ALTER TABLE privilege and your problems should be fixed.
Regards, Marco