- Posts: 2
COMMUNITY FORUM
Not installed K2
- mohammad
-
Topic Author
- Offline
- New Member
Less
More
10 years 6 months ago #132382
by mohammad
Not installed K2 was created by mohammad
Hi
Who I'd like to install 2, but after the installation the following error displays:
The used table type doesn't support FULLTEXT indexes SQL=ALTER TABLE floyd18_k2_items ADD FULLTEXT `search` (`title`,`introtext`,`fulltext`,`extra_fields_search`,`image_caption`,`image_credits`,`video_caption`,`video_credits`,`metadesc`,`metakey`)
joomla 3.3
What should I do?
thanks
Who I'd like to install 2, but after the installation the following error displays:
The used table type doesn't support FULLTEXT indexes SQL=ALTER TABLE floyd18_k2_items ADD FULLTEXT `search` (`title`,`introtext`,`fulltext`,`extra_fields_search`,`image_caption`,`image_credits`,`video_caption`,`video_credits`,`metadesc`,`metakey`)
joomla 3.3
What should I do?
thanks
Please Log in or Create an account to join the conversation.
- mohammad
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 2
10 years 6 months ago #132383
by mohammad
Replied by mohammad on topic Re: Not installed K2
Hi
When I'm Import database, the following error is displayed:
--
--
-- Table structure for table `floyd18_k2_items`
--
CREATE TABLE IF NOT EXISTS `floyd18_k2_items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`alias` varchar(255) DEFAULT NULL,
`catid` int(11) NOT NULL,
`published` smallint(6) NOT NULL DEFAULT '0',
`introtext` mediumtext NOT NULL,
`fulltext` mediumtext NOT NULL,
`video` text,
`gallery` varchar(255) DEFAULT NULL,
`extra_fields` text CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`extra_fields_search` text NOT NULL,
`created` datetime NOT NULL,
`created_by` int(11) NOT NULL DEFAULT '0',
`created_by_alias` varchar(255) NOT NULL,
`checked_out` int(10) unsigned NOT NULL,
`checked_out_time` datetime NOT NULL,
`modified` datetime NOT NULL,
`modified_by` int(11) NOT NULL DEFAULT '0',
`publish_up` datetime NOT NULL,
`publish_down` datetime NOT NULL,
`trash` smallint(6) NOT NULL DEFAULT '0',
`access` int(11) NOT N[...]
MySQL said: Documentation
#1214 - The used table type doesn't support FULLTEXT indexes
What should I do?
When I'm Import database, the following error is displayed:
--
--
-- Table structure for table `floyd18_k2_items`
--
CREATE TABLE IF NOT EXISTS `floyd18_k2_items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`alias` varchar(255) DEFAULT NULL,
`catid` int(11) NOT NULL,
`published` smallint(6) NOT NULL DEFAULT '0',
`introtext` mediumtext NOT NULL,
`fulltext` mediumtext NOT NULL,
`video` text,
`gallery` varchar(255) DEFAULT NULL,
`extra_fields` text CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`extra_fields_search` text NOT NULL,
`created` datetime NOT NULL,
`created_by` int(11) NOT NULL DEFAULT '0',
`created_by_alias` varchar(255) NOT NULL,
`checked_out` int(10) unsigned NOT NULL,
`checked_out_time` datetime NOT NULL,
`modified` datetime NOT NULL,
`modified_by` int(11) NOT NULL DEFAULT '0',
`publish_up` datetime NOT NULL,
`publish_down` datetime NOT NULL,
`trash` smallint(6) NOT NULL DEFAULT '0',
`access` int(11) NOT N[...]
MySQL said: Documentation
#1214 - The used table type doesn't support FULLTEXT indexes
What should I do?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 6 months ago - 10 years 6 months ago #132384
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Re: Not installed K2
Hello please address this issue to your hosting provider.
This link is really helpful too stackoverflow.com/questions/20964269/1214-the-used-table-type-doesnt-support-fulltext-indexes
This link is really helpful too stackoverflow.com/questions/20964269/1214-the-used-table-type-doesnt-support-fulltext-indexes
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.