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 Kunena Internal Error

More
15 years 8 months ago - 15 years 8 months ago #57417 by Moonstone
Setup:

Joomla: 1.5.20
Kunena: 1.6.0-RC1
K Discuss: 1.6.0-RC1 b113 2010-08-18

After setting up the Kunena Discuss plugin, I have five ugly red errors displaying on my front page that say, "Kunena Internal Error: Please contact site administrator to fix this issue!"
Last edit: 15 years 8 months ago by Moonstone.

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

More
15 years 8 months ago #57606 by xillibit
Replied by xillibit on topic Re: Kunena Internal Error
Hello,

If you enable debug mode in Kunena configuration panel , what's happen ?

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
15 years 8 months ago #57651 by Moonstone
Replied by Moonstone on topic Re: Kunena Internal Error
Sorry for being such a newbie, but I don't know how to access the debug information. :(

I enabled debug mode in the Kunena configuration, but I don't see anything different on the front page or in Kunena.

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

More
15 years 8 months ago #57676 by xillibit
Replied by xillibit on topic Re: Kunena Internal Error
I forgot to say to enable debug mode too in Joomla! configuration panel.

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
15 years 8 months ago - 15 years 8 months ago #57680 by Moonstone
Replied by Moonstone on topic Re: Kunena Internal Error
When I enable Debug System in Joomla, the front page of my site says this:
Code:
JDatabaseMySQL::query: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'fulltext FROM jos_content WHERE id =45' at line 1 SQL=SELECT fulltext FROM jos_content WHERE id =45 Call stack # Function Location 1 JSite->dispatch() /home/content/s/e/l/selyne/html/testsite/index.php:68 2 JComponentHelper->renderComponent() /home/content/s/e/l/selyne/html/testsite/includes/application.php:124 3 require_once() /home/content/s/e/l/selyne/html/testsite/libraries/joomla/application/component/helper.php:162 4 JController->execute() /home/content/s/e/l/selyne/html/testsite/components/com_content/content.php:35 5 ContentController->display() /home/content/s/e/l/selyne/html/testsite/libraries/joomla/application/component/controller.php:236 6 JController->display() /home/content/s/e/l/selyne/html/testsite/components/com_content/controller.php:53 7 ContentViewFrontpage->display() /home/content/s/e/l/selyne/html/testsite/libraries/joomla/application/component/controller.php:310 8 JView->display() /home/content/s/e/l/selyne/html/testsite/components/com_content/views/frontpage/view.html.php:104 9 JView->loadTemplate() /home/content/s/e/l/selyne/html/testsite/libraries/joomla/application/component/view.php:192 10 include() /home/content/s/e/l/selyne/html/testsite/libraries/joomla/application/component/view.php:564 11 ContentViewFrontpage->getItem() /home/content/s/e/l/selyne/html/testsite/components/com_content/views/frontpage/tmpl/default.php:16 12 JDispatcher->trigger() /home/content/s/e/l/selyne/html/testsite/components/com_content/views/frontpage/view.html.php:134 13 JEvent->update() /home/content/s/e/l/selyne/html/testsite/libraries/joomla/event/dispatcher.php:170 14 call_user_func_array() /home/content/s/e/l/selyne/html/testsite/libraries/joomla/event/event.php:67 15 plgContentKunenaDiscuss->onPrepareContent() 16 JDatabaseMySQL->loadResult() /home/content/s/e/l/selyne/html/testsite/plugins/content/kunenadiscuss.php:131 17 JDatabaseMySQL->query() /home/content/s/e/l/selyne/html/testsite/libraries/joomla/database/database/mysql.php:355 18 JError->raiseError() /home/content/s/e/l/selyne/html/testsite/libraries/joomla/database/database/mysql.php:231 19 JError->raise() /home/content/s/e/l/selyne/html/testsite/libraries/joomla/error/error.php:171 20 JException->__construct() /home/content/s/e/l/selyne/html/testsite/libraries/joomla/error/error.php:136
Last edit: 15 years 8 months ago by Moonstone.

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

More
15 years 8 months ago #58848 by fakker
Replied by fakker on topic Re: Kunena Internal Error

Moonstone wrote: Setup:

Joomla: 1.5.20
Kunena: 1.6.0-RC1
K Discuss: 1.6.0-RC1 b113 2010-08-18

After setting up the Kunena Discuss plugin, I have five ugly red errors displaying on my front page that say, "Kunena Internal Error: Please contact site administrator to fix this issue!"


The error is caused by the file ../plugins/content/kunenadiscuss.php, line 129:

$query = "SELECT fulltext FROM #__content WHERE id ={$article->id}";

I tested this SQL query in phpmyAdmin and the same error occurs.

Replace the line with this one, and everything should be OK:

$query = "SELECT `fulltext` FROM #__content WHERE id={$article->id}";

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

Time to create page: 0.279 seconds