- Posts: 1
- Thank you received: 0
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Kunena crashed after creating 4th Forum any ideas?
- arielzriel
-
Topic Author
- Offline
- New Member
-
Less
More
17 years 3 months ago #2905
by arielzriel
Kunena crashed after creating 4th Forum any ideas? was created by arielzriel
The following is the error I get:
Fatal error: Unable to get unread messages count and first id.\nDB function failed with error number 1146
Table 'joomla_dev.jos_fb_messages' doesn't exist SQL=SELECT thread, MIN(id) AS lastread, SUM(1) AS unread FROM jos_fb_messages WHERE thread IN ('2') AND time>'1234533975' GROUP BY thread
SQL =
SELECT thread, MIN(id) AS lastread, SUM(1) AS unread FROM jos_fb_messages WHERE thread IN ('2') AND time>'1234533975' GROUP BY thread
in /usr/local/apache2/htdocs/joomla_dev/components/com_kunena/lib/kunena.debug.php on line 37
Best regards,
Ariel
Fatal error: Unable to get unread messages count and first id.\nDB function failed with error number 1146
Table 'joomla_dev.jos_fb_messages' doesn't exist SQL=SELECT thread, MIN(id) AS lastread, SUM(1) AS unread FROM jos_fb_messages WHERE thread IN ('2') AND time>'1234533975' GROUP BY thread
SQL =
SELECT thread, MIN(id) AS lastread, SUM(1) AS unread FROM jos_fb_messages WHERE thread IN ('2') AND time>'1234533975' GROUP BY thread
in /usr/local/apache2/htdocs/joomla_dev/components/com_kunena/lib/kunena.debug.php on line 37
Best regards,
Ariel
Please Log in or Create an account to join the conversation.
17 years 3 months ago #2912
by whouse
Replied by whouse on topic Re:Kunena crashed after creating 4th Forum any ideas?
It looks like you are using an old version of Kunena. The version displayed is 1.0.6. Version 1.0.7b is available and we're nearly done with v 1.0.8 stable. If this is the case, could you update to 1.0.7b and see if your problem still persists?
Please Log in or Create an account to join the conversation.
17 years 3 months ago #2979
by tiharr
Replied by tiharr on topic Re:Kunena crashed after creating 4th Forum any ideas?
I have the same problem with Kunena version 1.0.7b installed on Joomla 1.0.12. I only have one forum created with one post and I get the error. Based on the error message it appears to be looking for a table that doesn't exist. My Joomla database prefix is "jos010012_" rather than "jos_".
Please Log in or Create an account to join the conversation.
17 years 3 months ago #3095
by Matias
Replied by Matias on topic Re:Kunena crashed after creating 4th Forum any ideas?
In both of the cases there's something very wrong in the database tables. It looks like there is no josx_fb_messages, so the installation has failed to create them.
I'd advice to uninstall Kunena, remove all jos_fb_ tables by using phpmyadmin (or similar) and to wait for Kunena 1.0.8, which will come early on next week.
BTW: do you have the same problem if you install FB 1.0.5RC2?
I'd advice to uninstall Kunena, remove all jos_fb_ tables by using phpmyadmin (or similar) and to wait for Kunena 1.0.8, which will come early on next week.
BTW: do you have the same problem if you install FB 1.0.5RC2?
Please Log in or Create an account to join the conversation.
Time to create page: 0.250 seconds