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 Bug in database creation query?

More
14 years 11 months ago #97803 by jquery-translate
kunenadiscuss 1.6.4

I enabled debug and everytime I can see the following message:
Code:
[KunenaDiscuss debug: Created #__kunenadiscuss cross reference table. ]

I guess this message should show exactly only once, since in my case the database table was created correcly. Everything works fine.

PS
And why would you put this code in the plugin? Why not during the installation process?

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

More
14 years 11 months ago #97807 by sozzled
Can you clarify, please, what is the question here?

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

More
14 years 11 months ago #97819 by jquery-translate
It is not really a question, just a statement (bug report).

this message should show exactly only once, since in my case the database table was created correcly


The Kunena developer would immediately know what I mean.

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

More
14 years 11 months ago #97930 by yoonique[.net]
I can confirm this bug. $this->_db->loadResult in
Code:
$query = "SHOW TABLES LIKE '#__kunenadiscuss'"; $this->_db->setQuery ( $query ); if (!$this->_db->loadResult ()) {

always return FALSE. Which means that Kunena Discuss tries to create the database every time.
The following user(s) said Thank You: Matias, fxstein

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

More
14 years 11 months ago #98054 by xillibit
Thanks for reporting this issue, guys, i will take a look later

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 10 months ago #98973 by Matias
Fixed, thanks!

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

Time to create page: 0.281 seconds