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 #230631 by riffi67
Bye, here is my setup:

Joomla! 4.4.2 Stable
PHP 8.2.14
Kunena 6.2.3

when I go to edit the user profile and press save the following error appears: "Unknown column 'github' in 'field list' kunena"

Can anyone help me, please?

Thanks a lot.

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

More
2 years 3 months ago #230632 by xillibit
Hello,

Did-you had updated from a previous version of Kunena ? From which one did-you had done the update ?

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 #230635 by riffi67
yes, I always keep it updated with each version you release. So I updated from the second to last

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

More
2 years 3 months ago #230636 by xillibit
Hello,

It seems that the column 'github' is missing from your table #__kunena_users, please make a backup of your database and apply the following query :
Code:
ALTER TABLE `#__kunena_users` ADD github varchar(75) NULL AFTER `google`;

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 #230637 by riffi67
ok I added the column with the query you suggested. Now the error is as follows: Unknown column 'vimeo' in 'field list'

wath can i do, please?

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

More
2 years 3 months ago - 2 years 3 months ago #230639 by xillibit
In this case you need to apply the following query :
Code:
ALTER TABLE `#__kunena_users` ADD vimeo varchar(75) NULL AFTER `qzone`;

Check if you have the column pinterest, if not the case apply :
Code:
ALTER TABLE `#__kunena_users` ADD pinterest varchar(75) NULL AFTER `yim`;

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.

Time to create page: 0.233 seconds