- Posts: 17
- Thank you received: 2
Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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 6.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
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.