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

Question Error in show category

More
17 years 2 months ago - 17 years 2 months ago #686 by PetterSandvik
Hi!

I got some errors in show category, check www.nyfritid.no/index.php/component/kune...func=showcat&catid=2 for how it is, the error is actualy:

Fatal error: Unable to get unread messages count and first id.\nDB function failed with error number 1146
Table 'nyfriti_1.jos_fb_messages' doesn't exist SQL=SELECT thread, MIN(id) AS lastread, SUM(1) AS unread FROM jos_fb_messages WHERE thread IN ('1') AND time>'1233687433' GROUP BY thread
SQL =
SELECT thread, MIN(id) AS lastread, SUM(1) AS unread FROM jos_fb_messages WHERE thread IN ('1') AND time>'1233687433' GROUP BY thread
in /home/nyfriti/public_html/components/com_kunena/lib/kunena.debug.php on line 3

Its like that in last discussions too, category show and in my discussions, I dont know whats wrong...

EDIT: I see now there is an error in the select DB table jos_fb_messages, but isn it an idea to make it runable without jos_ suffix? I actualy dont use that. Is the error only that, or is it more?

Thanks!
Last edit: 17 years 2 months ago by PetterSandvik.

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

More
17 years 2 months ago #697 by Matias
Replied by Matias on topic Re:Error in show category
components/com_kunena/template/default_ex/latestx.php:

Find and replace all "jos_fb_" with "#__fb_".

components/com_kunena/template/default_ex/showcat.php:

Find and replace all "jos_fb_" with "#__fb_".

That should do it!

The bug is fixed in SVN.

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

More
17 years 2 months ago #772 by PetterSandvik
Thanks it worked!

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

Time to create page: 0.192 seconds