Loading...
 
Features / Usability

Features / Usability


Re : Blog-Entry Search Problem

posts: 1092

looks like you database is not updated correctly
Can you check if you have a fulltext index in tiki_blog_posts and in tiki_blogs
Perhaps you can try to create a new database, run tiki.sql to load the tables and load you data

posts: 32 Greece

There is a full text index on table tiki_blog_posts by the name ft. If this index contains only data column you must drop it and build a new one full text too, containing data and title columns.

Your problem will be resovled.
wink
Spyk