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 Unknown column 'github' in 'field list' kunena

More
2 years 3 months ago #230640 by riffi67
Having also made these two queries, now the error is: "Unknown column 'reddit' in 'field list'"

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

More
2 years 3 months ago #230641 by xillibit
Please make an export of your structure of your table #__kunena_users and put it here like i can compare what is missing to avoid to do it multiples times

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.

More
2 years 3 months ago #230642 by riffi67
here it is attached. I hope it goes well.

Thanks

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

More
2 years 3 months ago - 2 years 3 months ago #230654 by xillibit
It missing this change and the others columns all here :
Code:
ALTER TABLE `#__kunena_users` DROP `karma_time`;

I don't provide support by PM, because this can be useful for someone else.
Last edit: 2 years 3 months ago by xillibit.

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

More
2 years 3 months ago #230655 by riffi67
I ran this query too: "ALTER TABLE `#__kunena_users` DROP `karma_time`;"

but the error always remains the same: "Unknown column 'reddit' in 'field list'"

what can I do now?

Thanks

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

More
2 years 3 months ago #230658 by Gindi
apply the following query :
Code:
ALTER TABLE `#__kunena_users` ADD reddit varchar(75) NULL AFTER `youtube`;
 

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

Time to create page: 0.253 seconds