Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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
1 year 8 months ago #232537
by martinsai
Hi Team, I have Joomla 4.4.9 and Kunena 6.3.6. but still the issue "Unknown column 'x_social' in 'field list' while save use profile" is happening...?
What to do?
thnx, martinsai
What to do?
thnx, martinsai
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 978
- Thank you received: 153
1 year 8 months ago #232538
by Pinkeltje
Replied by Pinkeltje on topic Unknown column 'x_social' in 'field list' while save use profile
Do you open Kunena Dashboard after installing update? This change was already made in (i think) K 6.3.3.
You could try repairing the table with this query (replace #__ with your own prefix).
You could try repairing the table with this query (replace #__ with your own prefix).
Code:
ALTER TABLE `#__kunena_users` CHANGE `twitter` `x_social` VARCHAR(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL;
Please Log in or Create an account to join the conversation.
1 year 8 months ago #232541
by martinsai
Replied by martinsai on topic Unknown column 'x_social' in 'field list' while save use profile
Dear Pinkeltje,
thnx but what do u mean by I "opened Kunena Dashboard after installing update" There were so many updates over the years and sometimes maybe I opened the dashboard afterwords...
Code: I know how to open the table, but u mean I should embedd the above where? see also attachment
Should I go to the "SQL" tab and emed the code there? ok did that and pressed ok, now the table seems to be changed but still I cannot save the user. Under tab "user information" I see only "X" and no twitter anymore but still error message comes...aaaaah now error message is "Unknown column 'bsky_app' in 'field list' " ?????
thnx but what do u mean by I "opened Kunena Dashboard after installing update" There were so many updates over the years and sometimes maybe I opened the dashboard afterwords...
Code: I know how to open the table, but u mean I should embedd the above where? see also attachment
Should I go to the "SQL" tab and emed the code there? ok did that and pressed ok, now the table seems to be changed but still I cannot save the user. Under tab "user information" I see only "X" and no twitter anymore but still error message comes...aaaaah now error message is "Unknown column 'bsky_app' in 'field list' " ?????
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
-
1 year 8 months ago #232542
by 9themestore
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Replied by 9themestore on topic Unknown column 'x_social' in 'field list' while save use profile
Hi @martinsai,
Go to the #__kunena_users table and check the bsky_app column is present. If not, use bellow SQL command to add the bsky_app field to the #__kunena_users table. (instead of #__ add your prefix.)
Go to the #__kunena_users table and check the bsky_app column is present. If not, use bellow SQL command to add the bsky_app field to the #__kunena_users table. (instead of #__ add your prefix.)
Code:
ALTER TABLE *__kunena_users ADD bsky_app VARCHAR(75) NULL AFTER reddit;
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
The following user(s) said Thank You: martinsai
Please Log in or Create an account to join the conversation.
1 year 8 months ago #232544
by martinsai
Replied by martinsai on topic Unknown column 'x_social' in 'field list' while save use profile
seems it worked! Don't understand why I had to fix this manually...cant show u live for it a registered area on the website, sorry
Please Log in or Create an account to join the conversation.
Time to create page: 0.286 seconds