Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Polls still broke?

More
14 years 8 months ago #105402 by xillibit
Replied by xillibit on topic Re: Polls still broke?
The correct structure is the following, please make a backup before todo something :
Code:
CREATE TABLE IF NOT EXISTS `jos_kunena_polls_options` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pollid` int(11) DEFAULT NULL, `text` varchar(100) DEFAULT NULL, `votes` int(11) DEFAULT NULL, PRIMARY KEY (`id`), KEY `pollid` (`pollid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

I don't provide support by PM, because this can be useful for someone else.

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

More
14 years 8 months ago #105406 by detlef
Replied by detlef on topic Re: Polls still broke?
Alleluhia :) Finally the Polls Works :)

Thank you very much for your help !!!

After this hard work, I'll open some millions of polls... :)

Offerte di lavoro per Operatore Socio Sanitario OSS su Lavoro oss

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

Time to create page: 0.226 seconds