Noch eine Anmerkung: Bei mir ging ke_search nicht auf Anhieb. Es gab einen MySQL-Fehler zum Thema FULLTEXT. Das geht erst ab MySQL 5.5. 5.0 Ist aber durchaus noch üblich.
Habe folgende Lösung gefunden:
Background
If used on a system with MySQL <= 5.5, the table 'tx_kesearch_index' won't be
created upon extension installation as it has some fulltext indices, which is not
supported in MySQL 5.5 InnoDB tables. The problem occurs since in ke_search 2.6.1
the MySQL storage engine definitions were removed.
Workaround
A solution is to copy the create-statement from ext_tables.sql, adding
"ENGINE=MyISAM" and creating the table manually.
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german