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 'x_social' in 'field list' while save use profile

More
1 year 9 months ago #231711 by hans.kuijpers
When people try to save the user profile they get the following error:

Unknown column 'x_social' in 'field list' 

It seems that column twitter was not renamed to x_social yet
The following DB update was not appliedALTER TABLE `#__kunena_users` CHANGE `twitter` `x_social` VARCHAR(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL;
Is there a way to check and apply more "forgotten" SQL statements?

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

More
More
1 year 9 months ago #231716 by hans.kuijpers
thank you... downloaded and installed the provided nightly build

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

Time to create page: 0.235 seconds