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 Message1054 Unknown column 'rankSpecial' in 'where clause'

More
3 years 6 months ago - 3 years 6 months ago #226505 by rich

Unknown column 'vimeo' in 'field list' " Serching for a "field list" i can not find it.

These columns "github" and "vimeo" did not exist in K5 and were only added for K6.0. I don't know why they were not added during the upgrade, but I don't think there are any more missing.
Open the table #__kunena_users and click on structure. If the table is complete, it must have 60 columns.
If there are only 59 columns, then only 'vimeo' is still missing.
In this case, the command should solve the problem:
.
Code:
ALTER TABLE `#__kunena_users` ADD vimeo varchar(75) NULL AFTER `qzone`;
 

Important! Always create a backup before you make any changes to your website!
Last edit: 3 years 6 months ago by rich.

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

More
3 years 6 months ago - 3 years 6 months ago #226518 by SIETWOLT
Thanks for your quick replies.
I have added the column. It appeared more columns were not in my table. Added these too and it works now great.
Thanks a lot.
Re your remark about the template Blue eagle: my default template is Aurelia. Although separate mentioned remains blue eagle as to sale. See screenprint
 
Last edit: 3 years 6 months ago by SIETWOLT.

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

More
3 years 6 months ago #226519 by rich
Yes, that's true, but the download page says it's not suitable for Bootstrap 4 or 5 templates. But it's probably better to remove the reference to Blue Eagle in K6.0.

Important! Always create a backup before you make any changes to your website!

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

Time to create page: 0.246 seconds