1
dap997
Installing Articles Column '****' cannot be part of FULLTEXT index
  • 2005/8/25 13:21

  • dap997

  • Friend of XOOPS

  • Posts: 37

  • Since: 2005/2/20


Hallo,

I try to install CBB, SmartFAQ and AMS for XOOPS 2.2.2 on Apache
Server version: Apache/2.0.54
Server built: Jul 26 2005 06:11:51
with MySQL
mysql Ver 14.7 Distrib 4.1.12, for redhat-linux-gnu (i386)

But in this 3 module I always get error.

Installing Articles
Column 'title' cannot be part of FULLTEXT index

Could anyone help me with it?

2
dap997
Re: Installing Articles Column '****' cannot be part of FULLTEXT index
  • 2005/8/25 16:37

  • dap997

  • Friend of XOOPS

  • Posts: 37

  • Since: 2005/2/20


OK I have found it... it was ucs2 character set.
"
As of MySQL 4.1.1, full-text searches can be used with most multi-byte character sets. The exception is that for Unicode, the utf8 character set can be used, but not the ucs2 character set."

dap