- Posts: 78
- Thank you received: 3
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
2 years 3 months ago #230640
by riffi67
Replied by riffi67 on topic Unknown column 'github' in 'field list' kunena
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.
2 years 3 months ago #230641
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Unknown column 'github' in 'field list' kunena
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.
2 years 3 months ago #230642
by riffi67
Replied by riffi67 on topic Unknown column 'github' in 'field list' kunena
here it is attached. I hope it goes well.
Thanks
Thanks
Please Log in or Create an account to join the conversation.
2 years 3 months ago - 2 years 3 months ago #230654
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Unknown column 'github' in 'field list' kunena
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.
2 years 3 months ago #230655
by riffi67
Replied by riffi67 on topic Unknown column 'github' in 'field list' kunena
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
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.
2 years 3 months ago #230658
by Gindi
Replied by Gindi on topic Unknown column 'github' in 'field list' kunena
apply the following query :
Code:
ALTER TABLE `#__kunena_users` ADD reddit varchar(75) NULL AFTER `youtube`;
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