- Posts: 11
- Thank you received: 2
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
Solved Kunena 7.0.1 Error-message: Unknown column 'language' in 'SET'
3 weeks 3 days ago #234877
by kboth
Sorry the problem is marked as solved but it not solved.
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?
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.
3 weeks 3 days ago #234878
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Kunena 7.0.1 Error-message: Unknown column 'language' in 'SET'
Hello,
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 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.
3 weeks 3 days ago #234879
by kboth
Replied by kboth on topic Kunena 7.0.1 Error-message: Unknown column 'language' in 'SET'
Yes, I ran the "task=tools.setupcolumnlanguage" procedure yesterday (after upgrading to 7.0.3) and it was successful insofar as the error users were getting when logging in has gone (and the "language" column is now also present in the ..users table)
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 ??
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.
2 weeks 4 days ago - 2 weeks 4 days ago #234893
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Kunena 7.0.1 Error-message: Unknown column 'language' in 'SET'
Hello,
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`
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.
Last edit: 2 weeks 4 days ago by xillibit.
The following user(s) said Thank You: kboth
Please Log in or Create an account to join the conversation.
2 weeks 3 days ago #234894
by kboth
Replied by kboth on topic Kunena 7.0.1 Error-message: Unknown column 'language' in 'SET'
The following user(s) said Thank You: xillibit
Please Log in or Create an account to join the conversation.
Time to create page: 0.251 seconds