Loading...
 
Architecture / Installation

Architecture / Installation


Changing "ft_min_word_len" to 3 causes Internal error 500

posts: 2 United Kingdom

Hi,

Ref: Tiki 16.2

I need the text search to return three letter acronyms found in the wiki pages. So after some research, I found that this could be achieved by adding the following to my.cnf in /etc/mysql/my.cnf:-

[ mysqld ]
ft_min_word_len=3

This worked great, however when I now try and save a wiki page I get a "500 Internal Error" page response. If you change ft_min_word_len to 4 which is the default, I'm able to save the wiki pages again. Obviously, the search no longer returns three letter acronyms.

Any idea how I can fix this?

Thanks

Simon

posts: 2 United Kingdom

Issue Resolved.

Repairing tables "tiki_pages" and "index_xxxxxxxx" in Mysql fixed this problem.