MySQL Error after updating flexicontent

More
1 year 10 months ago - 1 year 10 months ago #82463 by MinneMicha
To value-topic: we use the value array of the field to build custom output.
With this update the value-content is in JSON-format instead of an array and must be unserialised before.

To the main-topic: the update doesn't solve the problem. Can you say what have to be done in the DB to solve the problem? 

 
Last edit: 1 year 10 months ago by MinneMicha.

Please Log in or Create an account to join the conversation.

More
1 year 10 months ago #82468 by micker
about value in field its a basic behavior, as i know we didn't plan to change anything
about the problem of this topic need a review about ggppdk

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
1 year 10 months ago #82477 by mcmurdok
It seems that flexicontent has a problem to update the indexes of the keys 'title' and 'text' to FULLTEXT in the table '#__flexicontent_reviews'.
Because our table '#__flexicontent_reviews' was empty, it worked to manually drop the table and manually reinstall it with the SQL - statement of the newer flexicontent version (/admin/installation/install.mysql.utf8.sql)
Code:
CREATE TABLE IF NOT EXISTS `#__flexicontent_reviews` (   `id` int(11) NOT NULL auto_increment,   `content_id` int(11) NOT NULL,   `type` varchar(255) NOT NULL DEFAULT 'item',   `average_rating` int NOT NULL,   `custom_ratings` text NULL,   `user_id` int(11) NOT NULL DEFAULT '0',   `email` varchar(255) NOT NULL DEFAULT '',   `title` varchar(255) NULL,   `title_old` varchar(255) NULL,   `text` mediumtext NULL,   `text_old` mediumtext NULL,   `state` tinyint(3) NOT NULL DEFAULT '0',   `approved` tinyint(3) NOT NULL DEFAULT '0',   `verified` tinyint(3) NOT NULL DEFAULT '0',   `useful_yes` int(11) NOT NULL DEFAULT '0',   `useful_no` int(11) NOT NULL DEFAULT '0',   `submit_date` datetime NOT NULL,   `update_date` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',   `checked_out` int(11) unsigned NOT NULL default '0',   `checked_out_time` datetime NOT NULL default '1000-01-01 00:00:00',   `attribs` mediumtext NULL,   PRIMARY KEY  (`id`),   KEY (`content_id`, `user_id`, `type`),   KEY (`content_id`, `type`),   KEY `user_id` (`user_id`),   FULLTEXT KEY `title` (`title`),   FULLTEXT KEY `text` (`text`),   KEY `state` (`state`),   KEY `approved` (`approved`),   KEY `verified` (`verified`),   KEY `useful_yes` (`useful_yes`),   KEY `useful_no` (`useful_no`) ) ENGINE=MyISAM CHARACTER SET `utf8` COLLATE `utf8_general_ci`;

Regards

 

Please Log in or Create an account to join the conversation.

More
1 year 10 months ago #82483 by micker
thanks for return

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.271 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline