- Posts: 17
- Thank you received: 2
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Solved Kunena 7.0.1 Error-message: Unknown column 'language' in 'SET'
I’ve now updated to Kunena 7.0.3 – but it didn’t work at first.
But after running "administrator/index.php?option=com_kunena&task=tools.setupcolumnlanguage", the error when logging in has now disappeared.
But when I reply to a Kunena-topic, I now get the following error message:
Unknown column 'deleted_time' in 'INSERT INTO'
and (!)
Der Beitrag wurde erfolgreich gesendet.
No replies or short replies are saved. (Emails are sent to subscribers)
A quick question: I did make a backup of the database table #__kunena_users. Do I need to do anything with the backup?
Please Log in or Create an account to join the conversation.
I had made something to help users to fix it, you can find the instructions in my message here: www.kunena.org/forum/k7-0-0-support-arch...n-set?start=6#234685
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.
The error "Unknown column 'deleted_time' in 'INSERT INTO'" is new and is preventing Kunena from saving new entries.
so I think there is an other column missing ??
Please Log in or Create an account to join the conversation.
Yes the column deleted_time is missing too, there is no tool to add it without using phpmyadmin like for the column language
Make a backup of table #__kunena_messages and in phpmyadmin set this query ALTER TABLE `#__kunena_messages` ADD `deleted_time` int(11) NOT NULL default '0' AFTER `moved`
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.
Please Log in or Create an account to join the conversation.