- Posts: 24
- Thank you received: 2
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
Question From Kunena 6.3.10 straight to Kunena 6.4.3
9 months 3 weeks ago - 9 months 3 weeks ago #233634
by chris87
Replied by chris87 on topic From Kunena 6.3.10 straight to Kunena 6.4.3
Thanks. Is it also possible to run this or a modified query in the actual 6.4.3 DB?
Last edit: 9 months 3 weeks ago by chris87.
Please Log in or Create an account to join the conversation.
9 months 3 weeks ago #233635
by chris87
Replied by chris87 on topic From Kunena 6.3.10 straight to Kunena 6.4.3
Hi again,
o.k., I go back to K6.3.10 with Joomla 5.3.1.
If I apply the query from your link, do I have to also consider the comment about "columns “qq” and “social” actually exist or whether it is a column called qqsocial"?
Will this query cover the qqsocial topic as well?:
ALTER TABLE `#__kunena_users` DROP `friendfeed`; ALTER TABLE `#__kunena_users` ADD `bsky_app` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `reddit`; ALTER TABLE `#__kunena_users` CHANGE `twitter` `x_social` VARCHAR(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL; ALTER TABLE `#__kunena_users` DROP `icq`;
Thanks for your advice.
Chris
o.k., I go back to K6.3.10 with Joomla 5.3.1.
If I apply the query from your link, do I have to also consider the comment about "columns “qq” and “social” actually exist or whether it is a column called qqsocial"?
Will this query cover the qqsocial topic as well?:
ALTER TABLE `#__kunena_users` DROP `friendfeed`; ALTER TABLE `#__kunena_users` ADD `bsky_app` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `reddit`; ALTER TABLE `#__kunena_users` CHANGE `twitter` `x_social` VARCHAR(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL; ALTER TABLE `#__kunena_users` DROP `icq`;
Thanks for your advice.
Chris
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
9 months 3 weeks ago #233636
by Pinkeltje
Replied by Pinkeltje on topic From Kunena 6.3.10 straight to Kunena 6.4.3
Don't know what you mean by qq an social. Just run the query and see what happens. Or post a screenshot from the structure of your actual table.
Please Log in or Create an account to join the conversation.
9 months 3 weeks ago #233637
by chris87
Replied by chris87 on topic From Kunena 6.3.10 straight to Kunena 6.4.3
...I have meant the comment from "user rich" in the thread you have recommended:
Thanks again.
Chris
Please go to your K6.3.10 database and check whether these two columns “qq” and “social” actually exist or whether it is a column called qqsocial.| qq | social |
Thanks again.
Chris
Please Log in or Create an account to join the conversation.
9 months 3 weeks ago #233638
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic From Kunena 6.3.10 straight to Kunena 6.4.3
Hello,
You need to check in the table #__kunena_users if you have a column named socials
You need to check in the table #__kunena_users if you have a column named socials
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.
9 months 3 weeks ago #233639
by chris87
Replied by chris87 on topic From Kunena 6.3.10 straight to Kunena 6.4.3
Hi, I went back from K6.4.3 to K6.3.10 (original DB) with Joomla 5.3.1 now. I just wanted to make sure, if I can run the following query (which was here recommended) without any additional lines in the K6.3.10 DB:
ALTER TABLE `#__kunena_users` DROP `friendfeed`;
ALTER TABLE `#__kunena_users` ADD `bsky_app` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `reddit`;
ALTER TABLE `#__kunena_users` CHANGE `twitter` `x_social` VARCHAR(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL;
ALTER TABLE `#__kunena_users` DROP `icq`;
or if I have consider something else (e.g. for qqsocial) as well?
Thanks
Chris
ALTER TABLE `#__kunena_users` DROP `friendfeed`;
ALTER TABLE `#__kunena_users` ADD `bsky_app` varchar(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `reddit`;
ALTER TABLE `#__kunena_users` CHANGE `twitter` `x_social` VARCHAR(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL;
ALTER TABLE `#__kunena_users` DROP `icq`;
or if I have consider something else (e.g. for qqsocial) as well?
Thanks
Chris
Please Log in or Create an account to join the conversation.
Time to create page: 0.248 seconds